Pycharm使用虚拟解释器导入numpy报错:Importing the multiarray numpy extension module failed
错误:Importing the multiarray numpy extension module failed原因:环境变量的问题其中Pycharm虚拟环境变量引用了系统环境变量,而系统环境变量起初并没有引入C:\ProgramData\Anaconda3\Library\bin所以才导致了Pycharm虚拟环境导入numpy失败,原因就在于包混乱,所以在系统环境变量中导入,也一定要导入到bi
·
更多推荐
所有评论(0)