ModuleNotFoundError: No module named 'notehub_py.models.object'

Hello,
I got an error with the notehub_py that I installed with pip on my Windows 11 with Python 3.13.5 I got this error when trying to import notehub_py:

line 26, in
from notehub_py.models.object import object
ModuleNotFoundError: No module named ‘notehub_py.models.object’

and there is NO file object in the models sub folder…

Hey @Laurent,

Thanks for reporting this! We’re looking into the problem and will try to get a fix out there.

In the meantime if you downgrade your notehub-py dependency to 1.0.16 the issue will go away.

Thanks,

TJ

1 Like

Hi @Laurent ,

Thanks for letting us know about the issue with the Notehub Py SDK.

I wanted to let you know we found and fixed the bug and deployed a new version of the SDK to PyPI: v2.2.0 - Client Challenge .

Please try updating your project to this version when you have a chance and let us know if you have any further issues.

Thanks again,

Paige

1 Like