pipenv install failing due to timeout

前端 未结 7 1549
清歌不尽
清歌不尽 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:34

    Depending on where you're running the pipenv install command, set env variable PIP_NO_CACHE_DIR to off. In my case, I set this in my Dockerfile by having a line ENV PIP_NO_CACHE_DIR=false before RUN pipenv install

提交回复
热议问题