yazdipour / OmnivoreQL

@Omnivore-app API client for Python
https://pypi.org/project/omnivoreql/
MIT License
69 stars 6 forks source link

Error import OmnivoreQL #22

Closed mrta closed 5 months ago

mrta commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

v0.3.3 is also out with setlabel feature

mrta commented 5 months ago

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.