Closed jhoanmartinez closed 1 year ago
I am following folder structure and following steps to import from other folders like this
from src.dashboard.schemas import Audio
But an error got me, and if i remove the src i got circular import ModuleNotFoundError: No module named 'src'
This happens on windows systems, deployed yesterday on ubuntu server and I have to add the src to all imports, it works, thanks for the folder structure, pretty cool.
I am following folder structure and following steps to import from other folders like this
from src.dashboard.schemas import Audio
But an error got me, and if i remove the src i got circular import ModuleNotFoundError: No module named 'src'