You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/rsz# python3 rsz_solve.py
Traceback (most recent call last):
File "rsz_solve.py", line 8, in
import secp256k1 as ice
File "/root/rsz/secp256k1.py", line 32, in
ice = ctypes.CDLL(pathdll)
File "/usr/lib/python3.6/ctypes/init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /root/rsz/ice_secp256k1.so)
please help why there is errors when try
The text was updated successfully, but these errors were encountered:
/rsz# python3 rsz_solve.py
Traceback (most recent call last):
File "rsz_solve.py", line 8, in
import secp256k1 as ice
File "/root/rsz/secp256k1.py", line 32, in
ice = ctypes.CDLL(pathdll)
File "/usr/lib/python3.6/ctypes/init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /root/rsz/ice_secp256k1.so)
please help why there is errors when try
The text was updated successfully, but these errors were encountered: