python-könyvtárak telepítése Arch lunixon

Fórumok

Sziasztok.

Arch-on szeretnék a pip-pel python-alkatrészeket telepíteni, de sehogyan sem megy.

Az eset:

# pip install pynmea2
Collecting pynmea2
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/pynmea2/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by
...
Could not find a version that satisfies the requirement pynmea2 (from versions: )
No matching distribution found for pynmea2
#

A csúcs, hogy nem értem a hibaüzenet valódi okát.

Hozzászólások

pip verbose módban való futtatását, illetve ha az nem segít strace-t tudom ajánlani, ezek egész biztosan célra fognak vezetni.

♲♻♲