ModuleNotFoundError: No module named 'pkg_resources'

What should i do?

Ask the community or our support engineers for answers to questions.

Hi @AhmedSalam22, welcome to the Streamlit community!

This error looks like a system issue, as pkg_resources is distributed via setuptools:

1 Like

thank you so much it is worked

curl https://bootstrap.pypa.io/ez_setup.py | python
1 Like