amalrajan / learncpp-download

Multi-threaded web scraper to download all the tutorials from www.learncpp.com and convert them to PDF files concurrently.
GNU Affero General Public License v3.0
67 stars 18 forks source link

Adding missing dependencies #54

Open MihajloPi opened 5 months ago

MihajloPi commented 5 months ago

Fixing error while installing the requirements:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
yt-dlp 2023.12.30 requires brotli; implementation_name == "cpython", which is not installed.
yt-dlp 2023.12.30 requires mutagen, which is not installed.
yt-dlp 2023.12.30 requires pycryptodomex, which is not installed.
yt-dlp 2023.12.30 requires websockets>=12.0, which is not installed.