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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: