Staram następujące polecenia w systemie Windows 7 za pomocą PowerShellJak zainstalować psycopg2 dla Pythona 3.5
pip install psycopg2
i otrzymuję błąd:
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
Aby nienaruszony Visuall C++, to wymaga wizualna Studio do zainstalowania. Z wyjątkiem instalowania programu Visual Studio 2013. Czy są jakieś inne, które można zainstalować Psycopg2 dla Python 3.5 ??
Python 3.5 jest w wersji alfa, ale można pobrać Python 3.4 skompilowany kod binarny z http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg – Selcuk