jukebox icon indicating copy to clipboard operation
jukebox copied to clipboard

error at trying jukebox importerror

Open Postconceptlab opened this issue 2 years ago • 2 comments

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

Postconceptlab avatar Sep 09 '22 09:09 Postconceptlab

the same for me

AlexeyPogorelov avatar Sep 11 '22 23:09 AlexeyPogorelov

https://askubuntu.com/questions/1286772/libffi-so-7-cannot-open-shared-object-file-no-such-file-or-directory

yfszzx avatar Sep 21 '22 08:09 yfszzx