anntzer / mplcursors

Interactive data selection cursors for Matplotlib.
https://mplcursors.readthedocs.io
zlib License
113 stars 19 forks source link

Setup fails with proxy #35

Closed kb- closed 3 years ago

kb- commented 3 years ago

Mplcursors setup.py makes a request without using proxy parameter, which hangs install. Fails: python -m pip install mplcursors -v --proxy=proxyaddress.fr:3131 Successful workaround: python -m pip install setuptools_scm mplcursors -v --proxy=proxyaddress.fr:3131

`(PI) C:\Users\f30154\Documents\Python\PI>python -m pip install mplcursors -v --proxy=proxyaddress.fr:3131 Using pip 21.0 from C:\Users\f30154\Documents\Python\PI\PI\lib\site-packages\pip (python 3.8) Non-user install because user site-packages disabled Created temporary directory: C:\Users\f30154\AppData\Local\Temp\pip-ephem-wheel-cache-d8h3rv6d Created temporary directory: C:\Users\f30154\AppData\Local\Temp\pip-req-tracker-6_p_32qx Initialized build tracking at C:\Users\f30154\AppData\Local\Temp\pip-req-tracker-6_p_32qx Created build tracker: C:\Users\f30154\AppData\Local\Temp\pip-req-tracker-6_p_32qx Entered build tracker: C:\Users\f30154\AppData\Local\Temp\pip-req-tracker-6_p_32qx Created temporary directory: C:\Users\f30154\AppData\Local\Temp\pip-install-6c84erdq 1 location(s) to search for versions of mplcursors:

anntzer commented 3 years ago

This looks like a problem on pip's side, e.g. https://github.com/pypa/pip/issues/3478 perhaps.