We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root@DESKTOP-OF08MGH:/home/rusvo/rsz# python3 rsz_solve.py Traceback (most recent call last): File "/home/rusvo/rsz/rsz_solve.py", line 8, in import secp256k1 as ice File "/home/rusvo/rsz/secp256k1.py", line 32, in ice = ctypes.CDLL(pathdll) File "/usr/lib/python3.10/ctypes/init.py", line 374, in init self._handle = _dlopen(self._name, mode) OSError: /home/rusvo/rsz/ice_secp256k1.so: invalid ELF header
hi, how i can fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
root@DESKTOP-OF08MGH:/home/rusvo/rsz# python3 rsz_solve.py
Traceback (most recent call last):
File "/home/rusvo/rsz/rsz_solve.py", line 8, in
import secp256k1 as ice
File "/home/rusvo/rsz/secp256k1.py", line 32, in
ice = ctypes.CDLL(pathdll)
File "/usr/lib/python3.10/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: /home/rusvo/rsz/ice_secp256k1.so: invalid ELF header
hi, how i can fix it?
The text was updated successfully, but these errors were encountered: