PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 1st of January, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:38:50] <ionelmc> would it be possible to have "extra repositories" for pip ?
[11:40:10] <ionelmc> eg, many packages don't have wheels, would be useful to be able to use some optional repository with the wheels (provided some kind individual makes it)
[11:40:35] <ionelmc> so you just enable the repo and then you get fast installs on windows
[11:41:01] <ionelmc> numpy takes ages to compile :-(
[11:41:34] <ionelmc> this would be useful for linux too, just use a repo with your architecture/distroversion
[11:54:42] <ionelmc> dstufft: won't pip cache the wheels?
[20:32:04] <tomprince> ionelmc: --extra-index-url or --find-links
[20:32:31] <tomprince> The plan is for pip to eventually install via building wheels.
[21:28:24] <ionelmc> tomprince: yeah, i figured it, need to make my own wheelhouse
[21:29:45] <ionelmc> tomprince: where is the `install via building wheels` planned?
[21:39:45] <tomprince> I don't know. I just know that it has been talked about.