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] datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl seems to include only x86_64 .so files #3488

Open graingert-coef opened 9 months ago

graingert-coef commented 9 months ago
Type "help", "copyright", "credits" or "license" for more information.
>>> import datatable
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/thomas/.virtualenvs/app/lib/python3.11/site-packages/datatable/__init__.py", line 23, in <module>
    from .frame import Frame
  File "/Users/thomas/.virtualenvs/app/lib/python3.11/site-packages/datatable/frame.py", line 23, in <module>
    from datatable.lib._datatable import Frame
  File "/Users/thomas/.virtualenvs/app/lib/python3.11/site-packages/datatable/lib/__init__.py", line 31, in <module>
    from . import _datatable as core
ImportError: dlopen(/Users/thomas/.virtualenvs/app/lib/python3.11/site-packages/datatable/lib/_datatable.cpython-311-darwin.so, 0x0002): tried: '/Users/thomas/.virtualenvs/app/lib/python3.11/site-packages/datatable/lib/_datatable.cpython-311-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/thomas/.virtualenvs/app/lib/python3.11/site-packages/datatable/lib/_datatable.cpython-311-darwin.so' (no such file), '/Users/thomas/.virtualenvs/app/lib/python3.11/site-packages/datatable/lib/_datatable.cpython-311-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
>>>