$ sudo -H pip install pexpect
Collecting pexpect
Could not find a version that satisfies the requirement pexpect (from
versions: )
No matching distribution found for pexpect
$ sudo -H pip install --upgrade pip
Requirement already up-to-date: pip in /Library/Python/2.7/site-
packages
$ python --version
Python 2.7.10
Может кто-нибудь подсказать мне, в чем может быть проблема?
Спасибо
Я тоже пробовал Brew и easy_install. Ни один из них не помог:
$ sudo -H easy_install pexpect
Searching for pexpect
Reading https://pypi.python.org/simple/pexpect/
Download error on https://pypi.python.org/simple/pexpect/: [SSL:
TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)
-- Some packages may not be found!
Couldn't find index page for 'pexpect' (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/: [SSL:
TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)
-- Some packages may not be found!
No local packages or download links found for pexpect
error: Could not find suitable distribution for
Requirement.parse('pexpect')
$ brew install pexpect
Error: No available formula with the name "pexpect"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Я проверил сайт: https://pypi.python.org/simple/pexpect/. Я не вижу файлов для версии Python 2.7. Это может быть причиной. Кто-нибудь знает, как я могу получить ожидаемое значение для Python 2.7 или любого другого решения.
Я не могу установить pexpect с помощью pip. Вот ошибка:
[code]$ sudo -H pip install pexpect Collecting pexpect Could not find a version that satisfies the requirement pexpect (from versions: ) No matching distribution found for pexpect
Может кто-нибудь подсказать мне, в чем может быть проблема? Спасибо
Я тоже пробовал Brew и easy_install. Ни один из них не помог:
[code]$ sudo -H easy_install pexpect
Searching for pexpect Reading https://pypi.python.org/simple/pexpect/ Download error on https://pypi.python.org/simple/pexpect/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! Couldn't find index page for 'pexpect' (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/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found! No local packages or download links found for pexpect error: Could not find suitable distribution for Requirement.parse('pexpect')
$ brew install pexpect Error: No available formula with the name "pexpect" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found. ==> Searching for similarly named formulae... ==> Searching local taps... Error: No similarly named formulae found. ==> Searching taps... ==> Searching taps on GitHub... Error: No formulae found in taps. [/code]
Я проверил сайт: https://pypi.python.org/simple/pexpect/. Я не вижу файлов для версии Python 2.7. Это может быть причиной. Кто-нибудь знает, как я могу получить ожидаемое значение для Python 2.7 или любого другого решения.