This is my first matplotlib setup.
I am in OS X Lion 10.7 (build 11A511s, so no updates for the initial release of OS X Lion).
I use virtualenv and pip to install.
I know about incompatibility with libpng 1.5, so I didnβt just run "pip install matplotlib" ... instead ...
I tried running this from inside virtualenv:
pip install -e git+https://github.com/matplotlib/matplotlib#egg=matplotlib-dev
It looks like it starts the installation, but then I get this error:
/Users/myusername/.virtualenvs/nltk/lib/python2.7/site-packages/numpy/core/include/numpy/ __multiarray_api.h:1532: warning: 'int _import_array()' defined but not used lipo: can't open input file: /var/folders/wy/s1jr354d4xx7dk0lpdpbpsbc0000gn/T/ /ccfNUhyq.out (No such file or directory) error: command 'llvm-gcc-4.2' failed with exit status 1 ---------------------------------------- Command /Users/sameerfx/.virtualenvs/nltk/bin/python -c "import setuptools; __file__= '/Users/sameerfx/.virtualenvs/nltk/src/matplotlib/setup.py'; exec(compile(open(__file__ ).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps failed with error code 1 Storing complete log in /Users/sameerfx/.pip/pip.log
source share