python - pip displays incorrect version of package -



python - pip displays incorrect version of package -

i not sure if bug, or if doing wrong. situation following,

pip list -o

yields list of outdated python packages along suppose current installed version. issue pretty sure giving me wrong info on @ to the lowest degree packages can verify, in illustration below, version of ipython pip thinks installed (2.0.0) not 1 when run ipython command prompt (version==2.1.0).

kolmogorov:~# pip list -o | head -15 warning: cannot find svn location peak-rules==0.5a1.dev-r2707 warning: cannot find svn location prioritized-methods==0.2.2dev-20110830 scipy (current: 0.13.2 latest: 0.14.0) plotly (current: 1.0.30 latest: 1.0.32) soappy (current: 0.12.21 latest: 0.12.22) openpyxl (current: 1.8.6 latest: 2.0.3) networkx (current: 1.8.1 latest: 1.9) setuptools (current: 3.4.1 latest: 5.1) brewer2mpl (current: 1.3.2 latest: 1.4) repoze.who (current: 1.0.19 latest: 2.2) pandas (current: 0.13.1 latest: 0.14.0) pygeocoder (current: 1.2.2 latest: 1.2.5) ipython (current: 2.0.0 latest: 2.1.0) tornado (current: 3.2 latest: 3.2.2) not find downloads satisfy requirement vboxapi traceback (most recent phone call last): file "/usr/bin/pip", line 9, in <module> load_entry_point('pip==1.5.6', 'console_scripts', 'pip')() file "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 235, in main homecoming command.main(cmd_args) file "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 156, in main logger.fatal('exception:\n%s' % format_exc()) file "/usr/lib/python2.7/dist-packages/pip/log.py", line 111, in fatal self.log(self.fatal, msg, *args, **kw) file "/usr/lib/python2.7/dist-packages/pip/log.py", line 164, in log consumer.flush() ioerror: [errno 32] broken pipe kolmogorov:~# ipython python 2.7.7 (default, jun 3 2014, 16:16:56) type "copyright", "credits" or "license" more information. ipython 2.1.0 -- enhanced interactive python. ? -> introduction , overview of ipython's features. %quickref -> quick reference. help -> python's own help system. object? -> details 'object', utilize 'object??' details.

my question is: there way have pip understand right version of installed python packages?

you can run next commands see bundle from:

which ipython

and:

pip show ipython

you may have 2 installations: 1 installed pip install ipython , installation via separate tool (package manager on linux or ports/brew on mac).

python pip

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -