pipenv install failing due to timeout

前端 未结 7 1385
清歌不尽
清歌不尽 2021-02-13 16:56
C:\\Users\\danie01\\fox\\test\\robotframework>pipenv install --python 3.5
Creating a virtualenv for this project...
Pipfile: C:\\Users\\danie01\\fox\\test\\robotframe         


        
7条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-13 17:20

    This helped me when installing on Raspberry Pi 3B+ on Raspbian.

    export PIPENV_TIMEOUT=9999
    pipenv install requests
    

提交回复
热议问题