nianeyna / ao3downloader

Utility for downloading fanfiction in bulk from the Archive of Our Own
GNU General Public License v3.0
178 stars 16 forks source link

ModuleNotFound: No Module named 'bs4' Error #81

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello, ninaneya

I hope everything is going well for you. Thank you as always for your hard work. I downloaded the most current version of the downloaded and ran into this issue:

ModuleNotFound: No Module named 'bs4' Error

I tried to research it myself and found out it has something to do with a thing called Beautiful Soup but could not install it by opening python and inputting the command that was listed in it. One of the advice forums said to open a virtualenv? Is that the python command screen?

Any help would be greatly appreciated.

Update: I was able to install 'bs4' after spending time troubleshooting it. via "pip install"? But after doing that, the program said it didn't have several other modules: ebook, mobi and something else I think as well?

For reference my python program is 3.10 and I was trying to install the most recent version of the program..

Thank you for creating this program! I really appreciate it.

verotheelf commented 1 year ago

Which operating system are you using?

nianeyna commented 1 year ago

@readingfan did you figure this out?

ghost commented 1 year ago

I did end up figuring it out. I had to update several things for it in the end besides the "bs4" thing. At least 4 or 5 different items. After updating the "bs4" I ended up doing the same for the modules the program was saying were bad.

Thank you for your time.