andrey-klochkov-liftoff opened a new issue, #304:
URL: https://github.com/apache/datasketches-cpp/issues/304
When I install datasketches 3.5.0 with pip and the try to use it, I get the
following on an ARM based MacBook:
```
>>> import datasketches
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError:
dlopen(/Users/username/.venv/kirin/lib/python3.9/site-packages/datasketches.so,
0x0002): tried:
'/Users/username/.venv/kirin/lib/python3.9/site-packages/datasketches.so'
(mach-o file, but is an incompatible architecture (have (x86_64), need
(arm64e)))
```
I downloaded the file `datasketches-3.5.0-cp39-cp39-macosx_11_0_arm64.whl`
from pypi.org, extracted `datasketches.so` from it and then checked the
platform, and it's a wrong platform:
```
❯ file datasketches.so
datasketches.so: Mach-O 64-bit bundle x86_64
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]