You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: