I’m having a fair share of problems with OpenSuse Tumbleweed and python atm.
Coming from Linux Mint and windows.
Installing python-packages with pip was pretty easy.
But I have trouble understanding how to install the following packages on TumbleWeed:
yaml for Python(311)
When I try to use pip I get prompted to use zypper.
I am stuck at this point. Do I have to use something different than zypper? What is the correct way here?
Help very much appreciated and thank you in advance!
https://unix.stackexchange.com/questions/450008/pip-vs-package-manager-for-handling-python-packages
If you need to install an executable python program, use
pipx
it will create special environment for the python program so it won’t break anything else in the system.