We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On minimal Ubuntu 14.04 system I got exception when using oic version 0.8.3 (py2.7): ImportError: No module named future.backports.urllib.parse
ImportError: No module named future.backports.urllib.parse
https://github.com/rohe/pyoidc/blob/7d96a0771c5d6d8a57530da64f075f1ce88c728a/src/oic/oic/__init__.py#L5
Installing future did solve this issue. I think future is missing from this project dependencies.
The text was updated successfully, but these errors were encountered:
Add future to dependencies, upgrade dependencies
c1076d1
Close #188
No branches or pull requests
On minimal Ubuntu 14.04 system I got exception when using oic version 0.8.3 (py2.7):
ImportError: No module named future.backports.urllib.parse
https://github.com/rohe/pyoidc/blob/7d96a0771c5d6d8a57530da64f075f1ce88c728a/src/oic/oic/__init__.py#L5
Installing future did solve this issue. I think future is missing from this project dependencies.
The text was updated successfully, but these errors were encountered: