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

When running train_data_creator I get error #15

Open
marikaris opened this issue Jul 11, 2022 · 1 comment
Open

When running train_data_creator I get error #15

marikaris opened this issue Jul 11, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@marikaris
Copy link
Contributor

Traceback (most recent call last):
  File "capice-resources/train_data_creator/main.py", line 5, in <module>
    from train_data_creator.src.main.exporter import Exporter
ModuleNotFoundError: No module named 'train_data_creator'

Removing train_data_creator/ from imports in main.py fixes it

@svandenhoek svandenhoek added the bug Something isn't working label Jul 12, 2022
@SietsmaRJ
Copy link
Contributor

I am pretty sure that the virtual environment of capice-resources should be installed with the pip flag -e enabled. I think this also fixes this bug.

Doesn't take away that the code should be cleaned up in a future patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants