windows pip install twisted troubleshooting
2021-07-11 05:07
标签:代码 pre error 添加 trace install pip 出现 item windows pip install twisted troubleshooting 标签:代码 pre error 添加 trace install pip 出现 item 原文地址:http://blog.51cto.com/ting2junshui/2175860
pystate.h 文件exc_type exc_value exc_traceback不是 _ts的成员。
打开pystate.h文件,找到_ts的结构体 typedef struct _ts 添加如下代码:
_PyErr_StackItem exc_type;
_PyErr_StackItem exc_value;
_PyErr_StackItem *exc_traceback;
```保存即可!```
上一篇:Windows程序内部运行机制
文章标题:windows pip install twisted troubleshooting
文章链接:http://soscw.com/index.php/essay/103566.html