You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~ % 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
The text was updated successfully, but these errors were encountered:
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.
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
`
~ % 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
The text was updated successfully, but these errors were encountered: