No module named 'lib'

I am getting the error “No module named 'lib” when I try to deploy my Turborepo + Next.js + FastAPI project.

Hi, @sshkeda!

The error “No module named ‘lib’” typically indicates that Python cannot find a module that your FastAPI application depends on.

Could you share your requirements.txt with us?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.