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

Name collision with backports package #37

Open
flimberger opened this issue Jul 28, 2015 · 1 comment
Open

Name collision with backports package #37

flimberger opened this issue Jul 28, 2015 · 1 comment

Comments

@flimberger
Copy link

There is a naming collision with the backports package, which is used to bring features from newer Python releases to Python 2.
If such a package is installed (for example backports.ssl_match_hostname which is needed by websocket and in turn by docker-py), it results in the following error:

Extension error:
Could not import extension numfig (exception: cannot import name OrderedDict)

Possible workarounds are using a virtualenv without system site packages, or renaming the extensions/backports.py module (used in extensions/numfig.py:5) to something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants