首页 > 解决方案 > 命令“python setup.py egg_info”失败,错误代码为 1 | 无法通过 python 和 pycharm 安装

问题描述

我正在为使用 pochta.ru 的 API 的 VK 设置一个机器人我无法安装 suds,因为命令“python setup.py egg_info”失败,错误代码 1 setuptools 是最新版本

我不使用Linux,我使用PyCharm,但是通过Python它也不起作用

标签: pythonsuds

解决方案


  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 行,调用 return client.invoke(args, kwargs) 文件“D:\Python\WeatherBot\venv\lib \site-packages\suds\client.py",第 760 行,在调用断言 msg 中。是 suds.byte_str_class AssertionError


推荐阅读