Ошибка установки python-xbrl - PullRequest
       41

Ошибка установки python-xbrl

0 голосов
/ 10 октября 2018

Я пытаюсь установить python-xbrl в Windows (Python 3.6.4), используя easy_install.

Однако я получаю сообщение об ошибке: «Не удалось найти подходящий дистрибутив для Requirement.parse <» orderdict »>:

:\python-xbrl-master>easy_install python-xbrl
Searching for python-xbrl
Best match: python-xbrl 1.1.1
Processing python_xbrl-1.1.1-py3.6.egg
python-xbrl 1.1.1 is already the active version in easy-install.pth

Using c:\anaconda3\lib\site-packages\python_xbrl-1.1.1-py3.6.egg
Processing dependencies for python-xbrl
Searching for ordereddict
Reading https://pypi.python.org/simple/ordereddict/
Download error on https://pypi.python.org/simple/ordereddict/: [Errno 11004] 
get addrinfo failed -- Some packages may not be found!
Couldn't find index page for 'ordereddict' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [Errno 11004] getaddrinfo 
failed -- Some packages may not be found!
No local packages or working download links found for ordereddict
error: Could not find suitable distribution for Requirement.parse('ordereddict')

Я также пытался установить pip install python-xbrl, ноЯ получаю:

Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
NewConnectionError('<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x0000000004FBC240>: Failed to establish 
a new connection: [Errno 11004] getaddrinfo failed',)': /simple/marshmallow/
Could not find a version that satisfies the requirement marshmallow (from 
python-xbrl) (from versions: ) No matching distribution found for 
marshmallow (from python-xbrl)

Может ли быть так, что мой работодатель блокирует доступ к сети?

...