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

[requirements] Add missing pyOpenSSL #69

Merged
merged 1 commit into from Jun 16, 2023
Merged

Conversation

goldyfruit
Copy link
Contributor

Fix this error:

(hivemind) pi@rpi4b01:~ $ hivemind-core listen 
Traceback (most recent call last):
  File "/home/pi/.venv/hivemind/bin/hivemind-core", line 11, in <module>
    load_entry_point('jarbas-hive-mind==0.13.0a1', 'console_scripts', 'hivemind-core')()
  File "/home/pi/.venv/hivemind/lib/python3.9/site-packages/click/core.py", line 1130, in __call__
    return self.main(*args, **kwargs)
  File "/home/pi/.venv/hivemind/lib/python3.9/site-packages/click/core.py", line 1055, in main
    rv = self.invoke(ctx)
  File "/home/pi/.venv/hivemind/lib/python3.9/site-packages/click/core.py", line 1657, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/pi/.venv/hivemind/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/pi/.venv/hivemind/lib/python3.9/site-packages/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/home/pi/.venv/hivemind/lib/python3.9/site-packages/hivemind_core/scripts.py", line 103, in listen
    from hivemind_core.service import HiveMindService
  File "/home/pi/.venv/hivemind/lib/python3.9/site-packages/hivemind_core/service.py", line 12, in <module>
    from OpenSSL import crypto
ModuleNotFoundError: No module named 'OpenSSL'

@JarbasAl
Copy link
Member

closes #67

@JarbasAl JarbasAl merged commit eee2feb into JarbasHiveMind:dev Jun 16, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants