asigalov61 / Allegro-Music-Transformer

Full-attention multi-instrumental music transformer featuring asymmetrical encoding with octo-velocity, and chords counters tokens, optimized for speed and performance
https://huggingface.co/spaces/asigalov61/Allegro-Music-Transformer
Apache License 2.0
38 stars 7 forks source link

Installing Fluidsynth using conda on Windows #8

Closed XarsEvandor closed 10 months ago

XarsEvandor commented 10 months ago

Hello, I am trying to create a conda env with the requirements for this project but I have trouble installing fluidsynth, Is it not available on windows? Is there an alternative method? I would like to avoid using docker or notebooks as it would increase the complexity of my project by a lot.

If the dependency cannot be resolved, could you outline the points where it is used? I could create a custom implementation that uses a different utility.

Thank you for your time!

asigalov61 commented 10 months ago

@XarsEvandor Yes, this is a common problem with conda and Windows...

Fluidsynth is the only solution at the moment. I do not know any other way, unfortunatelly.

But try these things:

1) Use !sudo apt install fluidsynth

2) If this does not work, try creating virtualenv first on conda and then installing again with sudo apt install.

Let me know if this helps.

Alex.

asigalov61 commented 10 months ago

@XarsEvandor I am closing this for now since you seem to have figured it out :)