essentia-docker icon indicating copy to clipboard operation
essentia-docker copied to clipboard

ImportError: cannot import name 'TensorflowPredictVGGish' from 'essentia.standard'

Open GeorgeMcIntire opened this issue 2 years ago • 0 comments

When I try to run the following command

docker run -ti --rm -v pwd:/essentia mtgupf/essentia python3 test.py

It gets an import error when I try to import TensorflowPredictVGGish

Why can't it import anything from essentia.standard

GeorgeMcIntire avatar Sep 01 '22 21:09 GeorgeMcIntire