[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# No module named 'lib'

94 views · 0 likes · 2 posts


Sshkeda (@sshkeda) · 2024-08-14

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


Pauline P. Narvas (@pawlean) · 2024-08-14

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?