Ich versuche, den folgenden Befehl auf Windows 7 mithilfe von PowershellWie psycopg2 für Python 3.5
pip install psycopg2
Und ich bin immer einen Fehler zu installieren:
error: Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat). Command "C:\Users\Piyush\AppData\Local\Programs\Python\Python35\python.exe -c "import setuptools, tokenize;file='C:\Users\Piyush\AppData\Local\Temp\pip-build-qe38dwoj\psycopg2\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record C:\Users\Piyush\AppData\Local\Temp\pip-7bjug79j-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Piyush\AppData\Local\Temp\pip-build-qe38dwoj\psycopg2
intall Visuall C++, erfordert es von Visual Studio wird installiert. Außer für die Installation von Visual Studio 2013. Gibt es noch andere, die ich installieren kann Psycopg2 für Python 3.5 ??
Python 3.5 ist Alpha-Version, aber Sie können die Python 3.4 vorkompilierte Binär von http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg – Selcuk