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

No module named 'gnupg' #39

Open
sova32 opened this issue Apr 27, 2022 · 2 comments
Open

No module named 'gnupg' #39

sova32 opened this issue Apr 27, 2022 · 2 comments

Comments

@sova32
Copy link

sova32 commented Apr 27, 2022

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)

@Nllii
Copy link

Nllii commented May 1, 2022

gnupg

try:

brew install gnupg     

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

@CaffeineLab
Copy link

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 .

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

No branches or pull requests

3 participants