Error: Microsoft Visual C++ 10.0 is required.
I have installed Microsoft Visual C++ 10.0 with Microsoft window SDK 7.1 but still, it's showing the same error
Related
As a dependency of the Python module pandas-profiling, an attempt is made to install the module Bottleneck (offers Fast NumPy array functions - but is written in C).
The installation aborts with this error message:
error: Microsoft Visual C ++ 14.0 or greater is required. Get it with "Microsoft C ++ Build Tools": https: // visualstudio
.microsoft.com / visual-cpp-build-tools /
----------------------------------------
ERROR: Failed building wheel for bottleneck
Failed to build bottleneck
The proposed solution would mean downloading and installing the "Microsoft C ++ Build Tools" from https://visualstudio.microsoft.com/visual-cpp-build-tools/.
However, that would only consume> 6GB hard drive space because I don't use Visual Studio.
Do any of you have an idea for a different solution?
I found a compiled version of the module Bottleneck (Unofficial Windows Binaries for Python Extension Packages.
After the installation as wheel the Python module pandas-profiling could be updated.
I can't install psycopg2 on Win10 x64 / Python 3.8.
When I run MyProject\venv>pip install psycopg2-binary
I've got error Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools
But I've already installed BuildTools (from https://visualstudio.microsoft.com/downloads/) and MS Visual C++ redistributable 2015-2019
Also I've tried to install prebuild binaries - https://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg but for any package (win_amd64 or win32) I've got error like "psycopg2-2.8.6-cp39-cp39-win32.whl is not a supported wheel on this platform."
Could you please help - how can I finally install them?
While trying to install Pandas and sasl modules in Windows via pip, I am getting below error.
error: Microsoft Visual C++ 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.microsoft.com/download/details.aspx?id=8279
I have tried to install Microsoft Visual C++ 10.0 but getting the same error. My Python version is 3.4.0 and pip version is 18.1
C:\Users\ishan\PycharmProjects\python-Simple\venv\Scripts>python --version
Python 3.4.0
C:\Users\ishan\PycharmProjects\python-Simple\venv\Scripts>pip --version
pip 18.1 from c:\users\ishan\pycharmprojects\python-simple\venv\lib\site-
packages\pip (python 3.4)
I am trying to develop a python console application that implement IoT using Microsoft azure. For this purpose, I am following very basic tutorial made for python developers by Microsoft azure in my Windows 10 machine. Pre-installed Visual C++ redistributable package is one of the most important requirement to allow the use of native DLLs from Python among 4 prerequisites described into the Introduction section of the tutorial.
My system configurations:
Software Version
-------------------------------------------------------
Python: 3.5.2
Visual C++ redistributable package: 2010, 2013, 2017
Node: 6.10.2
Figure of Visual C++ redistributable package:
Problems:
Visual C++ redistributable package is not installed since Visual C++ redistributable package in the tutorial is an older version (2015) then mine (2017).
It shows following error:
Traceback (most recent call last):
File "CreateDeviceIdentity.py", line 2, in <module>
import iothub_service_client
File "F:\Settings\Windows\ProgramFiles\Python\lib\site-packages\iothub_service_client\__init__.py", line 1, in <module>
from .iothub_service_client import *
ImportError: DLL load failed: The specified module could not be found.
Question:
How how can I solve this problem?
N.B: I have completed those basic tutorial provided for Java and NodeJS developers.
I tried to reproduce your issue successfully, and I made the code import iothub_service_client works after installed Visual C++ Redistributable for Visual Studio 2015. So please install the 2015 version on your machine to resolve it, as the tutorial said,
If you are using Windows OS, then Visual C++ redistributable package to allow the use of native DLLs from Python.
The link in the tutorial is for the 2015 verison.
I successfully installed Python 3.4.3 and Oracle 11g in my windows7 OS computer. I am trying to connect oracle db by Python. So that i'm trying to install cx_oracle 5.2 module,but while installing, I am getting below Error.
error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
Please anyone help me on this to fix this issue.
Thanks
You can download binaries from PyPI
https://pypi.python.org/pypi/cx_Oracle/