python pip package install fails , dllwrap error after 'fixing': “unable to find vcvarsall.bat”

后端 未结 3 1964
粉色の甜心
粉色の甜心 2021-01-03 05:45

I can\'t find this in the archives. Is there something not right with mingw/msys? [I need to get vcvarsall.bat fixed, so I can install other packages.]

Failure to in

3条回答
  •  孤独总比滥情好
    2021-01-03 06:26

    This is likely a bug with Python. See http://bugs.python.org/issue2698

    Meanwhile, you could install ActivePython and install Twisted via PyPM (no compilers needed).

    Alternatively, you can use the official binary ... though I recommend the aforementioned solution as you can easily 'upgrade' to newer versions of Twisted in future.

提交回复
热议问题