软件安装
文章平均质量分 55
huzing2524
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysqlclient安装报错【OSError: mysql_config not found】
pip3 install mysqlclient安装时报错如下:Looking in indexes: http://mirrors.aliyun.com/pypi/simple/ Collecting mysqlclient Downloading http://mirrors.aliyun.com/pypi/packages/3c/df/59cd2fa5e48d0804d213bdcb1acb4d08c403b61c7ff7ed4dd4a6a2deb3f7/mysqlclient-2.0.3.ta.原创 2021-06-09 14:47:15 · 382 阅读 · 0 评论 -
[Python OCR] pytesseract 的正确使用方式(报错 TesseractNotFoundError)
pytesseract的pypi网址 如果直接安装使用会报错: ocr图片: 简易使用:pip3 install pytesseractimport pytesseract from PIL import Image print(pytesseract.image_to_string(Image.open('1.png'))) 报错如下: pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it.原创 2021-04-14 21:47:21 · 633 阅读 · 0 评论 -
Python pip3 使用国内镜像源
pip documentation 阿里云:pip3 config set global.index-url http://mirrors.aliyun.com/pypi/simple/ 修改完查看一下:pip3 config list原创 2021-04-14 17:25:26 · 1615 阅读 · 0 评论
分享