wolfswolke / aniworld_scraper

Aniworld.to mp4 scraper for animes.
MIT License
49 stars 16 forks source link

[BUG] Module not found #26

Closed Monokuma11 closed 7 months ago

Monokuma11 commented 7 months ago

Describe the bug: A module named "bs4" isn't found

Steps to Reproduce the bug: Executing the start_app.py script with any anime. I used "just-because" and "mit Untertitel Deutsch"

Expected behavior: It should start working and doing its thing

Screenshots

bug

Additional Info

wolfswolke commented 7 months ago

Did you forget to install the requirements? pip install -r requirements.txt

Monokuma11 commented 7 months ago

I installed the requirements twice, but if it is an issue, that is purely on my end, then I will call it solved.

ZKWolf @.***> schrieb am So., 26. Nov. 2023, 15:20:

Did you forget to install the requirements? pip install -r requirements.txt

— Reply to this email directly, view it on GitHub https://github.com/wolfswolke/aniworld_scraper/issues/26#issuecomment-1826797195, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC7MH5XKT4NNH4Q7BOITQDYGNF3DAVCNFSM6AAAAAA722QKYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRWG44TOMJZGU . You are receiving this because you authored the thread.Message ID: @.***>

wolfswolke commented 7 months ago

You can also try installing only this lib: pip install beautifulsoup4 This should solve the issue as well

Monokuma11 commented 7 months ago

After installing beautifulsoup4, I was asked to install zk_tools. Doing that didn't work and I got this error.

ZKWolf @.***> schrieb am So., 26. Nov. 2023, 15:24:

You can also try installing only this lib: pip install beautifulsoup4 This should solve the issue as well

— Reply to this email directly, view it on GitHub https://github.com/wolfswolke/aniworld_scraper/issues/26#issuecomment-1826798049, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASC7MHYHWNGP6YQ43BTOE43YGNGJ7AVCNFSM6AAAAAA722QKYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRWG44TQMBUHE . You are receiving this because you authored the thread.Message ID: @.***>

Monokuma11 commented 7 months ago

It appears that my python installation was fighting with my OS and caused therefore lots of issues. It works fine now