Error while deploying: No matching distribution found for st-files-connection==0.1.0

Got this error while deploying

ERROR: Could not find a version that satisfies the requirement st-files-connection==0.1.0 (from versions: none)
ERROR: No matching distribution found for st-files-connection==0.1.0
WARNING: You are using pip version 22.0.3; however, version 23.2.1 is available.

I was reading through the documentation.

Seems there is not installer for st-files-connection in pip. But while deployment it is using pip.

Hi @Anand_Madhusoodanan,

Thanks for posting!

Can you share what your requirements.txt file looks like?

Change it to this:

streamlit
git+https://github.com/streamlit/files-connection

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