Open iilyak opened 2 years ago
It seems the Color class was removed in https://github.com/electronstudio/rlzero/commit/e4d94ac584baf2f6bbc7ec3f77e986f3a81c2187
All the 3d stuff is quite a mess at the moment I'm afraid. (the test.py is 3d) The 2d stuff is mostly working and is documented at https://electronstudio.github.io/python_book
I've fixed the color enums so the test.py should now work. Please pip3 install rlzero==0.4.2
Some of the content in the book might need updating to work with 0.4.2 but generally I have used it for teaching so it should be OK. If it isn't, report and I will fix. The 3d stuff isn't documented or ready for use in teaching. I don't have much time to work on it since I'm not teaching now.
After doing
pip3 install rlzero
and creating atest.py
I try to run it likepython test.py
.My environment:
The error I get
I think I am missing some dependency. But it is not clear what.