Windows reports error when trying to install package using pipenv

前端 未结 8 1975
借酒劲吻你
借酒劲吻你 2021-02-03 22:56

I installed pipenv by following the instructions here. From the Windows command prompt I ran

pip install --user pipenv

which returned the mess

相关标签:
8条回答
  • 2021-02-03 23:34

    Try adding the following to Path environmental variable:

    C:\Users\Robert\AppData\Roaming\Python\Python36\Scripts
    

    instead of the \site-package, as that is where pipenv.exe is installed (at least for me).

    0 讨论(0)
  • 2021-02-03 23:35

    Windows is not officially supported, I think.

    ref: https://github.com/kennethreitz/pipenv/issues/70

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