You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aiohttp stopped installing cchardet speedup under >Python 3.9 (See aio-libs/aiohttp#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 aio-libs/aiohttp#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
.async-techniques-python-course/src/04-asyncio/web_scraping/async_scrape/requirements.txt
Line 5 in dddaba4
The text was updated successfully, but these errors were encountered: