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

前端 未结 28 2456
清歌不尽
清歌不尽 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:13

    I am using Win10 and Conda, and this issue just append to me when upgrading python 3.7.2-h8c8aaf0_0 --> 3.7.2-h8c8aaf0_2. I solved it by return to the previous version with

    conda install python=3.7.2=h8c8aaf0_0
    

提交回复
热议问题