Httpie: ImportError: Нет модуля с именем «pkg_resources»

Созданный на 19 авг. 2016  ·  7Комментарии  ·  Источник: httpie/httpie

➜ ~ http --help
Traceback (последний последний вызов):
Файл "/usr/local/Cellar/httpie/0.9.4/libexec/bin/http", строка 5, в
из pkg_resources импортировать load_entry_point
ImportError: Нет модуля с именем «pkg_resources»

Самый полезный комментарий

Я просто столкнулся с этим. Глядя на ошибку установки, я увидел это:

==> Installing dependencies for httpie: python3
==> Installing httpie dependency: python3
==> Downloading https://homebrew.bintray.com/bottles/python3-3.5.2_1.el_capitan.bottle.2.tar.gz
######################################################################## 100.0%
==> Pouring python3-3.5.2_1.el_capitan.bottle.2.tar.gz
==> Using the sandbox
==> /usr/local/Cellar/python3/3.5.2_1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python3/3.5.2_1/bin --install-lib=/usr/local/lib/python3.5/site-pa
Last 15 lines from /Users/jsheeley/Library/Logs/Homebrew/python3/post_install.01.python3:
-s
setup.py
--no-user-cfg
install
--force
--verbose
--install-scripts=/usr/local/Cellar/python3/3.5.2_1/bin
--install-lib=/usr/local/lib/python3.5/site-packages
--single-version-externally-managed
--record=installed.txt

Failed to import the site module
Your PYTHONPATH points to a site-packages dir for Python 2.x but you are running Python 3.x!
     PYTHONPATH is currently: "/Library/Python/2.7/site-packages:/usr/local/lib/python2.7/site-packages:/Users/jsheeley/.venvburrito/lib/python2.7/site-packages"
     You should `unset PYTHONPATH` to fix this.
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall python3`
==> Caveats
Pip, setuptools, and wheel have been installed. To update them
  pip3 install --upgrade pip setuptools wheel
... (etc)

Чтобы исправить, я побежал:

✗ unset PYTHONPATH
✗ brew postinstall python3

Затем попробуйте httpie:

✗ http google.com
HTTP/1.1 301 Moved Permanently
Cache-Control: public, max-age=2592000
Content-Length: 219
Content-Type: text/html; charset=UTF-8
Date: Fri, 23 Sep 2016 04:34:37 GMT
Expires: Sun, 23 Oct 2016 04:34:37 GMT
Location: http://www.google.com/
Server: gws
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block

<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>

После правильной установки python3 он работает (даже если для PYTHONPATH установлено старое значение).

Я думаю, что это усугубляется также недавним выпуском brew 1.0.0 - похоже, он изменил для меня ряд вещей python, и мне пришлось переустановить ряд пакетов.

Все 7 Комментарий

удар

@badjano это старая версия. Пытаться:

$ brew update && brew upgrade httpie

Traceback (последний последний вызов):
Файл "/usr/local/Cellar/httpie/0.9.6/libexec/bin/http", строка 5, в
из pkg_resources импортировать load_entry_point
ImportError: Нет модуля с именем «pkg_resources»

У меня есть коллега, у которого такой же Mac, но он работает на его, я переустановил python, pip, setuptools, обновление brew, все, до сих пор не могу понять, что происходит

Я просто столкнулся с этим. Глядя на ошибку установки, я увидел это:

==> Installing dependencies for httpie: python3
==> Installing httpie dependency: python3
==> Downloading https://homebrew.bintray.com/bottles/python3-3.5.2_1.el_capitan.bottle.2.tar.gz
######################################################################## 100.0%
==> Pouring python3-3.5.2_1.el_capitan.bottle.2.tar.gz
==> Using the sandbox
==> /usr/local/Cellar/python3/3.5.2_1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python3/3.5.2_1/bin --install-lib=/usr/local/lib/python3.5/site-pa
Last 15 lines from /Users/jsheeley/Library/Logs/Homebrew/python3/post_install.01.python3:
-s
setup.py
--no-user-cfg
install
--force
--verbose
--install-scripts=/usr/local/Cellar/python3/3.5.2_1/bin
--install-lib=/usr/local/lib/python3.5/site-packages
--single-version-externally-managed
--record=installed.txt

Failed to import the site module
Your PYTHONPATH points to a site-packages dir for Python 2.x but you are running Python 3.x!
     PYTHONPATH is currently: "/Library/Python/2.7/site-packages:/usr/local/lib/python2.7/site-packages:/Users/jsheeley/.venvburrito/lib/python2.7/site-packages"
     You should `unset PYTHONPATH` to fix this.
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall python3`
==> Caveats
Pip, setuptools, and wheel have been installed. To update them
  pip3 install --upgrade pip setuptools wheel
... (etc)

Чтобы исправить, я побежал:

✗ unset PYTHONPATH
✗ brew postinstall python3

Затем попробуйте httpie:

✗ http google.com
HTTP/1.1 301 Moved Permanently
Cache-Control: public, max-age=2592000
Content-Length: 219
Content-Type: text/html; charset=UTF-8
Date: Fri, 23 Sep 2016 04:34:37 GMT
Expires: Sun, 23 Oct 2016 04:34:37 GMT
Location: http://www.google.com/
Server: gws
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block

<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>

После правильной установки python3 он работает (даже если для PYTHONPATH установлено старое значение).

Я думаю, что это усугубляется также недавним выпуском brew 1.0.0 - похоже, он изменил для меня ряд вещей python, и мне пришлось переустановить ряд пакетов.

Спасибо @sheeley , это сработало для меня, хотя мой python3 не был связан, и я решил принудительно удалить его и установить снова, и теперь он работает!

Это случилось со мной после того, как я обновил npm с 3.10.10 до 4.0.5... Я попробовал решение @sheeley , но оно у меня не сработало. Мое исправление состояло в том, чтобы brew uninstall httpie затем brew install httpie . Теперь я вернулся к нормальной жизни. К вашему сведению... Это было на моем MacBook Pro (начало 2011 г.) под управлением macOS 10.9.5.

Была ли эта страница полезной?
0 / 5 - 0 рейтинги