proton-python-client icon indicating copy to clipboard operation
proton-python-client copied to clipboard

No module named 'gnupg'

Open sova32 opened this issue 3 years ago • 2 comments
trafficstars

ModuleNotFoundError: No module named 'gnupg' vadiki@localhost:/run/media/vadiki/D_238_GB_WD/proton-python-client-master> pip3 install gnupg Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: gnupg in /home/vadiki/.local/lib/python3.8/site-packages (2.3.1) Requirement already satisfied: psutil>=1.2.1 in /usr/lib64/python3.8/site-packages (from gnupg) (5.9.0)

sova32 avatar Apr 27 '22 09:04 sova32

gnupg

try:

brew install gnupg     

if that doesn't work then create a Docker environment.

Nllii avatar May 01 '22 23:05 Nllii

I dealt with this with Python 3.9.1

Upgraded to 3.9.13

I downloaded the zip

pip install wheel

Installed the requirements from the proton package with
pip install -r requirments.txt

then I installed it with pip install .

CaffeineLab avatar Apr 24 '24 19:04 CaffeineLab