I am trying to deploy the web with database on postgresql
But the error is appearing, please can you help ASAP, the project deadline is tomorrow
Hi @DianaTurmakhan,
Thanks for posting and welcome to the Streamlit Community!
Hereβs a tutorial on how to set it up if you havenβt seen it yet.
If youβve followed the above steps and still receiving the error, feel free to reach out with more details on the error using this rubric.
β¦
Happy Streamlit-ing
I was having exactly the same error that Diana.
My fault was was that in the requirements.txt was using
psycopg2==2.9.5
instead of
psycopg2-binary==2.9.5
I used psycopg2-binary==2.9.5 and could deploy the app at streamlit servers.
psycopg2==2.9.5 was fine for google cloud run, but not for streamlit
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.