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 'app' #81

Open
pascal-maker opened this issue Oct 19, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'app' #81

pascal-maker opened this issue Oct 19, 2024 · 0 comments

Comments

@pascal-maker
Copy link

%cd /content/jepa/
!python app/main.py --fname configs/pretrain/vitl16.yaml --devices cuda:0 when running this command I receive the following error: /content/jepa
Traceback (most recent call last):
File "/content/jepa/app/main.py", line 15, in
from app.scaffold import main as app_main
ModuleNotFoundError: No module named 'app' the structure of my app directory is correct am using python 3.12 and created an init_py file

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