PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 31st of May, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[06:45:21] <ekh`> Hello :) gonna post my question from #python
[06:45:42] <ekh`> in mac os x, python is 2.7.6 and python3 is 3.4.3. pip3 --version is 7.0.1 for 3.4. How do I also get pip for the 2.7?
[09:22:24] <ekh`> Hi again. How do I install pip for python 2.7?
[09:22:32] <ekh`> or is that a stupid question?
[09:36:32] <ronny> ekh`: on linux people tend to use the package manager
[09:36:56] <ekh`> like?
[09:37:21] <ronny> ekh`: linux distros use a system package manager specific to the distro
[09:37:35] <ronny> most of them pacakge pip, irtualenv and other goodies
[09:37:48] <ekh`> ronny: and thanks, pip and pip3 used to point to 3.4 however I downloaded get-pip.py and ran it. now pip -> 2.7 and pip3 -> 3.4
[09:38:23] <ronny> ekh`: i see, i suppose if that works is fine, i have no idea whats the propper proceeding in osx for instaling things globally
[09:54:42] <pjdelport> ekh`: What operating system are you running?
[09:55:01] <ekh`> mac os x 10.10.3 (Yosemite)
[10:42:40] <ronny> re
[11:08:06] <pecisk> hi people, how to add my own library to pip?
[11:09:54] <ronny> pecisk: by adding it to the python package index at https://pypi.python.org/pypi - there are tools to hande uploading and registration
[11:12:21] <ronny> pecisk: you might also want to take a look into the relevant package formats (usually sdist and wheel)
[11:27:57] <ronny> pecisk: or what else do you mean by "add to pip"?
[11:28:42] <pecisk> ronny, no, it's correct one :) thanks
[15:06:12] <aclark> anyone seeing weird pkg_resources stuff going on lately? E.g. missing declare_namespace :-/ http://dpaste.com/2SGQ3H2 (setuptools 17, pip 7.0.1, zc.buildout 2.3.1; wondering if we need a new zc.buildout release to keep up, or something like that.)
[15:06:53] <aclark> the former is my buildout env, the latter my "global" env
[15:07:11] <aclark> of course, could be user error somewhere :-)
[15:23:24] <aclark> User error: tried to name a namespace after something that exists in the stdlib already *SMACK*
[21:19:39] <ronny> aclark: i suspect thats fallout from pip going to wheel on install +
[21:19:54] <aclark> ronny: how so?
[21:20:11] <ronny> oh, wait
[21:20:14] <ronny> i missed something
[21:20:29] <ronny> aclark: im not sure how namespace stuff got canged
[21:20:49] <aclark> ronny: yeah i though the same thing at first then realized user error (i chose poorly)
[23:13:01] <doismellburning> aa/win 83
[23:13:05] <doismellburning> er, sorry
[23:15:12] <DanielHolth> just got appveyor working based on the pypa tutorial, very handy Windows building service.