You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was interested in the description of Gleam, but disappointed that the project seems to have been left at a Python 2 implementation.
I made a fairly small number of changes to get Gleam to work with Python 3.8, at least such that most features of the 'baseball.py' example program work. ('Show names' does not work, though.) I had to replace references to 'ggplot' with 'plotnine', which made a few other changes necessary.
I was interested in the description of Gleam, but disappointed that the project seems to have been left at a Python 2 implementation.
I made a fairly small number of changes to get Gleam to work with Python 3.8, at least such that most features of the 'baseball.py' example program work. ('Show names' does not work, though.) I had to replace references to 'ggplot' with 'plotnine', which made a few other changes necessary.
I have provided my 'git diff' showing those changes.
gleam-py3-diff.txt
The text was updated successfully, but these errors were encountered: