Closed renocreative closed 7 months ago
Hey, did you manage to find a solution for this issue? Thanks
Hey Julien,
I was able to install on the mac-mini following the brew
instructions instead https://github.com/MTG/homebrew-essentia
I don't if the pip
option is supported on macOS, it'll be great to double-check and advertise the information on the repo accordingly.
Regards,
Check out this issue.
After installing with brew, you should point your pythonpath to the installation folder, (in my case opt/homebrew/lib/python3.9/site-packages/essentia
). Follow this tutorial, which advises you to create the .vscode/settings.json
and launch.json
files.
This is the same error as when trying to install essentia on a raspberry pi via pip.
This error occurs when there's no prebuild Python wheels for the platform. We do have wheels for MacOS (both Intel an AppleSilicon) in PyPI, but not for ARM RPi.
I ran into this installation issue on 2 machines:
It's been 2 weeks I am stuck on this. It seems it should be as basic as running
pip3 install
, but that does not seem to be the case. It'll really be great to get some feedback on this. Regards!