-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hello, the code shows a lack of this module when loading. How should I solve it?
from pywhyllm import ModelSuggester, IdentificationSuggester, ValidationSuggester
Traceback (most recent call last):
File "<pyshell#28>", line 1, in
from pywhyllm import ModelSuggester, IdentificationSuggester, ValidationSuggester
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pywhyllm/init.py", line 1, in
from .model_suggester import ModelSuggester
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pywhyllm/model_suggester.py", line 2, in
from suggesters.protocols import ModelerProtocol
ModuleNotFoundError: No module named 'suggesters'
Metadata
Metadata
Assignees
Labels
No labels