zhanymkanov / fastapi-best-practices

FastAPI Best Practices and Conventions we used at our startup
9.38k stars 700 forks source link

No module named 'src' #29

Closed jhoanmartinez closed 1 year ago

jhoanmartinez commented 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'

jhoanmartinez commented 1 year ago

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.