L4T:r32.4.4
Dockerfile: GitHub - dusty-nv/jetson-containers: Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
[I have combined both tensorflow and pytorch dockerfile]
ENV (Successfully installed):
tensorflow-2.3.0
torch-1.10.0
torchvision-0.11.0a0+fa347eb
As I am working with .wav file, openl3 is needed. However when I pip3 install openl3, there is a error message telling that no distribution version is matched. Error message is shown below:
ββ"
Collecting openl3
Downloading openl3-0.4.1.tar.gz (18 kB)
Preparing metadata (setup.py) β¦ error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c βimport io, os, sys, setuptools, tokenize; sys.argv[0] = β"β"β/tmp/pip-install-dlvt6pw5/openl3_37e72b9af8984aaba0577cbbee2a6b40/setup.pyβ"β"β; file=β"β"β/tmp/pip-install-dlvt6pw5/openl3_37e72b9af8984aaba0577cbbee2a6b40/setup.pyβ"β"β;f = getattr(tokenize, β"β"βopenβ"β"β, open)(file) if os.path.exists(file) else io.StringIO(β"β"βfrom setuptools import setup; setup()β"β"β);code = f.read().replace(β"β"β\r\nβ"β"β, β"β"β\nβ"β"β);f.close();exec(compile(code, file, β"β"βexecβ"β"β))β egg_info --egg-base /tmp/pip-pip-egg-info-e4rutikh
cwd: /tmp/pip-install-dlvt6pw5/openl3_37e72b9af8984aaba0577cbbee2a6b40/
Complete output (55 lines):
Traceback (most recent call last):
File ββ, line 1, in
File β/tmp/pip-install-dlvt6pw5/openl3_37e72b9af8984aaba0577cbbee2a6b40/setup.pyβ, line 44, in
long_description = file.read()
File β/usr/lib/python3.6/encodings/ascii.pyβ, line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: βasciiβ codec canβt decode byte 0xe2 in position 1433: ordinal not in range(128)
Downloading weight file openl3_audio_linear_music-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_audio_linear_env-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_audio_mel128_music-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_audio_mel128_env-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_audio_mel256_music-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_audio_mel256_env-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_image_linear_music-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_image_linear_env-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_image_mel128_music-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_image_mel128_env-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_image_mel256_music-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
Downloading weight file openl3_image_mel256_env-v0_4_0.h5.gz β¦
Decompressing β¦
Decompression complete
Removing compressed file
ββ"
I have already βpip3 install --upgrade pip setuptools wheelβ before running βpip3 install openl3β, but still cannot solve the issue. Anyone could help me a bit on this, many thanks!
libsndfile1 and SoundFile both are installed successfully.