Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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 this issue Dec 6, 2023 · 0 comments

Comments

@graingert-coef
Copy link

  • How to reproduce the bug?
$ pip install datatable
Collecting datatable
  Downloading datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl.metadata (1.8 kB)
Downloading datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl (8.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 2.5 MB/s eta 0:00:00
Installing collected packages: datatable
Successfully installed datatable-1.1.0
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'))
>>>
  • Your environment?
    python 3.11 macbook pro M3
@graingert-coef graingert-coef changed the title [bug] datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl seems to include x86_64 .so files [bug] datatable-1.1.0-cp311-cp311-macosx_10_9_universal2.whl seems to include only x86_64 .so files Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant