ModuleNotFoundError: No module named 'fcntl'

I am working on a windows laptop and this is the error I get when I executed ‘web gunicorn app:app’.Please suggest any alternative.

Just a friendly reminder message… :slight_smile:

Just a second friendly reminder message… :slight_smile:

hey @18127 ,
fcntl is linux module , so you can’t run it on your windows.
You just need to deploy your code on heroku and as heroku works on linux , it will automatically assemble your code and deploy your application accordingly.

I hope this helped.
Thank You :slightly_smiling_face:.