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
C:\Users\Administrator\Downloads\MediaCrawler-main>python db.py
Traceback (most recent call last):
File "db.py", line 10, in
import aiomysql
ModuleNotFoundError: No module named 'aiomysql'
The text was updated successfully, but these errors were encountered:
C:\Users\Administrator\Downloads\MediaCrawler-main>pip install aiofiles
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting aiofiles
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl (15 kB)
Installing collected packages: aiofiles
Successfully installed aiofiles-23.2.1
C:\Users\Administrator\Downloads\MediaCrawler-main>python db.py
Traceback (most recent call last):
File "db.py", line 10, in
import aiomysql
ModuleNotFoundError: No module named 'aiomysql'
The text was updated successfully, but these errors were encountered: