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
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Hi!
I want to try handprint but I'm unable to get it to run.
The command I'm trying to run is
handprint -s google ./
Binary version (1.6.0 from the releases page): reports Python too old even tough my python version should be up to date:
python3 --version
Python 3.10.8
pipx version: gives the error above:
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
An error occurred (ImportError): numpy.core.multiarray failed to import
pip version, installed via 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
Python 3.10.8 (main, Nov 1 2022, 14:18:21) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.version.version
'1.22.2'
>>>