Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python essentia can't support M2 Max ? #1367

Closed
bengele opened this issue Aug 16, 2023 · 3 comments
Closed

python essentia can't support M2 Max ? #1367

bengele opened this issue Aug 16, 2023 · 3 comments

Comments

@bengele
Copy link

bengele commented Aug 16, 2023

`
~ % pip install essentia==2.1b6.dev1034

~ % ERROR: Could not find a version that satisfies the requirement essentia==2.1b6.dev1034 (from versions: 2.1b5.dev416, 2.1b5.dev447, 2.1b5.dev532, 2.1b5.dev707, 2.1b5, 2.1b6.dev90, 2.1b6.dev184, 2.1b6.dev234)
ERROR: No matching distribution found for essentia==2.1b6.dev1034`

i'm using macbook pro m2 max
macos version:13.4.1 (c) (22F770820d)
python version:3.11

@andresbrocco
Copy link

You should install essentia via homebrew: check out this issue.

Then, 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.

@dbogdanov
Copy link
Member

Python wheels for Apple Silicon are now available on PyPI (essentia, essentia-tensorflow).

@5pacedo9
Copy link

hi @dbogdanov , is essentia-tensorflow 2.1b6.dev1110 compatible with macOS 11 Big Sur?
from essentia.standard import MonoLoader, TensorflowPredictEffnetDiscogs, TensorflowPredict2D
but get this error
ImportError: dlopen(/Users/5pacedo9/anaconda3/envs/py310/lib/python3.10/site-packages/essentia/_essentia.cpython-310-darwin.so, 2): Symbol not found: __ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE4openEPKcj Referenced from: /Users/5pacedo9/anaconda3/envs/py310/lib/python3.10/site-packages/essentia/.dylibs/libx265.199.dylib (which was built for Mac OS X 13.0) Expected in: /usr/lib/libc++.1.dylib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants