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

PIL is also a dependency #2

Open
guruthree opened this issue Oct 31, 2019 · 1 comment
Open

PIL is also a dependency #2

guruthree opened this issue Oct 31, 2019 · 1 comment

Comments

@guruthree
Copy link

Setting up a conda environment, I noticed that PIL is also required, but not listed in the requirements.

For reference, to setup a conda environment for deepsaber:

conda create -n deepsaber
conda activate deepsaber
conda config --add channels conda-forge
conda install numpy pytor librosa panda matplotlib pillow

Conda's ffmpeg didn't work for me though, so in level_generation_utils.py I had to explicitly set it back to the system ffmpeg in /usr/bin/ffmpeg. For how ffmpeg is used there I suspect oggenc (from vorbis tools) could be used instead, which wouldn't be co-opted by conda.

@rlayne
Copy link

rlayne commented Nov 6, 2019

Super helpful, thanks, about to do just this.

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

2 participants