msieg / deep-music-visualizer

The Deep Visualizer uses BigGAN (Brock et al., 2018) to visualize music.
384 stars 104 forks source link

Can't install the dependencies #13

Open ShilohS7 opened 3 years ago

ShilohS7 commented 3 years ago

none of the dependencies will even install, I've been troubleshooting for hours

benyaminmk commented 3 years ago

what version of python and OS are you on? I was having trouble until I switched to a version of python (3.7.9) that was compatible with scipy 1.1.0. With python 3.7.9 pip was able to resolve the dependencies, no problem.

I'm on wsl2 (unubtu 20.04.1) and used conda for a virtual environment with that version of python.

marc-schieferdecker commented 3 years ago

I had the same problem. I can confirm that the dependencies are installable with Python 3.7.9 (for my case on Windows 10) and I got the software running.

Thank you benyaminmk.

Benitoite commented 3 years ago

I was able to get a docker image running based on python:3.7.10-buster. https://hub.docker.com/r/kd6kxr/deep-music-visualizer