Open tuxflo opened 1 year ago
Thanks for your report. Regarding the Python issue, is there a chance another version of Python installed on your system? When the binary version of Handprint runs, it may be getting a different shell command search path, and if that path includes a different version of Python, that would explain the error. For example, if there's a /usr/bin/python and a /usr/local/bin/python, and /usr/bin/python is a different version, maybe that's what Handprint finds instead of /usr/local/bin/python (or whatever it may be on your system).
The numpy version is very odd. I'll have to ty to reproduce it somehow.
Hi! I want to try handprint but I'm unable to get it to run. The command I'm trying to run is
Python too old
even tough my python version should be up to date:pip install --no-cache-dir --upgrade handprint
gives the same error.Something I'm doing wrong?
Env
OS: Arch Linux (Manjaro) Python: Python 3.10.8