Using pip behind a proxy with CNTLM

前端 未结 30 2286
囚心锁ツ
囚心锁ツ 2020-11-22 11:00

I am trying to use pip behind a proxy at work.

One of the answers from this post suggested using CNTLM. I installed and configured it per this other post, but runnin

30条回答
  •  长发绾君心
    2020-11-22 11:26

    How about just doing it locally? Most likely you are able to download from https source through your browser

    1. Download your module file (mysql-connector-python-2.0.3.zip /gz... etc).
    2. Extract it and go the extracted dir where setup.py is located and call:

      C:\mysql-connector-python-2.0.3>python.exe setup.py install
      

提交回复
热议问题