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 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.
The text was updated successfully, but these errors were encountered:
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:
Possible workarounds are using a virtualenv without system site packages, or renaming the
extensions/backports.py
module (used inextensions/numfig.py:5
) to something else.The text was updated successfully, but these errors were encountered: