I get this error when trying to create a new application, your help please
Hi @Antonella_Campana, welcome to the Streamlit community!
This is an issue that is affecting several packages that have click
as a dependency. We will patch Streamlit to avoid having this issue in the future, but in the meantime, if you add the following line to your requirements.txt
file and re-boot the app, it should get resolved
click==8.0
Best,
Randy
Hello.
I tried 8.0 and didn’t work, yesterday I had the same problem but tried 8.0.4 and it worked, however now none of the two options worked for me
click == 7.1.2 does the trick
Today Streamlit version 1.8.1 was released (with a fix for the dependency issue with the click library) and is also available in the pypi repository.
Therefore this issue should be resolved.
It works for me. Thanks a lot!
My app
streamlit>=1.8.1
should do the trick, there is no need for nailing the click version anymore
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.