Is something in my system using python? Or can python be safely uninstalled?
advait@localhost:~> sudo zypper dup
[sudo] password for root:
Loading repository data...
Reading installed packages...
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Computing distribution upgrade...
Problem: 1: the installed python311-numba-0.60.0-1.2.x86_64 requires '(python311-numpy >= 1.22 with python311-numpy < 2.1)', but this requirement cannot be provided
deleted providers: python311-numpy-2.0.0-1.2.x86_64
not installable providers: python311-numpy1-1.26.4-1.1.x86_64[download.opensuse.org-oss]
Solution 1: Following actions will be done:
deinstallation of python311-pandas-performance-2.2.2-6.1.noarch
deinstallation of python311-numba-0.60.0-1.2.x86_64
Solution 2: deinstallation of python311-numpy-2.0.0-1.2.x86_64
Solution 3: keep obsolete python311-numpy-2.0.0-1.2.x86_64
Solution 4: break python311-numba-0.60.0-1.2.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/4/c/d/?] (c):
See below. So it’s unlikely that any of my apps are using either of these 2 python files? If that’s true, then I’ll execute Solution 1 per your suggestion. I just want to be cautious and check first.
@pedroSMS Not sure if it’s a problem if you don’t need numba, one wonders if python311-numpy needs to be downgraded to python311-numpy1 two different packages…