Open Klinefelters opened 1 year ago
I got the same error when trying to install the library on a raspberry pi.
I managed to fix it with the following steps:
sudo apt-get update
pip install --upgrade pip
pip install numpy --upgrade
Then try to install the library again.
I'm trying to install pupil-apriltags on a jetson nano running python 3.8 right now. When I run pip3 install pupil-apriltags, I get an error that I don't quite understand. I don't see any explicit failures besides the failed to build wheel at the end. Is it a problem with my cmake? Or maybe python version?