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

OSError: ./LPC.dll: invalid ELF header #88

Open
mohican521 opened this issue Aug 28, 2023 · 1 comment
Open

OSError: ./LPC.dll: invalid ELF header #88

mohican521 opened this issue Aug 28, 2023 · 1 comment

Comments

@mohican521
Copy link

Traceback (most recent call last):
File "step1_LPC.py", line 26, in
dll = cdll.LoadLibrary(os.path.join(project_dir, 'LPC.dll')) # 加载 LPC.dll
File "/opt/conda/envs/python3.7/lib/python3.7/ctypes/init.py", line 442, in LoadLibrary
return self._dlltype(name)
File "/opt/conda/envs/python3.7/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: ./LPC.dll: invalid ELF header

@diya-he
Copy link

diya-he commented May 27, 2024

dll文件是windows下的动态链接库,linux下应该不支持吧

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

2 participants