服务器上出错:No module named ‘tensorflow‘和importError: DLL load failed while importing cv2:找不到指定的模块

No module named 'tensorflow'尝试解决方法如下:


pip uninstall tensorflow

pip --default-timeout=999999 install tensorflow -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com --user

服务器上出错:importError: DLL load failed while importing cv2:找不到指定的模块,参考下文中解决方法:

python pyinstaller运行可执行exe文件,在服务器上出错:importError: DLL load failed while importing cv2:找不到指定的模块 解决方法-CSDN博客

其它参考:

python nuitka打包的程序,提示ImportError: DLL load failed while importing cv2: 找不到指定的模块。-CSDN博客

Import cv2 ImportError:DLL load failed:找不到指定模块 解决方法-CSDN博客

下文中的方法最有效:

成功解决Python导入opencv报错“DLL load failed while importing cv2: 找不到指定的模”_importerror: dll load failed while importing cv2: -CSDN博客

【免费】解决Python导入opencv报错“DLLloadfailedwhileimportingcv2:找不到指定的模”资源-CSDN文库

你可能感兴趣的:(python,tensorflow,人工智能,python)