Hi everyone.
I am getting the error “ModuleNotFoundError: No module named ‘BeautifulSoup’” when trying to deploy the repository GitHub - jfpalomeque/indeed_scrapper: Scrapper for Indeed.co.uk in Streamlite share.
I have made the requirements.txt and packages.txt file.
Any idea?
Thanks!
Hi @jfpalomeque, it looks like you have already solved this, as when I deploy it from my account it appears to work.
Note, the packages.txt file isn’t for Python packages, but rather system-level packages such as drivers. These packages are typically installed using apt install <package> in Debian (our base container image). So these entries are incorrect and can be removed:
Best,
Randy