essentia-docker
essentia-docker copied to clipboard
ImportError: cannot import name 'TensorflowPredictVGGish' from 'essentia.standard'
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