You are not logged in.

#1 2020-08-11 23:52:04

forero
Member
Registered: 2020-08-11
Posts: 2

Pip error messages

Hello, so I was trying to install protonvpn-cli on my arch, firstly I tried with

sudo pip install protonvpn-cli

and it didn't work. Then I installed this aur and pip is messed!
When I run

pip

it displays a bunch of errors.

Here are all the errors https://pastebin.com/PmJs4bH8

Thanks in advance!

Offline

#2 2020-08-11 23:54:46

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Pip error messages

So, nothing to do with pacman or the official repos then...

Read this: https://wiki.archlinux.org/index.php/Py … management

Last edited by jasonwryan (2020-08-11 23:55:36)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2020-08-11 23:58:05

forero
Member
Registered: 2020-08-11
Posts: 2

Re: Pip error messages

jasonwryan wrote:

So, nothing to do with pacman or the official repos then...

Read this: https://wiki.archlinux.org/index.php/Py … management

I have reinstalled it several times but nothing happens, I think I may have broken it.

Offline

#4 2020-08-12 00:00:54

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Pip error messages

You didn't read the link:

wiki wrote:

When installing packages from sources other than the official repositories and AUR, it is recommended to use a virtual environment (or Conda environment management) to prevent conflicts with system packages in /usr. Alternatively, pip install --user can be used to install packages into the user scheme instead of /usr.

`sudo pip install...` is a terrible idea.

Last edited by jasonwryan (2020-08-12 00:01:06)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2020-08-12 00:05:35

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: Pip error messages

Moving to Newbie Corner.

Offline

#6 2020-08-12 00:11:36

loqs
Member
Registered: 2014-03-06
Posts: 19,048

Re: Pip error messages

After you have uninstalled everything you installed with sudo pip,  use `pacman -Qkk` to detect corrupted packages then reinstall them.

Offline

Board footer

Powered by FluxBB