While trying to deploy my ML webapp through streamlit the following error message appears:
Does someone know hot to fix this issue?
Thank You!
While trying to deploy my ML webapp through streamlit the following error message appears:
Does someone know hot to fix this issue?
Thank You!
Hi @joniii6, welcome to the Streamlit community.
If I’m not mistaken, urllib is an included with the base Python distribution, so adding it to your requirements.txt file is an error. If you remove that line and try again, I suspect it will work.
Best,
Randy
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.