Updating the pip.conf file to use https

后端 未结 4 1152
傲寒
傲寒 2021-02-06 03:06

I am having trouble configuring my pip.conf file to stipulate that PIP should look for downloads from https://pypi.python.org/simple/ rather than http://pypi.python.org/simple/

4条回答
  •  广开言路
    2021-02-06 04:04

    I think your changes are not being used.

    pip install --find-links=https://pypi.python.org/simple/ SQLAlchemy works on my system.

    . The log says it is checking https://pypi.python.org/simple.

提交回复
热议问题