NanmiCoder / NanmiCoder/MediaCrawler

无法运行python main.py --help

Open
#454 3 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.