twisted-iocpsupport (pyproject.toml) 的构建轮未成功运行

问题描述 投票:0回答:0

我正在尝试使用 pip 安装 scrapy,但发生了这种情况。我已经有一个 virtualenv 和所有。

Building wheel for twisted-iocpsupport (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for twisted-iocpsupport (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [12 lines of output]
      running bdist_wheel
      running build
      running build_ext
      building 'twisted_iocpsupport.iocpsupport' extension
      creating build
      creating build\temp.win-amd64-cpython-311
      creating build\temp.win-amd64-cpython-311\Release
      creating build\temp.win-amd64-cpython-311\Release\twisted_iocpsupport
     
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for twisted-iocpsupport
Failed to build twisted-iocpsupport
ERROR: Could not build wheels for twisted-iocpsupport, which is required to install pyproject.toml-based projects

我尝试使用 pip 安装 Twisted 和 twisted-iocpsupport 但仍然出现同样的问题。我应该怎么办?我正在使用 Python 3.11.2.

python pip scrapy virtualenv twisted
© www.soinside.com 2019 - 2024. All rights reserved.