Summary
I trying to run my app on streamlit but I am constantly running into this error
E: Unable to locate package bs4
Here is my git hub repo: ( https://github.com/KarthikDevalla/Game-Recommendations.git)
What am I doing wrong here?
I trying to run my app on streamlit but I am constantly running into this error
E: Unable to locate package bs4
Here is my git hub repo: ( https://github.com/KarthikDevalla/Game-Recommendations.git)
What am I doing wrong here?
Try using beautifulsoup4 instead of bs4 in your requirements.txt file. I know the creator made it so it can redirect either ways but worth a try.
remove the following packages:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.