-
Notifications
You must be signed in to change notification settings - Fork 648
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
app.py can't find maestro_anyapi #56
Comments
Yup, I'm having the same issue. |
I got it to run by adding sys.path.append('../') in app.py and renaming maestro-anyapi.py to maestro_anyapi.py |
That did it. Thanks. |
@darrhal @jdholbrook33 if either of you can post your app.py contents, i would be sooo grateful, been trying the suggestion and am missing something. @Doriandarko would love to see this foxed, thank you for your work, this is amazing! |
@LiquidMovz You should be able to rename the file |
Cloned the repo, ran requirements in flask_app folder, setup API keys and "python app.py"
ModuleNotFoundError: No module named 'maestro_anyapi'
Searched all files and no maestro_anyapi found
What am I doing wrong?
The text was updated successfully, but these errors were encountered: