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?
Related Posts:
- ImportError: ‘No module named plotly.plotly’ in LinuxMint17.3
- PyCharm shows “PEP8: expected 2 blank lines, found 1”
- “pip install json” fails on Ubuntu
- Python string from list comprehension
- TypeError: zip argument #1 must support iteration
- ImportError: No module named google.cloud
- Jupyter | The kernel appears to have died. It will restart automatically |
- TypeError: ‘int’ object is not subscriptable
- What are the differences between Visual Studio Code and Visual Studio?
- What is the result of % in Python?
- Reading an Excel file in python using pandas
- Error: ‘int’ object is not subscriptable – Python
- Python Variable Declaration
- How do I compare two strings in python?
- What are the differences between Visual Studio Code and Visual Studio?
- How to download Visual Studio Community Edition 2017 (not 2019)
- TypeError: ‘int’ object is not callable
- How to download Visual Studio Community Edition 2015 (not 2017)
- TypeError: ‘int’ object is not callable
- working of \n in python [duplicate]
- Pip freeze vs. pip list
- TypeError: ‘int’ object is not callable
- Cannot find module cv2 when using OpenCV
- Cannot find module cv2 when using OpenCV
- Python ‘If not’ syntax [duplicate]
- RuntimeWarning: invalid value encountered in divide
- Unresolved external symbol in object files
- Converting dictionary to JSON
- Unresolved external symbol in object files
- WinError 2 The system cannot find the file specified (Python)
- IndexError: tuple index out of range —– Python
- Why the range of int is -32768 to 32767?
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- TypeError: cannot perform reduce with flexible type
- Could not find a version that satisfies the requirement tensorflow
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- Error : Could not load file or assembly or one of it’s dependencies
- Could not find a version that satisfies the requirement tensorflow
- Local variable referenced before assignment?
- Remove secure warnings (_CRT_SECURE_NO_WARNINGS) from projects by default in Visual Studio
- ln (Natural Log) in Python
- Awesomium sdk download
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- ‘cannot find or open the pdb file’ Visual Studio C++ 2013
- ImportError: numpy.core.multiarray failed to import
- What are the differences between Visual Studio Code and Visual Studio?
- How do you auto format code in Visual Studio?
- Unity OnTriggerEnter2D not registering
- Python Traceback (most recent call last)
- What’s the difference between Visual Studio Community and other, paid versions?
- python pip – install from local dir
- How to declare a global variable in C++
- Unable to plot Double Bar, Bar plot using pyplot for ndarray
- How to pip or easy_install tkinter on Windows
- Cannot find module cv2 when using OpenCV
- pip or pip3 to install packages for Python 3?
- Convert list to tuple in Python
- ImportError: numpy.core.multiarray failed to import
- How to remove \xa0 from string in Python?
- What is the meaning of [:] in python [duplicate]
- What is “stdafx.h” used for in Visual Studio?
- Why are Python’s ‘private’ methods not actually private?
- Windows 7 exception code: 0xc0000409
- Configuration System Failed to Initialize
- What does purpose use #ifdef and #if in C++
- Remove list from list in Python
- How to add a default Default.aspx to a ASP.NET Web Application Project?
- How to create a new text file using Python
- Unzip all zipped files in a folder to that same folder using Python 2.7.5
- Visual Studio doesn’t see Team Explorer
- Installation of MySQL for Visual Studio 1.2.8 failed
- wntdll.pdb not loaded – Can’t see the exception
- TypeError: write() argument must be str, not bytes (Python 3 vs Python 2 )
- wntdll.pdb not loaded – Can’t see the exception
- python socket.error: [Errno 98] Address already in use
- How to import files in python using sys.path.append?
- Visual Studio error “Object reference not set to an instance of an object” after install of ASP.NET and Web Tools 2015
- Visual Studio /**/ comment shortcut?
- How do I install the yaml package for Python?
- How do I install a NuGet package .nupkg file locally?
- Check string “None” or “not” in Python 2.7
- Change figure size and figure format in matplotlib
- VC++ fatal error LNK1168: cannot open filename.exe for writing
- Command to collapse all sections of code?
- Cannot open include file: ‘stdio.h’ – Visual Studio Community 2017 – C++ Error
- how to update spyder on anaconda
- how does \r (carriage return) work in Python
- Python TypeError: ‘type’ object is not iterable
- What is Python buffer type for?
- AttributeError(“‘str’ object has no attribute ‘read'”)
- Missing vc_runtimeminimum_x86.msi and installation won’t work
- IndexError: index 1 is out of bounds for axis 0 with size 1/ForwardEuler
- Python Save to file
- Cannot Connect to Server – A network-related or instance-specific error
- Add list to set?
- ERROR: Cannot open source file ” “
- Python Error : File “
“ - The #include
exists, but I get an error: identifier “cout” is undefined. Why? - Create 3D array using Python