Error while installing with Python “pip”: Cannot fetch index base URL http://

后端 未结 4 1426
醉酒成梦
醉酒成梦 2020-12-31 12:30

I am trying to install a local version of ScrumDo for testing. Only then I come to the point in my installation that I have to run:

source bin/activate <

4条回答
  •  暖寄归人
    2020-12-31 12:55

    You can try installing django-storages on its own.. try this?

    sudo pip install https://bitbucket.org/david/django-storages/get/def732408163.zip
    

提交回复
热议问题