No module named 'openssl' #1714
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
As it says, python 3 isn't supported at the moment.
Debian 11 only supports python3 and there is no python-msgpack anymore.
https://github.com/Bitmessage/PyBitmessage/issues/1712
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?
This is a Debian 11 based distribution but I run quiet a few VM as well.