python - OS X not using most recent NumPY version -


trying update numpy running pip install -u numpy, yields "requirement up-to-date: numpy in /library/python/2.7/site-packages". checking version import numpy , numpy.version.version yields '1.6.2' (old version). python importing numpy via path '/system/library/frameworks/python.framework/versions/2.7/extras/lib/python/numpy'. please me out here.

you can remove old version of numpy

/system/library/frameworks/python.framework/versions/2.7/extras/lib/python/numpy

.
delete numpy package there , try import numpy python shell.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -