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