-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It does not work on the aarch64 architecture of Linux implemented in Docker.
Is there any plan to support this architecture?
Also, if it is already supported, please tell us how to make it work.
What I have tried;
Install pyinform with the following code;
# pip install pyinform
Collecting pyinform
Downloading pyinform-0.2.0-py3-none-any.whl.metadata (1.8 kB)
Requirement already satisfied: numpy in /usr/local/lib/python3.11/site-packages (from pyinform) (1.26.4)
Downloading pyinform-0.2.0-py3-none-any.whl (131 kB)
Installing collected packages: pyinform
Successfully installed pyinform-0.2.0
Then, an error occurred when importing pyinform in Python;
# python
Python 3.11.11 (main, Feb 4 2025, 13:44:55) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyinform
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.11/site-packages/pyinform/__init__.py", line 50, in <module>
_inform = CDLL(get_libpath())
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/ctypes/__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: /usr/local/lib/python3.11/site-packages/pyinform/inform-1.0.0/lib/linux-x86_64/libinform.so.1.0.0: cannot open shared object file: No such file or directory
Metadata
Metadata
Assignees
Labels
No labels