PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 12th of July, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[02:08:58] <mribeirodantas> I'm inside a virtual env. Why `pip freeze > requirements.txt` outputs all the python files installed in my machine?
[02:12:21] <mribeirodantas> -l didn't change a thing
[17:10:22] <XrXr> hello! I'm trying to use twine with twine upload dist/* and its failing
[17:10:46] <Alex_Gaynor> XrXr: how is it failing?
[17:11:31] <XrXr> Alex_Gaynor: http://hastebin.com/ehoxaxifaf.txt
[17:12:13] <Alex_Gaynor> it looks like the * isn't being expanded by your shell?
[17:12:37] <XrXr> that might be it
[17:15:22] <XrXr> is it suppose to expand to every file under that directory separated by space?
[17:25:58] <XrXr> I see, it is. Somehow my package already has 16 downloads.. Impossible
[17:34:58] <dstufft> XrXr: there are mirrors of PyPI
[17:35:10] <dstufft> they sit around waiting for someone to upload stuff and then download it and mirror it locally
[17:35:29] <XrXr> That's what I thought. Pretty crazy
[17:51:59] <nanonyme> dstufft, do you mean unofficial mirrors?
[17:52:08] <dstufft> nanonyme: yes
[17:52:14] <dstufft> there are no official mirrors anymore
[17:52:23] <nanonyme> Ah, right. The CDN
[17:55:59] <nanonyme> Yes, it seems more sensible to me
[17:56:14] <nanonyme> The old mirrors were fairly regularly out of date anyway