I am using Python 3.8.10 with Apache(2.4.59) and mod_wsgi(4.9.4)on windows10. When running my application, the API requests go into a pending state. After troubleshooting with print statements, I found in Apache error logs that the issue occurs after importing pandas 2.0.3. How can I resolve this issue?
I have tried downgrading and upgrading the pandas version, but the issue persists.I even changed the version of python to 3.10.0 with necessary packages ,it didn’t work.
I want to run the application with 3.8.10 on Apache24 using mod_wsgi.
Dee265 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.