PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 20th of August, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:12:59] <epony> toad_polo, yeah, did the ignore part, but you can also unsubscribe me from that kind of messages too ;-)
[00:13:31] <epony> we'll see if it keeps happening
[00:13:46] <epony> might stop the autojoin for the chan
[09:09:31] <semchapeu93> hello, I'm trying to install pip packages on cygwin, behind a TLS intercepting proxy. Downloading the packages works fine (pip3.8 install --proxy="proxyserver:port" --trusted-host pypi.org --trusted-host files.pythonhosted.org impacket)
[09:09:34] <semchapeu93> but it fails to install the build dependencies, because it doesn't use the proxy server anymore
[09:09:55] <semchapeu93> /usr/bin/python3.8.exe /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-t5jx7u7r/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple --trusted-host pypi.org --trusted-host files.pythonhosted.org -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3;
[09:09:55] <semchapeu93> platform_python_implementation != '"'"'PyPy'"'"
[09:13:17] <semchapeu93> any idea of how to fix this? looks like a bug to me tbh. (pip version 20.2.2)
[09:33:20] <semchapeu93> fixed with the --no-build-isolation flag