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.
ModuleNotFoundError: No module named 'fcntl'
Just a friendly reminder message…
Just a second friendly reminder message…
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 .