Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
952 views
in Technique[技术] by (71.8m points)

jupyter - Error while installing Jupyternotebook through pip

I am getting the following error while installing Jupyternotebook through pip in Windows 10. Kindly provide some workaround. Please find the complete output at https://pastebin.com/vxvAtr6S C:Usersprave>echo %PATH% C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:WindowsSystem32OpenSSH;C:Program FilesMATLABR2020bin;C:Program FilesInkscapein;C:Program FilesCrucialCrucial Storage Executive;C:ffmpegin;C:Program Filesgsgs9.53.3in;C:Program Filesgsgs9.53.3lib;C:MinGWin;C:Program Files (x86)FAHClient;C:UserspraveAppDataLocalMicrosoftWindowsApps;C:Program FilesJetBrainsPyCharm Community Edition 2020.3.1in;;C:MinGWin;

question from:https://stackoverflow.com/questions/66049345/error-while-installing-jupyternotebook-through-pip

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

This line clearly says it, you have to download Microsof Visual C++ 14.0 or greater from the given address.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...