-
Notifications
You must be signed in to change notification settings - Fork 103
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
Installation issues on MacOS #26
Comments
On the other hand, |
On Python 3.7, it has similar issues mentioned above.
|
I'll continue test its functionalities etc on Python 3.8. |
Hi, thanks for issuing the installation bug. I'll try to reproduce the errors and fix the bugs. |
(pinging - the error is still there) |
Oh, sorry for the late update. There is another similar issue that I've replied here. In short, you need to manually install the missing dependencies before installing Omnizart. |
(This is a part of JOSS review openjournals/joss-reviews#3391)
Hi, I had three issues installing omnizart on macos using
pip install omnizart
(python3.9, miniconda).The first issue is coming from
madmom
which asks to installCython
manually. This is technically not the issue ofomnizart
, but it'd be nice if this is mentioned somewhere for beginners.The second issue is coming from
vamp
.I could avoid this issue by manually installing
numpy
. This is probably, again, due tovamp
notomnizart
, but maybe this should be mentioned somewhere as well? Moreover, sincenumpy
is used inomnizart
directly (https://github.com/Music-and-Culture-Technology-Lab/omnizart/search?q=import+numpy), shouldn't thesetup.py
includenumpy
as a requirement? That would also solve the installation issue anyway so maybe not a bad idea.Finally, the third issue is about
numba
andllvmlite
.It's actually a known issue (librosa/librosa#1270) with Python 3.9 and would be difficult to fix here. Instead, I'd suggest specifying the supported python versions.
The text was updated successfully, but these errors were encountered: