essentia
essentia copied to clipboard
Getting Essentia to work on Windows
Hi, I'm relatively new so forgive any inaccuracies/mistakes in the question. I am trying to add essentia as a library to a custom python3.6 project. I am specifically trying to get access to multiPitchKlapuri. I have tried installing from pycharm GUI (error); then using pip install essentia (error), then trying to manually place the essentia python files in my project (knew this wasnt going to work - was a Hail Mary) . I am currently trying to cross compile using Windows Linux Subsystem, but I'm not really sure what to do. I followed the steps listed on the website (Install Mingw-w64 GCC, Build Dependencies, Build Essentia with static examples). What do I do next? How do I get my Pycharm Project (inside venv) to see and access the library, after running all required commands from the bash terminal? Thank you for your help.