How can I deploy my python code on Autoscal

Question:

How can I deploy my python code on Autoscale

I use Flask and other libs

My Setup:

Status

Logs

Judging by your conclusion, you have not imported the Flask module into your repl.

Try typing nix add Flask into the shell.

I have installed Flask in env and It’s running normally on replit

Try poetry add flask in the shell

1 Like