aiohttp stopped installing cchardet speedup under >Python 3.9 (See https://github.com/aio-libs/aiohttp/pull/6857) due to cchardet being unmaintained. I ran async_scrape/program.py successfully without cchardet using python 3.9 and 3.10. I'll send a PR if it makes sense to remove cchardet from the requirements.txt.
aiohttp
stopped installingcchardet
speedup under >Python 3.9 (See https://github.com/aio-libs/aiohttp/pull/6857) due tocchardet
being unmaintained. I ranasync_scrape/program.py
successfully withoutcchardet
using python 3.9 and 3.10. I'll send a PR if it makes sense to removecchardet
from therequirements.txt
.https://github.com/talkpython/async-techniques-python-course/blob/dddaba4e13665c27002f1ee79f17914caab5cd99/src/04-asyncio/web_scraping/async_scrape/requirements.txt#L5