Open tomaszsztajkowski opened 4 years ago
I ran into these as well on windows and created a fork that has different installation methods that work on windows as well as tweaking the code to handle the errors you will run into after you get that set up : ) https://github.com/peterlazzarino/jukebox-windows
Following the readme I try to install required packages but i stumble upon problems on the way.
mpi4py: when command inserted as it says in the readme the following error shows
I seemed to workaround this by just installing it using pip, nevertheless I would like to know why the error occurs and how to avoid it in the future if pip instalation doesn't work.
One solution I found online was to update channels in anaconda, it did not solve the issue
pytorch: when command inserted as it says in the readme the following error shows
I've read online that if packages are conflicting i should just delete those that do not support the newer/older version but looking at the quantity of packages that conflict it should not be common because there is nothing mentioned about it in the readme. This is the first time using anaconda so I don't feel really comfortable deleting stuff by hand as I do not know if they will not be needed in the future.