1. 程式人生 > >windows pip install twisted troubleshooting

windows pip install twisted troubleshooting

err error tin 結構 value windows tac twisted truct

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