在cmd 中输入 python setup.py install

报错:No module named numpy. distutils._msvccompiler in numpy. distutils; trying from distutils、

python No module named numpy. distutils._msvccompiler in numpy. distutils; trying from distutils

解决方法:

安装Visual Studio 2019 生成工具  选择安装c++生成工具  (根据python版本选择)

python No module named numpy. distutils._msvccompiler in numpy. distutils; trying from distutils

参考文章:https://wiki.python.org/moin/WindowsCompilers

 

相关文章:

  • 2021-06-01
  • 2021-05-28
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-09-25
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2021-09-30
  • 2021-10-12
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案