I dont know why failed when deploy and when install mysql

Maybe someone can help me with this problem? I’m a little confused with the issue. why does every deploy and install on mysql always fail? is there something wrong with my device or the package? Or maybe a version issue?? please help.

Try this for streamlit cloud:

packages.txt

pkg-config
default-libmysqlclient-dev

requirements.txt

streamlit
mysqlclient
SQLAlchemy
3 Likes

thanks for the help, I already found the answer. I’m using python 8, removed mysql and mysqlclient. I just use mysql-connector-python, and it works. Thank You

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.