modelscope / data-juicer

A one-stop data processing system to make data higher-quality, juicier, and more digestible for (multimodal) LLMs! 🍎 🍋 🌽 ➡️ ➡️🍸 🍹 🍷为大模型提供更高质量、更丰富、更易”消化“的数据!
Apache License 2.0
2.93k stars 175 forks source link

[Bug]: librosa use lazy_loader which depend on python version #453

Open BeachWang opened 1 month ago

BeachWang commented 1 month ago

Before Reporting 报告之前

Search before reporting 先搜索,再报告

OS 系统

Ubuntu

Installation Method 安装方式

pip

Data-Juicer Version Data-Juicer版本

No response

Python Version Python版本

3.10

Describe the bug 描述这个bug

video_tagging_from_audio_mapper import librosa which uses lazy_loader that has heavy dependency on python version.

截屏2024-10-17 下午4 59 21

To Reproduce 如何复现

python tests/ops/mapper/test_video_tagging_from_audio_mapper.py

Configs 配置信息

No response

Logs 报错日志

No response

Screenshots 截图

No response

Additional 额外信息

No response

drcege commented 1 month ago

372 之前测试 python 3.10 好像只有 np=1 才能运行