I am getting the following error while trying to integrate a simple Python app with Streamlit:
I have pip up to date, so I don’t really know what to do. I’ve tried everything.
Any idea how to solve this issue?
Thanks
I am getting the following error while trying to integrate a simple Python app with Streamlit:
I have pip up to date, so I don’t really know what to do. I’ve tried everything.
Any idea how to solve this issue?
Thanks
Are you setting PYTHON_VERSION environment variable? Most likely an outdated version is being used. Some info here Specifying a Python Version | Render
Hi Julio,
Chris is correct: the first thing to check is to make sure you are using a Python version that is compatible with the numpy
version you are using: https://render.com/docs/python-version.
Let us know if you have any further questions.
Regards,
Mike
Render Support Engineer, MT (UTC-6)
That was the issue. Solved, thanks!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.