Forums

unable to install pywin32 on pythonanywhere virtual environment

i have been using the pywin32 api in my flask application, i am trying to deploy on the pythonanywhere , but i could not because i am not able to install pywin32, why we can not pip install pywin32 , is there any reason ?? how to install it unless which i can not deploy my appliction

You cannot use pywin32 on PythonAnywhere, because it's for Windows and PythonAnywhere does not run on Windows.

Is there a workaround for this problem?

Do not use pywin32, use something else.