Hallo,
ich möchte gerne auf unsere Datenbank (couchDB) zugreifen, Daten lesen und schreiben. Das ganze mit Python 3.8 unter Windows/ Anaconda.
Mein erster Schritt scheiterte schon bei pip:
C:\Program Files\Python38> pip install couchdb
Es kam folgene Fehlermeldung:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001DFA6FB8070>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/couchdb/
Wo liegt mein Fehler ?
Danke
install couchdb / error
- __blackjack__
- User
- Beiträge: 14336
- Registriert: Samstag 2. Juni 2018, 10:21
- Wohnort: 127.0.0.1
- Kontaktdaten:
@sophe_9: Kann es sein, dass da eine Firewall ist, die das nicht mag?
„Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.“ — Brian W. Kernighan
Ja, das war das Problem. Danke
Ich habe über https://pypi.org/ mir das whl-File geholt und dann in einen Ordner gepackt. Über die Anaconda command line hat es jetzt mit pip install CouchDB-1.2-py2.py3-none-any.whl funktioniert. Gibt es elegantere Lösungen?
Ich habe über https://pypi.org/ mir das whl-File geholt und dann in einen Ordner gepackt. Über die Anaconda command line hat es jetzt mit pip install CouchDB-1.2-py2.py3-none-any.whl funktioniert. Gibt es elegantere Lösungen?
