Python Pandas - Missing required dependencies ['numpy'] 1

前端 未结 28 2526
清歌不尽
清歌不尽 2020-11-27 16:32

Since yesterday I\'ve had this error when I try to import packages on anaconda :

ImportError: Missing required dependencies [\'numpy\']

I have t

28条回答
  •  星月不相逢
    2020-11-27 17:03

    Try:

        sudo apt-get install libatlas-base-dev
    

    It should work now.

    Else, try uninstall and reinstall numpy and pandas.

提交回复
热议问题