Skip to content
yvancouver edited this page Apr 29, 2014 · 2 revisions

update all packages via pip

From here and here and here.

Finally do this

pip-review --interactive

and update pyObjC manually like that

env CC=clang sudo pip -U pyobjc-core

env CC=clang sudo pip -U pyobjc

29Mai2014

  • PIP
PIL==1.1.6 is available (you have 1.1.7)
ScientificPython==2.6 is available (you have 2.9.3)
No update information found for Tkinter
No update information found for gdbm
No update information found for gps
libxml2-python==2.6.21 is available (you have 2.9.1)
matplotlib==1.3.1 is available (you have 1.4.x)
pyOpenSSL==0.14 is available (you have 0.13.1)
pyzmq==14.2.0 is available (you have 14.0.1)
No update information found for uncompyle
No update information found for wx
  1. sudo port install py-zmq

  2. Seems to made the trick

    > pip-review
    PIL==1.1.6 is available (you have 1.1.7)
    ScientificPython==2.6 is available (you have 2.9.3)
    No update information found for Tkinter
    No update information found for gdbm
    No update information found for gps
    libxml2-python==2.6.21 is available (you have 2.9.1)
    matplotlib==1.3.1 is available (you have 1.4.x)
    pyOpenSSL==0.14 is available (you have 0.13.1)
    No update information found for uncompyle
    No update information found for wx
    

Clone this wiki locally