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
I have installed the Python dependency package as prompted
but when i run python verifier.py , an error occured, below is the wrong prompt
$ python verifier.py
Traceback (most recent call last):
File "verifier.py", line 16, in <module>
from cert_verifier.checks import create_verification_steps
File "C:\Env\Python\lib\site-packages\cert_verifier\checks.py", line 9, in <module>
from bitcoin.signmessage import BitcoinMessage, VerifyMessage
File "C:\Program Files (x86)\Python38-32\lib\site-packages\bitcoin\signmessage.py", line 14, in <module>
from bitcoin.core.key import CPubKey
File "C:\Program Files (x86)\Python38-32\lib\site-packages\bitcoin\core\key.py", line 34, in <module>
_ssl = ctypes.cdll.LoadLibrary(ctypes.util.find_library('ssl') or 'libeay32')
File "C:\Program Files (x86)\Python38-32\lib\ctypes\__init__.py", line 451, in LoadLibrary
return self._dlltype(name)
File "C:\Program Files (x86)\Python38-32\lib\ctypes\__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'libeay32' (or one of its dependencies). Try using the full path with constructor syntax.
How to solve this problem?
I am looking forward to your reply !!
❤️❤️❤️
The text was updated successfully, but these errors were encountered:
Hey
I have installed the Python dependency package as prompted
but when i run
python verifier.py
, an error occured, below is the wrong promptHow to solve this problem?
I am looking forward to your reply !!
❤️❤️❤️
The text was updated successfully, but these errors were encountered: