问题描述:
(1)已经安装好 python 3.6, numpy, pylab, skitlearn 等,但是在 pycharm 中新建一个项目时报错:
         "numpy not found"

原因分析:
          pycharm 自动为新建项目建立一个虚拟环境"virtual environment", 但是,这个虚拟环境并不继承全局的 python 包。

解决方案:
          将当前项目设置为继承全局 python 包。

  pycharm module numpy not found

相关文章:

  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-04-22
猜你喜欢
  • 2021-06-23
  • 2021-07-04
  • 2021-05-16
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案