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

gaia tap depends on python 2 #23

Open
alastair opened this issue May 11, 2020 · 3 comments
Open

gaia tap depends on python 2 #23

alastair opened this issue May 11, 2020 · 3 comments

Comments

@alastair
Copy link
Member

Python 2 has been removed from homebrew, so gaia fails to install.

@johngigantic
Copy link

johngigantic commented Aug 9, 2020

This is a pretty big issue for me. When installing essentia, my install failed. This particular failure came from gaia's wscript.

  File "/.../gaia-2.4.6/wscript", line 15
    except Exception, e:
                    ^
SyntaxError: invalid syntax

But it looks like this has been fixed at MTG/gaia@9faed7f#diff-dc6134e3d3c869a052520d86f46371dc

So somehow, my command brew install essentia --HEAD --with-gaia --with-tensorflow is using an older version of gaia.

For the time being, what errors or problems might I encounter if I use essentia with tensorflow, but not Gaia? Installation documentation says that gaia is necessary for training models, but can I use essentia without it? Can I run some models with tensorflow only?

@alastair
Copy link
Member Author

Gaia is only required for building SVM models. You can safely build essentia without gaia if you only want to use tensorflow.

@Amar1729
Copy link

@dbogdanov looks like this and #22 can be closed?

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

No branches or pull requests

3 participants