NanmiCoder / NanmiCoder/MediaCrawler
无法运行python main.py --help
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 65.3k
- Forks
- 12.6k
- PR merge metrics
- No merged PRs in 30d
Description
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'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported commands in the MediaCrawler repository, especially python db.py and python main.py --help, and read db.py at the failing import. Check how the project declares or documents its Python dependencies, then verify that the reported command runs without the ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100