Windows tesserocr安装失败FileNotFoundError: [Errno 2] No such file or directory: 'C:\\......

真的是卡了一上午

我的问题是:

在cmd中输入:pip3 install tesserocr-2.2.2-cp36-cp36m-win_amd64.whl
结果出错:
FileNotFoundError: [Errno 2] No such file or directory:'C:\Windows\System32‘

当时忘记截图了,,当时烦死了

参考了一些其他人 的博客

我的问题就是 找不到文件

所以针对去解决就行了

这个.whl文件的下载途径:
(1)链接:https://github.com/simonflueckiger/tesserocr-windows_build/releases/tag/tesserocr-v2.2.2
下载慢!!!
(2)关注我公众号:免费获取,下载速度快
Windows tesserocr安装失败FileNotFoundError: [Errno 2] No such file or directory: 'C:\\......_第1张图片
将我下载的.whl复制到C:\Windows\System32
Windows tesserocr安装失败FileNotFoundError: [Errno 2] No such file or directory: 'C:\\......_第2张图片
然后再去cmd试一试

pip3 install tesserocr-2.2.2-cp36-cp36m-win_amd64.whl

Windows tesserocr安装失败FileNotFoundError: [Errno 2] No such file or directory: 'C:\\......_第3张图片

搞定!!

总之,哪里出错找哪里!!

你可能感兴趣的:(练习过程--错题本)