码迷,mamicode.com
首页 > Windows程序 > 详细

windows pip install twisted troubleshooting

时间:2018-09-17 00:04:47      阅读:392      评论:0      收藏:0      [点我收藏+]

标签:代码   pre   error   添加   trace   install   pip   出现   item   

twisted error
  • 在windows中使用pip安装twisted的时候出现error如下:
    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 pip install twisted troubleshooting

标签:代码   pre   error   添加   trace   install   pip   出现   item   

原文地址:http://blog.51cto.com/ting2junshui/2175860

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!