You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install essentia-tensorflow inside a docker container based on ubuntu: 22.04 image.
I run the container off of the base image, then run apt-get update && apt-get install -y python3.11 python3-pip
afterwards, I run pip install essentia-tensorflow
and get
ERROR: Could not find a version that satisfies the requirement essentia-tensorflow (from versions: none)
ERROR: No matching distribution found for essentia-tensorflow
essentia on it's own seems available, but also has an issue building - list index out of range, as others have mentioned.
The text was updated successfully, but these errors were encountered:
Trying to install essentia-tensorflow inside a docker container based on ubuntu: 22.04 image.
I run the container off of the base image, then run
apt-get update && apt-get install -y python3.11 python3-pip
afterwards, I run
pip install essentia-tensorflow
and get
essentia on it's own seems available, but also has an issue building - list index out of range, as others have mentioned.
The text was updated successfully, but these errors were encountered: