You are not logged in.
Pages: 1
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
pipit displays a bunch of errors.
Here are all the errors https://pastebin.com/PmJs4bH8
Thanks in advance!
Offline
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)
Offline
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
You didn't read the link:
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)
Offline
Moving to Newbie Corner.
Offline
After you have uninstalled everything you installed with sudo pip, use `pacman -Qkk` to detect corrupted packages then reinstall them.
Offline
Pages: 1