How to fix Python Numpy/Pandas installation?

前端 未结 9 597
说谎
说谎 2020-12-24 06:13

I would like to install Python Pandas library (0.8.1) on Mac OS X 10.6.8. This library needs Numpy>=1.6.

I tried this

$ sudo easy_install pandas
Sear         


        
9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 06:35

    Don't know if you solved the problem but if anyone has this problem in future.

    $python
    >>import numpy
    >>print(numpy)
    

    Go to the location printed and delete the numpy installation found there. You can then use pip or easy_install

提交回复
热议问题