
python
谢泽豪
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python AttributeError: module 'pytesseract' has no attribute 'image_to_string'
AttributeError: module 'pytesseract' has no attribute 'image_to_string'。 解决一:安装好环境变量 解决二:设置config原创 2020-03-08 14:07:14 · 2987 阅读 · 0 评论 -
python 安装tesserocr 遇到‘Microsoft Visual C++ 14.0 is required.’的问题
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/ 不需要下载 Microsoft Visual C++ 14.0 ! 不需要下载 Microsoft Visual C++...转载 2020-02-28 15:29:03 · 307 阅读 · 1 评论 -
window10 jupyter notebook 遇到‘ImportError: DLL load failed: 找不到指定的模块。’的问题
将 Anaconda3 的路径添加到环境变量中,在cmd先运行activate root 在运行jupyter notebook。原创 2020-01-29 21:01:24 · 4089 阅读 · 3 评论