h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures
https://datatable.readthedocs.io
Mozilla Public License 2.0
1.81k stars 155 forks source link

[bug] Compiling error on aarch64 #3468

Closed frederikdyrmose closed 1 year ago

frederikdyrmose commented 1 year ago
frederikdyrmose commented 1 year ago

I managed to find a relatively straightforward solution to the issue. After modifying the file named "ci/ext.py" by commenting out the following specific line of code, the datatable library was able to install and operate without any issues on the server.

ext.compiler.add_linker_flag("-m64")
oleksiyskononenko commented 1 year ago

Thanks for reporting. This issue will be addressed shortly.

Duplicate of #3430