Open drphipi opened 2 weeks ago
Also tried with an Ubuntu VM, same error
I ran this exact same setup, but instead of building apriltag
I built multidict
. In other words, I ran
./build-wheel.py --python 3.8 --abi arm64-v8a "multidict"
instead of
./build-wheel.py --python 3.8 --abi arm64-v8a "apriltag"
Just to make sure that my setup is OK, and I was able to successfully build the wheel file. 🥳
This makes me think that whatever difficulties I am having in generating the wheel file for the apriltag package is related to the package itself, and not related to my setup.
Thanks for the detailed report, and sorry for the slow reply.
This error has already been reported in the package's issue tracker at https://github.com/swatbotics/apriltag/issues/28, and it looks like there's a simple workaround. To try it, see "If any changes are needed to make the build work" in the README.
I am attempting to generate a wheel file for the apriltag library so that I can import it for future use in a mobile application.
Setup: Host OS: Windows 11 VirtualBox: Linux Mint Xfce
Error:
Configuration: How to exactly replicate the error (these are all the terminal commands, in order, that were run from when the virtual machine was made to the point where the error was encountered):