分析原因:可能未安装到正确的路径😱
解决方法:💉
在指定的路径安装numpy
路径按照自己得实际去写
举例:pip install --target=C:\Users\DELL\.conda\envs\env\Lib\site-packages numpy
成功啦!
🎉🎉🎉🎉🎉🎉
【报错】已安装numpy,仍然报错ModuleNotFoundError: No module named ‘numpy‘
阅读 82
2022-01-30
分析原因:可能未安装到正确的路径😱
解决方法:💉
在指定的路径安装numpy
路径按照自己得实际去写
举例:pip install --target=C:\Users\DELL\.conda\envs\env\Lib\site-packages numpy
成功啦!
🎉🎉🎉🎉🎉🎉
相关推荐
精彩评论(0)