PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 30th of September, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[12:19:47] <narfology> I am trying to upgrade pip on CentOS 7, it tells me I'm using 7.1.0, that 8.1.2 is available but then: Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages
[12:20:08] <narfology> That is, pip install --upgrade pip fails
[12:20:13] <narfology> Any ideas?
[14:07:47] <PrashantJ> hello, When I do virtualenv project1_env. It throws error: http://paste.fedoraproject.org/439090/24379514/
[14:13:53] <Siecje> PrashantJ: Does your python work? Which version of Python?
[14:14:44] <zirpu> is the https://upload.pypi.org/legacy/ upload url no longer valid? i can't seem to upload to pypi today.
[14:15:07] <PrashantJ> Siecje, I use Python3 usually
[14:15:24] <PrashantJ> I have both Python2/Python3 installed
[14:17:07] <Siecje> PrashantJ: try `python3 -m venv project1_env`
[14:17:33] <PrashantJ> okay Siecje
[14:18:27] <PrashantJ> Siecje, thanks a lot:) It worked:)
[14:18:36] <zirpu> is twine still the current best way to upload packages?
[14:29:44] <zirpu> HTTPError: 403 Client Error: Invalid or non-existent authentication information. for url: https://upload.pypi.org/legacy/
[14:30:31] <zirpu> twine 1.8.1 still using upload.pypi.org, not pypi.io. currently i can nolonger upload package updates, it's been months so i've missed what changed.
[16:18:01] <zirpu> anyone have suggestions for uploading packages? i tried 'setup.py sdist upload' and twine, both seem broken. how are people currently uploading packages to pypi?
[16:31:30] <zirpu> gah
[16:53:59] <nedbat> zirpu: lots of people use those two techniques, so that aren't completely broken. Can you say what's broken for you?
[17:04:47] <zirpu> nedbat: does upload.pypi.org/legacy/ still work? it's not accepting my user creds. i'm logged into the pypi.python.org website. is pypi.org separate now?
[17:04:55] <PrashantJ> Hello, when I do 'pip freeze > requirements.txt' I see empty file is created while when I try 'pip list' I can see pip and setuptools are there.
[17:05:18] <PrashantJ> why my requirements.txt file is empty? Any help?
[17:05:21] <nedbat> PrashantJ: pip freeze doesn't include pip or setuptools
[17:05:22] <Siecje> nedbat: I get a 404 for GET and POST
[17:05:40] <nedbat> Siecje, zirpu: ok, maybe the infrastructure is currently broken.
[17:05:45] <ngoldbaum> dstufft: ^
[17:06:01] <Siecje> Noticed it yesterday
[17:06:21] <PrashantJ> nedbat, ohh Okay. So it includes all except pip and setuptool? Am I right?
[17:07:21] <PrashantJ> okay, got it. nedbat, thanks a lot:)
[17:08:15] <zirpu> nedbat: thanks. i'll just wait.
[17:08:45] <dstufft> Uploading just worked fine for me
[17:09:24] <dstufft> https://bpaste.net/show/7234f9078845
[17:09:42] <dstufft> sounds like amybe your password or user account is invalid
[17:10:24] <zirpu> i'm logged into pypi.python.org with them. i'll try changing my password.
[17:11:11] <dstufft> Sorry I cant' be more help right now, I'm dealing with some family emergency stuff
[17:11:57] <jessamynsmith> I've had issues with uploading before... trying to remember what it was
[17:12:40] <zirpu> dstufft: no problem. thanks.
[17:13:44] <jessamynsmith> I feel like I had trouble finding the right set of directins to follow
[17:13:48] <zirpu> changine my password worked.
[17:14:12] <jessamynsmith> zirpu: great!
[17:14:26] <zirpu> so apparently having '#' and '!' characters in my password was the issue. :-\
[17:19:10] <dstufft> probably breaks an url parser somewhere
[21:54:53] <{[O_O]}> hi guys where do guys have dump database is it open to normal crowd
[21:57:24] <{[O_O]}> nyways I was new to opensource n how can I contribute here??