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 'lanenet' #21

Open
Will-jing opened this issue Jun 14, 2021 · 1 comment
Open

ModuleNotFoundError: No module named 'lanenet' #21

Will-jing opened this issue Jun 14, 2021 · 1 comment

Comments

@Will-jing
Copy link

When I run 'python3 lanenet/train.py --dataset ./data/training_data_example',the error:
File "lanenet/train.py", line 9, in
from lanenet.dataloader.data_loaders import LaneDataSet
ModuleNotFoundError: No module named 'lanenet'
How can I fix it?

@parthiv-krishna
Copy link

Try export PYTHONPATH=$PYTHONPATH:. in the root directory of the repository. Try again and it should work

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

2 participants