Why am I getting an error of "No module named 'YouTube_dl'", but the module is installed?

Viewed 30

The command "streamlit run main.py" gives the error of no module named 'YouTube_dl' but it says requirement already satisfied. When importing youtube_dl in a python script file, it shows me no module named "youtube_dl".

enter image description here

0 Answers
Related