Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

❓[Question] 已经安装requirements.txt但是还是报错 #945

Open
1 task done
ripperX309 opened this issue Feb 22, 2025 · 3 comments
Open
1 task done

❓[Question] 已经安装requirements.txt但是还是报错 #945

ripperX309 opened this issue Feb 22, 2025 · 3 comments
Labels
question Further information is requested

Comments

@ripperX309
Copy link

ripperX309 commented Feb 22, 2025

⚠️ 搜索是否存在类似问题

🔧 运行方式

使用源代码运行

🐍 如果是使用源代码运行,请选择你的Python环境版本

Python 3.13

💻 请选择你的系统环境

macOS

🤔 问题详情

已经安装了requirements.txt但是仍然报错
Traceback (most recent call last):
File "/Volumes/SN580/DouyinLiveRecorder/DouyinLiveRecorder/main.py", line 30, in
from streamget import spider, stream
File "/Volumes/SN580/DouyinLiveRecorder/DouyinLiveRecorder/streamget/init.py", line 4, in
from .initializer import check_node
File "/Volumes/SN580/DouyinLiveRecorder/DouyinLiveRecorder/streamget/initializer.py", line 17, in
import distro
ModuleNotFoundError: No module named 'distro'

@ripperX309 ripperX309 added the question Further information is requested label Feb 22, 2025
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: ❓[Question] requirements.txt are installed but still reported an error

⚠️ Search for similar problems

  • I've searched for issues and found no similar questions

🔧 Running mode

Run with source code

🐍If you are running using source code, please select your Python environment version

Python 3.13

💻 Please select your system environment

macOS

🤔 Question details

Requirements.txt is installed but still reported an error
Traceback (most recent call last):
File "/Volumes/SN580/DouyinLiveRecorder/DouyinLiveRecorder/main.py", line 30, in
from streamget import spider, stream
File "/Volumes/SN580/DouyinLiveRecorder/DouyinLiveRecorder/streamget/init.py", line 4, in
from .initializer import check_node
File "/Volumes/SN580/DouyinLiveRecorder/DouyinLiveRecorder/streamget/initializer.py", line 17, in
import distro
ModuleNotFoundError: No module named 'distro'

@LiebeV
Copy link

LiebeV commented Feb 26, 2025

那就装一下distro呗,给requirements提个pr。
https://pypi.org/project/distro/

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Then install a distro and give a pr for requirements.
https://pypi.org/project/distro/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants