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
- Reading an Excel file in python using pandas
- Python Variable Declaration
- TypeError: ‘int’ object is not callable
- TypeError: ‘int’ object is not callable
- TypeError: ‘int’ object is not callable
- Cannot find module cv2 when using OpenCV
- Converting dictionary to JSON
- Unresolved external symbol in object files
- IndexError: tuple index out of range —– Python
- Why the range of int is -32768 to 32767?
- Could not find a version that satisfies the requirement tensorflow
- Remove secure warnings (_CRT_SECURE_NO_WARNINGS) from projects by default in Visual Studio
- 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
- How do you auto format code in Visual Studio?
- Unity OnTriggerEnter2D not registering
- What’s the difference between Visual Studio Community and other, paid versions?
- Cannot find module cv2 when using OpenCV
- pip or pip3 to install packages for Python 3?
- Convert list to tuple in Python
- What is “stdafx.h” used for in Visual Studio?
- wntdll.pdb not loaded – Can’t see the exception
- TypeError: write() argument must be str, not bytes (Python 3 vs Python 2 )
- 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?
- Check string “None” or “not” in Python 2.7
- how to update spyder on anaconda
- Python TypeError: ‘type’ object is not iterable
- AttributeError(“‘str’ object has no attribute ‘read'”)
- IndexError: index 1 is out of bounds for axis 0 with size 1/ForwardEuler
- Python Save to file
- TypeError: unsupported operand type(s) for -: ‘list’ and ‘list’
- AttributeError: ‘datetime’ module has no attribute ‘strptime’
- Python add item to the tuple
- “Error while trying to run project: Unable to start program”. Can run program only once. Then VS needs restart
- Converting binary to decimal integer output
- No module named setuptools
- Simple plot in python of a numpy array?
- WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for ‘jquery’. Please add a ScriptResourceMapping named jquery(case-sensitive)
- An error occurred while signing: SignTool.exe not found
- How to use 2to3 properly for python?
- C++ cannot open source file
- Why does using from __future__ import print_function breaks Python2-style print?
- How can I selectively escape percent (%) in Python strings?
- Type error Unhashable type:set
- Visual Studio: The Operation could not be completed. The parameter is incorrect
- Error C1083: Cannot open include file: ‘stdafx.h’
- How to have a set of sets in Python?
- C# – How to convert string to char?
- How to use Java in Visual Studio 2017
- Python: count repeated elements in the list
- Nuget connection attempt failed “Unable to load the service index for source”
- “The system cannot find the file specified” when running C++ program
- Why I get ‘list’ object has no attribute ‘items’?
- How to read the last line of a file in Python?
- Fresh installed Visual Studio 2017 won’t create C++ project with error 0x80041fe2
- What is the purpose of the vshost.exe file?
- This project references NuGet package(s) that are missing on this computer
- Source information missing from the debug information for this module – PDB successfully loaded
- Fast ping sweep in python
- Python Requests – No connection adapters
- How to get relative path of a file in visual studio?
- LINK : fatal error LNK1561: entry point must be defined ERROR IN VC++
- Numpy, multiply array with scalar
- TypeError: coercing to Unicode: need string or buffer, list found
- Visual Studio Project vs. Solution
- Visual Studio keeps crashing
- TypeError: super() takes at least 1 argument (0 given) error is specific to any python version?
- Split string using a newline delimiter with Python
- No module named urllib3
- Proper way to rename solution (and directories) in Visual Studio
- Visual Studio compiles but the exe isn’t there
- AttributeError: ‘tuple’ object has no attribute
- Adding +1 to a variable inside a function
- Difference between
and - The name ‘ViewBag’ does not exist in the current context – Visual Studio 2015
- The project type is not supported by this installation
- Install py2exe for python 2.7 over pip: this package requires Python 3.3 or later
- Create html documentation for C# code
- ImportError: No module named IPython
- Differences between Commit, Commit and Push, Commit and Sync
- Unity 5.2.2 changing Visual Studio back to MonoDevelop
- Where can I read the Console output in Visual Studio 2015
- Go To Definition: “Cannot navigate to the symbol under the caret.”
- Unity Scripts edited in Visual studio don’t provide autocomplete
- Symbol not found: __PyCodecInfo_GetIncrementalDecoder
- How to uninstall python in ubuntu completely and reinstalling it?
- What does an ‘r’ represent before a string in python?
- module unsafe for SAFESEH image C++
- How to solve “Microsoft Visual Studio (VS)” error “Unable to connect to the configured development Web server”
- Python list index out of range on return value of split
- Unable to launch the IIS Express Web server