tensorflow / tensorflow/datasets
Needs pydub dependency in pip
Open
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
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
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