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
Post a Comment