PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 28th of August, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[22:14:20] <_habnabit> how is one supposed to install a local directory with extras? iirc you used to be able to do `pip install .[extra]`, but that's failing in pip 1.5.6
[22:14:43] <_habnabit> i tried file:///path/to/whatever[extra], but it interprets the [extra] as part of the path
[22:15:26] <dstufft> _habnabit: file:///path/to/wahtever#egg=whatever[extra]
[22:15:35] <_habnabit> dstufft, aha
[22:16:11] <_habnabit> dstufft, so i need a file:// URL for this? no way to do .[extra] anymore?
[22:16:33] <dstufft> _habnabit: if it's not working then somewhere along the way it started getting confused
[22:16:42] <dstufft> not sure where
[22:16:48] <_habnabit> dstufft, should i file a bug
[22:16:49] <_habnabit> ?
[22:16:51] <dstufft> sure
[22:16:53] <_habnabit> okay
[22:17:04] <dstufft> it's not unusual, the <thing to install> is kind of overloaded
[22:17:06] <dstufft> :/
[22:17:50] <_habnabit> dstufft, ah! you can do pip install -e .[extra] but not pip install .[extra]
[22:18:16] <dstufft> If anything, we're consistently inconsistent
[22:20:26] <_habnabit> https://github.com/pypa/pip/issues/2000 sweet issue number
[22:34:43] <tomprince> _habnabit: https://github.com/pypa/pip/issues/1236
[22:52:02] <_habnabit> tomprince, ah, thanks