Using old version of numpy even with a newer version installed

后端 未结 2 1712
别那么骄傲
别那么骄傲 2021-01-18 19:34

I have used easy_install to install numpy to install numpy 1.7.1, but when I check my version in python:

python -c \"import numpy; print numpy.version.versi         


        
2条回答
  •  独厮守ぢ
    2021-01-18 19:47

    sudo easy_install -U numpy

    ...after many tries, the code above worked for me, finally!

提交回复
热议问题