You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ python
Python 3.12.2 (main, Apr 11 2024, 09:19:40) [GCC 13.2.1 20230801] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from nuts_finder import NutsFinder
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'NutsFinder' from 'nuts_finder' (/home/raffaele/.pyenv/versions/3.12.2/lib/python3.12/site-packages/nuts_finder/__init__.py)
The text was updated successfully, but these errors were encountered:
It doesn't work for me:
The text was updated successfully, but these errors were encountered: