我正在尝试使用命令行安装jupyter notebook。 使用的命令:
c:pip install jupyter
错误消息显示在cmd界面上。
raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\ANILKU~1\AppData\Local\Temp\pip-install-2gl7dpxn\pywinpty\
我被困在这里,我已经安装了Visual C ++重新分发14.0。如何解决。如果有人知道,请回答。