PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 3rd of August, 2017

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[09:52:30] <arsenbonbon> hi! where do i put this https://packaging.python.org/specifications/#description-content-type when uploading a file to pypi?
[09:52:35] <arsenbonbon> i tried PKG-INFO but it won't work
[10:23:46] <LooCfur> how do I tell pip what version of python to use? "pip install urh" and then I get an error about not having at least python 3.4, but i do
[10:23:55] <LooCfur> it's just "python" alone goes to 2.7 or some nonsense
[11:03:24] <thiras_work> Hello. What is the best way for to install pip into ubuntu 16.04?
[11:04:01] <thiras_work> its 8.x at ubuntu repos
[12:02:07] <Wooble> thiras_work: make a virtualenv, call venv/bin/pip install -U pip in it to upgrade if it's not already the latest.
[12:21:08] <apollo13> LooCfur: python_version_you_want -m pip
[12:44:25] <thiras_work> Wooble, thanks. thats exactly what i did
[18:54:15] <xMopxShell> hi, i'm trying to create an "installation bundle" as described here: https://pip.pypa.io/en/stable/user_guide/#installation-bundles
[18:54:39] <xMopxShell> however, when I run the "pip wheel" command, I get the error message: ERROR: 'pip wheel' requires the 'wheel' package. To fix this, run: pip install wheel
[18:54:49] <xMopxShell> When I do that command (with sudo), it says I already have wheel installed.
[18:56:31] <xMopxShell> ugh, nvm :)
[18:56:37] <xMopxShell> thought I had the latest pip but I was wrong :)