I am trying to install jupyter notebook using command line. command used:
c:pip install jupyter
error messages display on cmd interface.
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\
I am stuck here , I have alreday installed visual c++ redistribution 14.0. How to resolve it. Kindly answer if anybody knows.