Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'suggesters' #25

Open
LinmyanT opened this issue Oct 3, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'suggesters' #25

LinmyanT opened this issue Oct 3, 2024 · 0 comments

Comments

@LinmyanT
Copy link

LinmyanT commented Oct 3, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant