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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -