我正在为使用pochta.ru API的VK设置一个机器人 我无法安装suds,因为命令“ python setup.py egg_info”失败,错误代码为1 setuptools是最新版本
我不使用Linux,我使用PyCharm,但通过Python也不起作用
答案 0 :(得分:0)
对于大于3.2的python版本,您应该尝试使用“ suds-jurko”而不是“ suds”。
答案 1 :(得分:0)
File "D:/Python/WeatherBot/meh.py", line 28, in <module>
result = client.service.getOperationHistory(__inject={'msg':message})
在调用中的文件“ D:\ Python \ WeatherBot \ venv \ lib \ site-packages \ suds \ client.py”,第521行 返回client.invoke(args,kwargs) 调用中的文件“ D:\ Python \ WeatherBot \ venv \ lib \ site-packages \ suds \ client.py”,行760 断言msg。 class 是suds.byte_str_class AssertionError