This is my requirement file content
click==7.1.2
flask==2.0.1
langchain==0.0.24
Pillow==9.5.0
PyPDF2==3.0.1
pytz==2023.3
Requests==2.31.0
streamlit==1.3.0
streamlit_lottie==0.0.5
protobuf==3.20.3
altair==4.2.2
yet i am getting an error saying i have click version greater than 8.
Hi @abhijithjainn
Have you tried to upgrade the click package by changing click==7.1.2 to click>=8.0.0 in your requirements.txt file?
Thanks,
Charly
1 Like
Thanks @Charly_Wargnier it worked finally 
system
Closed
5
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.