This error showing when tried to install pip packages


hello i followed these steps still the same error
Please help

pipx , e.g.: https://itsfoss.com/install-pipx-ubuntu/

hello i tried it stil shows the same

What is your question?

That message tells you exactly what you need to?

On Arch-based distros, you should not use pip to install packages to the system. They cause conflicts with pacman.

If you are using pip for development purposes, use a venv or similar.

If you want to install the application or library for general use, install the repo package instead.

sudo pacman -Syu python-pandas
3 Likes