首先,确保你已经卸载了NumPy库(在命令行中运行pip uninstall numpy)。然后,在VSCode的终端或系统的命令提示符中再次运行pip install numpy,确保安装位置与VSCode可以访问的路径一致。 创建虚拟环境: 如果你的项目需要特定的Python环境,你可以考虑使用虚拟环境(如venv或conda)。在VSCode中创建一个新的虚拟环境,并在其中安...
5、再次编译,报错 : numpy.core.multiarray failed to import 安装numpy : pip install numpy ,提示已经安装: 6、卸载numpy,重新安装numpy,这里出现两个版本的numpy,因此需要卸载两次: 7、重新安装numpy:pip install numpy,并重复步骤1~4; 8、再次编译,不再报错。
4、点击进入,依次找到 VisualStudioshared >> Python37_64 >> Lib >> site-packages,然后Ctrl + V将 之前复制的cv2文件夹粘贴到此处,如下图: 5、再次编译,报错 : numpy.core.multiarray failed to import 安装numpy : pip install numpy ,提示已经安装: 6、卸载numpy,重新安装numpy,这里出现...