摘要: 在安装第三方库的时候,Python报错: ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. 解决方法如下: 输入指令: pip --default-timeo 阅读全文
posted @ 2020-11-13 19:56 Ring_1992 阅读(5238) 评论(0) 推荐(0) 编辑
摘要: python处理图像需要用到PIL类库 Mac安装PIL 推荐使用pip工具安装 现在已经用Pillow代替PIL,在使用上没有区别,API都是相同的 Pillow类库依赖另一个模块:multiprocessing 安装步骤: 使用命令sudo easy_install pip安装pip 使用命令s 阅读全文
posted @ 2020-11-13 17:55 Ring_1992 阅读(2541) 评论(0) 推荐(0) 编辑