I know this is a duplicated question, please don't mark it before helping out.
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 VSCOMMONTOOLS<
, however VS###COMMONTOOLS
variable doesn't exist.
I am using Windows Server 2012.
How can I proceed?