在Windows上安装Twisted for Python 3.6.1在Windows SDK中丢失了错误文件

时间:2017-05-24 08:49:13

标签: python windows pip twisted

我尝试使用pip安装Twisted

    running build_ext
building 'twisted.test.raiser' extension
error: [WinError 3] The system cannot find the path specified: 'C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v8.1\\lib'

----------------------------------------
Command "c:\python361\python.exe -u -c "import setuptools, tokenize;__file__='C:
\\Users\\User\\AppData\\Local\\Temp\\pip-build-32gww8wb\\twisted\\setup.py';f=ge
tattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.cl
ose();exec(compile(code, __file__, 'exec'))" install --record C:\Users\User\AppD
ata\Local\Temp\pip-f8823kmo-record\install-record.txt --single-version-externall
y-managed --compile" failed with error code 1 in C:\Users\User\AppData\Local\Tem
p\pip-build-32gww8wb\twisted\

但是我收到了以下错误

lib

我检查了计算机中的目录,确实路径C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v8.1中没有active文件夹。我已下载Visual Studio 2015社区,但它无法解决问题。 下载Visual Studio后是否需要设置? 如何解决这个问题?

更新: 我想编译这个程序https://github.com/KDE/kajongg,这需要我安装Twisted。

0 个答案:

没有答案