【发布时间】:2019-04-22 18:32:04
【问题描述】:
我正在为使用 pochta.ru 的 API 的 VK 设置一个机器人 由于命令“python setup.py egg_info”失败,错误代码为 1,我无法安装 suds setuptools 是最新版本
我不使用Linux,我使用PyCharm,但是通过Python它也不起作用
【问题讨论】:
我正在为使用 pochta.ru 的 API 的 VK 设置一个机器人 由于命令“python setup.py egg_info”失败,错误代码为 1,我无法安装 suds setuptools 是最新版本
我不使用Linux,我使用PyCharm,但是通过Python它也不起作用
【问题讨论】:
对于大于 3.2 的 python 版本,您应该尝试使用“suds-jurko”而不是“suds”。
【讨论】:
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 断言错误
【讨论】: