You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Removing
train_data_creator/
from imports inmain.py
fixes itThe text was updated successfully, but these errors were encountered: