windows pip install twisted troubleshooting

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows pip install twisted troubleshooting相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

windows10上pip install channels

Pip不在Windows上安装Twisted

pip install scrapy 报错

Windows Install Twisted 安装Twisted

windows下python3.6 通过pip安装Twisted模块报utf-8错误的解决办法

使用pip安装Twisted for Python:错误:Microsoft Visual Studio失败,退出状态为2