Skip to content

For people with install issues on Raspberry Pi OS #115

Discussion options

You must be logged in to vote

Problem

Ok, please do not to mess around with openSSL packages through easy_install. It is likely to break stuff on your system later ;)

This issue is occurring because even the latest Raspberry Pi OS ships a very old version of pip, that makes calls to a very old version of the cryptography API. Raspberry Pi OS should update their shipped pip version.

When Reticulum or related programs are installed, the cryptography package is updated to a newer version, and the ancient pip breaks.

Solution

The correct (and easy) solution here is simply to update pip before installing any software that requires a semi-recent version of the cryptography package:

# Update pip
pip install pip --upgrade

# …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@Swissbandit
Comment options

@markqvist
Comment options

Comment options

You must be logged in to vote
1 reply
@Swissbandit
Comment options

Answer selected by markqvist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants