bs4 is missing in dependencies.
Traceback (most recent call last): File "/usr/bin/aider", line 5, in <module> from aider.main import main File "/usr/lib/python3.11/site-packages/aider/main.py", line 11, in <module> from aider.coders import Coder File "/usr/lib/python3.11/site-packages/aider/coders/init.py", line 1, in <module> from .base_coder import Coder File "/usr/lib/python3.11/site-packages/aider/coders/base_coder.py", line 20, in <module> from aider.commands import Commands File "/usr/lib/python3.11/site-packages/aider/commands.py", line 10, in <module> from aider.scrape import Scraper File "/usr/lib/python3.11/site-packages/aider/scrape.py", line 8, in <module> from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4'
Pinned Comments
AlphaJack commented on 2025-03-15 15:43 (UTC)
Please do not flag the package as out of date, it will automatically download through
pip
the latest available version