-
Notifications
You must be signed in to change notification settings - Fork 575
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
No module named 'openssl' #1714
Comments
As it says, python 3 isn't supported at the moment. |
Debian 11 only supports python3 and there is no python-msgpack anymore. I'm looking forward for a python3 version of PyBitmessage! |
Unfortunately you'll have to wait a bit. Internally we do have a python3 version, but it has bad code quality and lots of other problems. This is why we need a plan to make the migration work properly. It may take a bit of time. In the meantime I would like to add support for appimage/flatpak/snap to the delivery pipeline so that users like you can keep using PyBitmessage even if the dependencies aren't supported by your distro. |
@PeterSurda I would like to test it or help to rewrite the code. Can you give me access to the python3 version of program? |
In the PyBitmessage/src/pyelliptic/cipher.py file the
from openssl import OpenSSL
is wrong.I installed a few other modules like PyOpenSSL and even tried to import the module outside of the virtual environment:
cc / @PeterSurda @g1itch @navjotcis
The text was updated successfully, but these errors were encountered: