过去 2 小时我一直在尝试安装 jupyter,但我不断收到此错误:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pywinpty
Failed to build pywinpty
ERROR: Could not build wheels for pywinpty, which is required to install pyproject.toml-based projects
我尝试自行安装 pywinpty(在 cmd 中 pip intstall pywinpty),它给出了相同的轮子错误。
我使用 jupyter 的本指南来尝试安装:https://docs.jupyter.org/en/latest/install/notebook-classic.html
尝试使用
python -m pip install --upgrade pip
如果这不起作用,请在 cmd 中以管理员身份尝试此操作
pip uninstall pip
然后,
python -m ensurepip
注意:此错误源自子进程,并且可能不是 pip 的问题。 错误:pywinpty 构建轮子失败 构建 pywinpty 失败 错误:错误:无法为某些基于 pyproject.toml 的项目构建可安装的轮子(pywinpty)
帮我解决一下问题