Are you running the same version of hy and python3 that I am?
$ hy main.hy is indeed the standard way or running the code. An alternative method is available here.
$ hy main.hy
(cleaned up with edits) OK, I was running:
hy 1.0a3
matplotlib 3.4.3
python 3.9.0
And thanks, after the following it worked, no need to change the others:
pip3 uninstall hy
pip3 install—user hy==0.20.0
Whelp. Looks like I need to update my own hy after this game is over.
Are you running the same version of hy and python3 that I am?
$ hy main.hy
is indeed the standard way or running the code. An alternative method is available here.(cleaned up with edits) OK, I was running:
hy 1.0a3
matplotlib 3.4.3
python 3.9.0
And thanks, after the following it worked, no need to change the others:
pip3 uninstall hy
pip3 install—user hy==0.20.0
Whelp. Looks like I need to update my own hy after this game is over.