Python 3.x 安装Twisted:错误:Microsoft Visual C++;14.0是必需的

Python 3.x 安装Twisted:错误:Microsoft Visual C++;14.0是必需的,python-3.x,windows,twisted,visual-studio-2017-build-tools,Python 3.x,Windows,Twisted,Visual Studio 2017 Build Tools,我正在尝试在Windows 10设备上安装频道。我不断得到以下错误: $ pip install --user channels ... Stuff here building 'twisted.test.raiser' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.micros

我正在尝试在Windows 10设备上安装
频道
。我不断得到以下错误:

$ pip install --user channels
... Stuff here
    building 'twisted.test.raiser' extension
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/

    ----------------------------------------
Command ""c:\program files (x86)\python37-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\uscs\\AppData\\Local\\Temp\\pip-install-tgzm6i1z\\twisted\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\uscs\AppData\Local\Temp\pip-record-d1l_mx2x\install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in C:\Users\uscs\AppData\Local\Temp\pip-install-tgzm6i1z\twisted\
在互联网上搜索某某和其他地方的大量信息,让我无法找到答案。以下是我尝试过的:

  • 已安装VS构建工具。我在这个话题上发现的几乎所有东西都过时了,都是关于VS 2015的,所以我在这里有点盲目。错误消息不足以说明我需要的众多工具中的哪一个,因此以下是我安装的工具:

    • Visual Studio构建工具2019
    • C++构建工具
    • MSVC V142VS 2019 C++ X64/x86构建工具(V1420)
    • Windows10SDK
    • C++CMake Windows工具
    • 测试工具核心功能-构建工具
    • Visual Studio构建工具2017
    • VC++2017 15.9 v14.16最新v141工具
    • 其他材料同上
  • 在其他阅读中,我读到有时需要升级
    setuptools
    ,所以我做到了

  • 我已经重新启动了
  • 不管其他问题的答案是什么,以上这些都没有产生任何影响

    怎么了?我主要是Linux用户,所以Windows问题往往让我感到困惑