PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 1st of May, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:59:29] <linovia> What would be the pip option to set an extra-index-url protected with a basic auth ?
[12:47:57] <PSFSlack> <deveshkusingh> I think you can use what is outlined at https://pip.pypa.io/en/stable/user_guide/#basic-authentication-credentials
[13:02:27] <linovia> PSFSlack: well, I'm a bit reluctant to expose password like that
[13:32:40] <cnx> greetings and happy labor day!
[13:33:46] <cnx> anyway, about wheels, is it correct that I can just unpack one, modify, say an extension module linkage and add the share library, then rezip it
[13:33:52] <cnx> and it'll still be a valid one?
[13:34:48] <cnx> I'm speaking about stuff like auditwheel and delocate, is there any checksum to be recalculated or something?
[14:01:54] <PSFSlack> <deveshkusingh> @linovia In that case you can also use keyring: https://github.com/jaraco/keyring/
[17:03:12] <mbarkhau> Hello, I'm having trouble uploading a package that worked until recently. I am hoping somebody can help me to debug this issue https://github.com/pypa/warehouse/issues/7848
[17:03:55] <mbarkhau> the HTTP 104 indicates to me, that there has perhaps been some kind of policy change recently?
[18:01:21] <linovia> thanks deveshkusingh, will see how that works
[18:05:50] <linovia> it's just perfect, thanks a lot !
[18:06:14] <PSFSlack> <deveshkusingh> Great, happy to help :slightly_smiling_face:
[18:23:00] <techalchemy> mbarkhau, @di asked just 7 mins ago whether you are still having issues -- you may want to reply in the issue
[18:24:44] <techalchemy> I will note that the bit you included about pypi working in general showed that you were using a cached package, you may want to try 'pip install --no-cache-dir <package>' to verify that you can install packages
[18:26:16] <mbarkhau> fair point
[18:29:24] <mbarkhau> I updated the last section with the output when using `--no-cache-dir`