dqrobotics / python

The DQ Robotics library in Python
https://dqrobotics.github.io
GNU Lesser General Public License v3.0
26 stars 9 forks source link

Add support to release linux aarch64 wheels #27

Closed odidev closed 2 years ago

odidev commented 2 years ago

I’m trying to build Linux AArch64 wheels. The wheels were built successfully but I’m getting the following assertion error on running DQ_test.py:

https://github.com/odidev/python/runs/4177508116?check_suite_focus=true#step:5:552

@mmmarinho, Could you please have a look and share your suggestion on the same?

mmmarinho commented 2 years ago

@odidev Hello, thank you for the report!

I could replicate the issue and got it fixed (72e781d) and I'll probably get alpha builds deployed to PyPi, however, I'd like to remind you that we do not officially support aarch64.

Thanks again!