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
File "cffi\api.py", line 150, in dlopen File "cffi\api.py", line 832, in _make_ffi_library File "cffi\api.py", line 827, in _load_backend_lib OSError: cannot load library 'C:\Users\peter\AppData\Local\Temp\_MEI168362\coincurve\libsecp256k1.dll': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'C:\\Users\\pebu\\AppData\\Local\\Temp\\_MEI168362\\coincurve\\libsecp256k1.dll'
I get this issue when trying to run a built pyinstaller built executable.
The text was updated successfully, but these errors were encountered:
File "cffi\api.py", line 150, in dlopen File "cffi\api.py", line 832, in _make_ffi_library File "cffi\api.py", line 827, in _load_backend_lib OSError: cannot load library 'C:\Users\peter\AppData\Local\Temp\_MEI168362\coincurve\libsecp256k1.dll': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'C:\\Users\\pebu\\AppData\\Local\\Temp\\_MEI168362\\coincurve\\libsecp256k1.dll'
I get this issue when trying to run a built pyinstaller built executable.
The text was updated successfully, but these errors were encountered: