pip install dotenv error code 1 Windows 10

后端 未结 1 1251
粉色の甜心
粉色の甜心 2021-01-17 09:12

I am in a virtualenv and trying to run through pip installs. I know the code works because outside the virtualenv this code has worked. I am running on a Windows 10 machine.

相关标签:
1条回答
  • 2021-01-17 09:44

    You should install python-dotenv

    pip3 install python-dotenv
    

    or

    pip install python-dotenv
    

    i.e

    C:\Users\USER>pip3 install python-dotenv
    Collecting python-dotenv
      Downloading python_dotenv-0.8.2-py2.py3-none-any.whl
    Installing collected packages: python-dotenv
    Successfully installed python-dotenv-0.8.2
    

    Refer this issue

    0 讨论(0)
提交回复
热议问题