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

error at trying jukebox importerror #261

Open
Postconceptlab opened this issue Sep 9, 2022 · 2 comments
Open

error at trying jukebox importerror #261

Postconceptlab opened this issue Sep 9, 2022 · 2 comments

Comments

@Postconceptlab
Copy link

i have this when i launch jukebox python sample.py what xhould i have to do ?

python jukebox/sample.py --model=5b_lyrics --name=sample_5b --levels=3 --sample_length_in_seconds=20 \
--total_sample_length_in_seconds=180 --sr=44100 --n_samples=6 --hop_fraction=0.5,0.5,0.125
Traceback (most recent call last):
File "jukebox/sample.py", line 8, in
from jukebox.utils.audio_utils import save_wav, load_audio
File "/home/antoine/jukebox/jukebox/jukebox/utils/audio_utils.py", line 4, in
import soundfile
File "/home/antoine/miniconda3/envs/jukebox/lib/python3.7/site-packages/soundfile.py", line 17, in
from _soundfile import ffi as _ffi
File "/home/antoine/miniconda3/envs/jukebox/lib/python3.7/site-packages/_soundfile.py", line 2, in
import _cffi_backend
ImportError: libffi.so.7: cannot open shared object file: No such file or directory

@AlexeyPogorelov
Copy link

the same for me

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