Closed alexanderkeijser73 closed 4 years ago
Fixed by installing from source and adding to conda environment as follows:
git clone --recursive https://github.com/MTG/essentia.git
cd essentia
python3 ./waf configure --build-static --with-python --with-cpptests --with-examples --with-vamp
python3 ./waf
python3 ./waf install
Package is installed here, add this to ~/.bash_profile
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3.5/site-packages
Doesn't seem to work with python 3.7, create new environment with python 3.5
conda create -n essentia-environment python=3.5
conda activate essentia-environment
pip install -U numpy
pip install six
pip install ipykernel
python -m ipykernel install
Then select "Python 3" from kernels in jupyter notebook