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

Error import OmnivoreQL #22

Closed
mrta opened this issue Jun 18, 2024 · 3 comments · Fixed by #23
Closed

Error import OmnivoreQL #22

mrta opened this issue Jun 18, 2024 · 3 comments · Fixed by #23

Comments

@mrta
Copy link

mrta commented Jun 18, 2024

Python 3.8.10 (default, Nov 22 2023, 10:22:35)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from omnivoreql import OmnivoreQL
Traceback (most recent call last):
File "", line 1, in
File "/home/mrta/.local/lib/python3.8/site-packages/omnivoreql/init.py", line 1, in
from .omnivoreql import OmnivoreQL
File "/home/mrta/.local/lib/python3.8/site-packages/omnivoreql/omnivoreql.py", line 4, in
from models import CreateLabelInput
ModuleNotFoundError: No module named 'models'

@yazdipour
Copy link
Owner

Hey @mrta Thanks for the report.
Can you now check if things are working with version 0.3.1?
Remove your current version (pip uninstall omnivoreql) and then install omnivoreql==0.3.1
And please let me know if its still broken!

@yazdipour
Copy link
Owner

v0.3.3 is also out with setlabel feature

@mrta
Copy link
Author

mrta commented Jun 19, 2024

Hey @mrta Thanks for the report. Can you now check if things are working with version 0.3.1? Remove your current version (pip uninstall omnivoreql) and then install omnivoreql==0.3.1 And please let me know if its still broken!

Fixed.

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

Successfully merging a pull request may close this issue.

2 participants