One method of fixing this is to repeatedly uninstall numpy until none is..............

numpy版本出现冲突,先删掉所有的,然后重新安装:

  1. 先卸载numpy: pip uninstall numpy
  2. 再卸载numpy,直到卸载到提示信息显示,此时完全已经没有numpy了为止,提示了Skipping numpy as it is not installed.
  3. 下载numpy:pip install numpy
  4. 此时应该可用;
  5. 此时若numpy不可用,查看.libs文件夹,删除掉其中的另一个dll文件,应该可用
     
发布了289 篇原创文章 · 获赞 163 · 访问量 23万+

猜你喜欢

转载自blog.csdn.net/Suyebiubiu/article/details/103169694
今日推荐