When I want to install packages, including Jupyter, I get the error that Microsoft Visual C++ 9.0 is required. I get the same error with Pip and pre-compiled binaries on UC website.
I have Visual Studio 17 express installed and I have manually added the path of vcvarsall
to my environment.
I also saw solution to update the VS###COMMONTOOLS
, however VS###COMMONTOOLS
variable doesn't exist.
I am using Windows Server 2012.
How can I proceed?