无法使用pip安装jupyter模块



我希望能够安装python模块jupyter与pip,但我得到一个错误在我的终端当我尝试'pip安装jupyter'返回这个:'

error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [9 lines of output]
C:UsersnunesAppDataLocalTemppip-build-env-dofs9qdxoverlayLibsite-packagessetuptools_distutilsdist.py:265: UserWarning: Unknown distribution option: 'cffi_modules'
warnings.warn(msg)
running egg_info
writing pyzmq.egg-infoPKG-INFO
writing dependency_links to pyzmq.egg-infodependency_links.txt
writing requirements to pyzmq.egg-inforequires.txt
writing top-level names to pyzmq.egg-infotop_level.txt
running configure
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.

我已经按照指示安装了Microsoft Visual Studio Builds Tools,但仍然出现相同的错误。如果有人有主意,我是一个接受者,提前感谢你的帮助。

试试pip install jupyterlab.

参考更多信息:https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html

我也看到你有一个错误:Microsoft Visual c++ 14.0或更高版本是必需的

你也可以尝试安装/升级Microsoft Visual c++

最新更新