import pandas 出现 “ImportError: DLL load failed while importing aggregations: 找不到指定的模块。”错误

之前安装的时候试过还好好的(pandas版本-1.1.1),今天却出现上面的提示。网上找了下,说是要卸载重装或找低版本,可卸载后发现还是不行。

就在重装pandas时出现依赖包的提示,发现一个numpy记得是重装过。

import pandas 出现 “ImportError: DLL load failed while importing aggregations: 找不到指定的模块。”错误

......省略废话。

原来是新安装的numpy把之前的给卸载了,找回原来pandas能用时安装的numpy重新安装就解决了。

相关文章:

  • 2022-01-09
  • 2021-04-26
  • 2021-05-02
  • 2021-06-02
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-30
  • 2021-07-02
  • 2021-09-08
  • 2022-01-08
  • 2021-12-22
相关资源
相似解决方案