Wie installiere ich Psycopg2 für Python 3.5?

Ich versuche den folgenden Befehl unter Windows 7 mit Powershell

pip install psycopg2

Und ich erhalte eine Fehlermeldung:

Fehler: Microsoft Visual C ++ 14.0 ist erforderlich (vcvarsall.bat kann nicht gefunden werden). Befehl "C: \ Users \ Piyush \ AppData \ Local \ Programs \ Python \ Python35 \ python.exe -c" import setuptools, tokenize;Date = 'C: \ Benutzer \ Piyush \ AppData \ Local \ Temp \ pip-build-qe38dwoj \ psycopg2 \ setup.py'; exec (compile (getattr (tokenize, 'open', open) Date). read (). replace ('\ r \ n', '\ n'),Date, 'exec')) "Installation von --record C: \ Users \ Piyush \ AppData \ Local \ Temp \ pip-7bjug79j-record \ install-record.txt --single-version-external-managed --compile" fehlgeschlagen mit Fehlercode 1 in C: \ Benutzer \ Piyush \ AppData \ Local \ Temp \ pip-build-qe38dwoj \ psycopg2

Zur Installation von Visuall C ++ muss Visual Studio installiert sein. Abgesehen von der Installation von Visual Studio 2013. Gibt es eine andere, die ich Psycopg2 für @ installieren kanPython 3.5 ??

Antworten auf die Frage(6)

Ihre Antwort auf die Frage