Closed leckylao closed 3 years ago
Hm, I haven't seen this before.
It's true that I had to port the original micropolis (which you link above) over to python3 to get it to compile on my machine. Those changes are reflected in the version of micropolis contained in this repository. Simple changes to swig/makefiles, and some replaced Gtk functions.
Is this the full traceback? If not, include it and I'll see if I can't make some sense of it.
PS sorry for the delay, I must have missed this earlier.
Thanks @smearle for the reply. It's ok I have played the game using the java version. Just to double check is the python version the same as the java version?
Oh, you literally just wanted to play the game? No, I have no idea. Enjoy!
Hi Sam,
I am trying to build micropolis and play with the game. Firstly tried https://github.com/SimHacker/micropolis but can't install pycairo due to python2.7 sunset. And when running
make
on gym_city/envs/micropolis I have the following errors. Any ideas?