Форум сайта python.su
Добрый вечер.
Может кто-нибудь уже сталкивался.
Есть модуль paramiko, который, видимо, за собой тянет cryptography, но я никак не могу понять, как его установить. Были попытки проинсталить через easy_install.exe
easy_install.exe cryptography Searching for cryptography Reading https://pypi.python.org/simple/cryptography/ Download error on https://pypi.python.org/simple/cryptography/: timed out -- Some packages may not be found! Couldn't find index page for 'cryptography' (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/: timed out -- Some packages may not be found! No local packages or download links found for cryptography error: Could not find suitable distribution for Requirement.parse('cryptography')
python setup.py install Download error on https://pypi.python.org/simple/cffi/: timed out -- Some packages may not be found! Couldn't find index page for 'cffi' (maybe misspelled?) Download error on https://pypi.python.org/simple/: timed out -- Some packages may not be found! No local packages or download links found for cffi>=1.7 Traceback (most recent call last): File "setup.py", line 307, in <module> **keywords_with_side_effects(sys.argv) File "C:\Python26\lib\distutils\core.py", line 113, in setup _setup_distribution = dist = klass(attrs) File "build\bdist.win32\egg\setuptools\dist.py", line 268, in __init__ File "build\bdist.win32\egg\setuptools\dist.py", line 313, in fetch_build_eggs File "build\bdist.win32\egg\pkg_resources\__init__.py", line 830, in resolve File "build\bdist.win32\egg\pkg_resources\__init__.py", line 1075, in best_match File "build\bdist.win32\egg\pkg_resources\__init__.py", line 1087, in obtain File "build\bdist.win32\egg\setuptools\dist.py", line 380, in fetch_build_egg File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 623, in easy_install distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.7')
Отредактировано kliaksa (Дек. 6, 2017 19:58:09)
Офлайн
Обновитесь хотя бы до 2.7
https://cryptography.io/en/latest/installation/
Офлайн
papuas
Обновитесь хотя бы до 2.7https://cryptography.io/en/latest/installation/
Офлайн
Вы точно по гайду делаете?
Офлайн