Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing get_installed #5260

Closed
klwilson227 opened this issue Apr 16, 2018 · 2 comments
Closed

Missing get_installed #5260

klwilson227 opened this issue Apr 16, 2018 · 2 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@klwilson227
Copy link

  • Pip version: 10.0
  • Python version:2.7.12
  • Operating system:ubuntu 16.04

Description:

There seems to be a issue specific to ubuntu 16.04 and pip version 10.0 running with the below error. I backed the pip version down to 9 and it works properly again. I expect pip 10.0 to install the same packages that 9.0 can install. pip can install many other packages. But it seems to trip over the bson package when installing.

I have attempted to upgrade setuptools to ensure that it was not related to the setuptools version in both cases of setuptools the error remains consistent.

What I've run:

pip install bson

Collecting bson
Downloading https://files.pythonhosted.org/packages/00/b6/8e5a4a3ef8a0bc3bee9b0d479c95b66987f3afc853a5b550f30c74470a8a/bson-0.5.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-YY00za/bson/setup.py", line 8, in
from pip import get_installed_distributions
ImportError: cannot import name get_installed_distributions

@pfmoore
Copy link
Member

pfmoore commented Apr 17, 2018

Duplicate of #5243

This API was never supported for end user use and should not be used. See the docs for details.

@lock
Copy link

lock bot commented Jun 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 2, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

3 participants