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

conda install from source failed, but resolved #112

Open
loicreboursiere opened this issue May 16, 2024 · 0 comments
Open

conda install from source failed, but resolved #112

loicreboursiere opened this issue May 16, 2024 · 0 comments

Comments

@loicreboursiere
Copy link

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:

  • 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.

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

1 participant