marl / marl/pysox

soundfile dependency?

Open
#170 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
540
Forks
83
PR merge metrics
No merged PRs in 30d

Description

It looks like `soundfile` module is a required test dependency but is not listed. To reproduce:

1. Create a clean virtual environment
2. Install pysox via `pip install sox`
3. Download and run the test suite from the GitHub repo
4. Tests fail unless `soundfile` is installed

Thanks for the code. Feel free to disregard this message if it seems like I'm confused.

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 inspecting the project's dependency declarations and test setup to find where test-only packages are listed. Reproduce the failure in a clean virtual environment using the steps in the issue, then confirm the test suite passes after soundfile is declared as a test dependency.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, testing-qa
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.