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
I had issues installing omnizart.
I managed to get the conda installation from source work by adding to the environment.yml file Cython and numpy>=1.19.
The modified fil looks like this :
`name: omnizart
channels:
defaults
dependencies:
python=3.8
pip:
Cython
numpy>=1.19
vamp>=1.1.0,<2.0.0
spleeter>=2.3.0,<3.0.0
madmom>=0.16.1,<0.17.0
pyfluidsynth>=1.2.5,<2.0.0
click>=7.1.2,<8.0.0
jsonschema>=3.2.0,<4.0.0
librosa>=0.8.0,<0.9.0
mir_eval>=0.6,<0.7
pillow>=8.3.2,<9.0.0
pretty_midi>=0.2.9,<0.3.0
pyyaml>=5.3.1,<6.0.0
tensorflow==2.5.0
tqdm>=4.49.0,<5.0.0
urllib3==1.26.4`
I'm using miniconda on MacOS Sonoma on an Intel based Apple computer.
The text was updated successfully, but these errors were encountered:
Hi,
I had issues installing omnizart.
I managed to get the conda installation from source work by adding to the environment.yml file Cython and numpy>=1.19.
The modified fil looks like this :
`name: omnizart
channels:
dependencies:
I'm using miniconda on MacOS Sonoma on an Intel based Apple computer.
The text was updated successfully, but these errors were encountered: