随笔分类 - 常见问题解决方案——python
摘要:运行代码时抛出错误: configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%Sgmfc' 判断原因:在读取配置时,配置文件中存在%这个一类的特殊字符 解决方案: 在读取配置中将 self
阅读全文
摘要:安装第三方库时报错:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. 如图: 解决方案: pip
阅读全文