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

failed to import nussl #48

Open
iftrush opened this issue Oct 12, 2023 · 2 comments
Open

failed to import nussl #48

iftrush opened this issue Oct 12, 2023 · 2 comments

Comments

@iftrush
Copy link

iftrush commented Oct 12, 2023

I try to play with the colab notebook you provided.
However, when I try to run

%%capture
!pip install scaper
!pip install nussl
!pip install git+https://github.com/source-separation/tutorial
%%capture
from common import data, viz
import nussl
# Prepare MUSDB
data.prepare_musdb('~/.nussl/tutorial/')

I run into issue as below
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from common import data, viz
2 import nussl
3 # Prepare MUSDB
4 data.prepare_musdb('~/.nussl/tutorial/')

ModuleNotFoundError: No module named 'common'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

How to solve this?

@RayyanMasood
Copy link

Same issue. Any fixes?

@3davis9
Copy link

3davis9 commented Apr 29, 2024

try using this import statement:
!apt-get install libsox-dev
!pip install git+https://github.com/source-separation/tutorial
!pip install wheel
!pip install scaper
!pip install nussl

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

No branches or pull requests

3 participants