tensorflow / tensorflow/datasets

Needs pydub dependency in pip

Open
#3,144 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
4.6k
Forks
1.6k
Avg merge
3h 54m
Merged PRs (30d)
1

Description

When tensorflow_datasets is installed with pip, it gives a runtime error while loading datasets. The runtime error is: needs module pydub. Using pip install pydub solves the error. Could pydub be listed as a dependency in the pip installation process?

Contributor guide

Open the contributing guide

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

Reproduce the reported runtime error by installing tensorflow_datasets with pip and loading the affected dataset, then inspect the package's dependency configuration. Done means a fresh pip installation includes pydub and the dataset loads without the missing-module error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.