Skip to content

Making the project work in 2022 #14

@visuallization

Description

@visuallization

Hey there,

Really cool & interesting project. I am currently thinking about writing my master thesis about pcgrl.

Anyways, I also wanted to mention that I had some issues in making the project run (especially the jupyter notebook file: inference.pynb) in 2022 as a lot of required packages have changed over the last years and are not compatible anymore with the project.

So I added/updated the setup.py with this:

install_requires=['gym==0.21.0', 'numpy>=1.17', 'pillow', 'tensorflow==1.15', 'pyglet', 'pyparsing==2.4.7', 'protobuf==3.20.2', 'stable_baselines==2.10.0', 'IPython'],
py_modules =[],

And switched to python 3.7.0 to make the project work again.

Should I create a PR with the changes @amidos2006 ?

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions