PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 13th of January, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[14:23:24] <mgedmin> recipe for some fun: pip install -e ~/src/foo; vim ~/src/foo/setup.py, increase version number
[14:23:40] <mgedmin> now any script installed in step 1 fails with pkg_resources.DistributionNotFound: restview==oldversionnumber
[14:49:41] <ionelmc> mgedmin: don't you have to run setup.py <anything-that-generates-egg-info> to trigger that?
[14:51:50] <mgedmin> hmm, maybe! there are *weeks* and who-knows-what between step 1 and 2
[15:01:28] <ronny> mgedmin: thats a setup.py develop bug, please report ^^
[18:06:08] <doismellburning> I have a package with version `19.1.1+la3` in setup.py; I pip install and pip freeze, and get `19.1.1-la3` (pip 6.0.6) - am I being obviously dense?
[18:08:11] <dstufft> doismellburning: do you have setuptools 8+ installed?
[18:12:18] <doismellburning> dstufft: that'd do it, thanks
[18:12:34] <doismellburning> (6.0.1)
[18:13:49] <doismellburning> sigh, gets me every time - `sudo pip install setuptools>8` *tumbleweed* "oh"
[18:16:11] <doismellburning> <3 thanks
[19:53:43] <aclark> heh