原文:TypeError: dist must be a Distribution instance

问题应该就是setuptools的版本太新。更换较低版本。 ...

2013-09-20 16:40 0 6185 推荐指数:

查看详情

TypeError: must be str, not bytes

先说下python的版本吧 3.6 1.TypeError: must be str, not bytes错误: 解答: 写文件处 open(filename, 'w').write 应该写为 open(filename, 'wb').write 2.当文本文件里面有中文时,需要进行编码转换 ...

Wed Feb 03 03:56:00 CST 2021 0 666
TypeError: string indices must be integers

这个错误意思是字符串的下标一定要是整数出这种错误有多种可能,最形象直接的就是: 有点pyhton基础的都知道下标怎么能是字符串’0’,必须是整数0,1,2,3… ...

Tue Mar 31 17:32:00 CST 2020 0 7606
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM