-
Notifications
You must be signed in to change notification settings - Fork 1
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
Python ModuleNotFound #15
Comments
Thanks for reporting. I will try to replicate it |
Write me If you need more info, or if you want that I test something. |
@auveele vale! |
Did you have time to replicate the problem? |
@auveele I did. We are reworking the Python binding which will fix this issue. But I will try to provide a hotfix for this issue ASAP. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I followed the install and build instructions and I can't load the openlimits module.
from openlimits_python import ExchangeClient
ModuleNotFoundError: No module named 'openlimits_python'
I'm using Ubuntu, with virtualenv and Python 3.6
The text was updated successfully, but these errors were encountered: