-
Notifications
You must be signed in to change notification settings - Fork 130
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
No module named 'funsearch implementation'; 'funsearch' is not a package #4
Comments
Hi, Take a look at this two links adding a init file and what to put on the init file I added $ __init__.py$ files to their folders, and to use the dot notation I wrote From outside of the folder funsearch I can do:
Also, I renamed the funsearch.py file to fun_search.py (but this may not be necessary). I originally solved it here in this post |
@Rubiel1 I really appreciate your help. I tried this and I am still running into the same issues . Could you possibly send me or upload the repo with your changes if possible ? |
Just to confirm:
And you still got the exactly same error |
I can confirm, I still get the same error
|
Move your funsearch folder to the implementation folder. |
@Rubiel1 Yes, after doing all of that, I still get the same error. |
@Rubiel1 Thanks I got it ! |
Is the requirements file missing I keep getting
implementation.funsearch
is missingTraceback (most recent call last): File /Users/user1/Documents/fun/funsearch/implementation/funsearch-py", line 20, in < module> from funsearch. implementation import code manipulation File "/Users/user1/Documents/fun/funsearch/implementation/funsearch.py", line 20, in ‹module> from funsearch. implementation import code_manipulation ModuleNotFoundError: No module named 'funsearch implementation'; 'funsearch' is not a package
The text was updated successfully, but these errors were encountered: