PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 15th of November, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[20:51:32] <onovy> hi. ihi, i pypi web, i created release swauth 1.0, uploaded swauth-1.0.8 file to this (wrong) release, then removed release, created 1.0.8 release and try to upload same file which is not possible.
[20:51:57] <onovy> is possible to put this file https://pypi.python.org/packages/source/s/swauth/swauth-1.0.8.tar.gz to correct release (swauth 1.0.8) pls?
[21:35:57] <iElectric> dstufft: how does wheel instalation figure out prefix?
[21:36:55] <iElectric> I do "pip install *.whl --root=/nix/store/0nr8sy9bgngqi5ijk2izxxmlm4dmvx25-python2.7-pbr-1.8.1/"
[21:37:08] <iElectric> but it installs stuff into /nix/store/0nr8sy9bgngqi5ijk2izxxmlm4dmvx25-python2.7-pbr-1.8.1/nix/store/rfcsnszaw2jlkqdgg65h3phss8xa0mlp-python-2.7.10/bin/pbr
[21:37:23] <iElectric> so why is it appending sys.prefix?
[21:37:25] <tdsmith> you probably want --target not --root
[21:38:57] <tdsmith> --root is useful if you're installing into a temporary prefix, like if you're preparing a package for a linux distribution, not if you're placing something in its final installation location
[21:39:34] <iElectric> tdsmith: what about installing scripts?
[21:41:14] <tdsmith> same advice
[21:50:02] <iElectric> aha pip install *.whl doesn't respect dependencies in $PYTHONPATH
[21:57:12] <iElectric> got it
[21:57:14] <iElectric> --no-deps
[22:02:38] <iElectric> tdsmith: same advice meaning I should set what exactly?
[22:03:26] <tdsmith> not --root, in any case