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

cannot install essentia on MacOs #30

Open
suedez opened this issue Feb 24, 2022 · 7 comments · May be fixed by #36
Open

cannot install essentia on MacOs #30

suedez opened this issue Feb 24, 2022 · 7 comments · May be fixed by #36

Comments

@suedez
Copy link

suedez commented Feb 24, 2022

I am using macos11.6 . when I simply do 'pip install', it report error as 'cannot build wheel for essentia'. And when I turn to homebrew, when I do 'brew tap MTG/essentia' it failed with 'fatal: Authentication failed for https//:github.com/MTG/hombrew-essentia/'

@anaromlob
Copy link

please does anyone know anything about this?

@uensal
Copy link

uensal commented Nov 22, 2022

building by source leads to following error:
../src/essentia/utils/audiocontext.cpp:33:3: error: use of undeclared identifier 'av_register_all'

System: macOS Monterey (Version 12.5.1)
Python: Version 3.9 (conda)
Pip: Version 22.1.2

Configuration still works without problems:
python3 waf configure --build-static --with-python --with-tensorflow

Running following command leads to error installation errors and the message mentioned on top here:
python3 waf

Trying to fix source code just always leads to new errors.

Bests and thank you for the support in advance.

@panos-giotis
Copy link

panos-giotis commented Nov 23, 2022

Check out this -> MTG/essentia#1147

@uensal
Copy link

uensal commented Dec 5, 2022

Unfortunately this also did not help

@panos-giotis
Copy link

panos-giotis commented Dec 6, 2022

OK so after having spent some time with this, there's some parameters to consider when trying to install on OSX (M1), to go alongside MTG/essentia#1147:

let us know how this went ;)

@uensal
Copy link

uensal commented Dec 8, 2022

I own a MacBook Air with a 2.2 GHz Dual-Core Intel Core i7 processor.

I linked ffmpeg 2.8 with brew link --overwrite [email protected]. Afterwards i followed all your steps.
During installation however, i get now the error:
Screenshot 2022-12-08 at 14 23 47

I also get the same, when I uninstall python 3.9 (local interpreter) and use my conda environment.

May I have further support here?

@jyyyeung
Copy link

jyyyeung commented Jan 7, 2023

I own a MacBook Air with a 2.2 GHz Dual-Core Intel Core i7 processor.

I linked ffmpeg 2.8 with brew link --overwrite [email protected]. Afterwards i followed all your steps. During installation however, i get now the error: Screenshot 2022-12-08 at 14 23 47

I also get the same, when I uninstall python 3.9 (local interpreter) and use my conda environment.

May I have further support here?

I am also having this issue

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

Successfully merging a pull request may close this issue.

5 participants