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

FileNotFoundError: Could not find module 'libeay32' (or one of its dependencies). Try using the full path with constructor syntax. #29

Open
kasie-zhang opened this issue Jan 30, 2021 · 0 comments

Comments

@kasie-zhang
Copy link

Hey

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 !!

❤️❤️❤️

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

1 participant