updting issue with
by GRS63 from LinuxQuestions.org on (#52ZJJ)
Gnome desktop 64 bit currently Fedora 31. ASUS Laptop. Fedora 31 rans fine but can not get past the fist command in the upgrade process ad outined in the Fedora upgrade process.
The system was updated regularly but to start the upgrade process I issued the command
Code:sudo dnf upgrade --referesh.
After inserting the password I get;
Code:Traceback (most recent call last):
File "/usr/bin/dnf", line 57, in <module>
from dnf.cli import main
File "/usr/lib/python3.7/site-packages/dnf/__init__.py", line 30, in <module>
import dnf.base
File "/usr/lib/python3.7/site-packages/dnf/base.py", line 29, in <module>
import libdnf.transaction
File "/usr/lib64/python3.7/site-packages/libdnf/__init__.py", line 13, in <module>
from . import module
File "/usr/lib64/python3.7/site-packages/libdnf/module.py", line 13, in <module>
from . import _module
ImportError: /usr/lib64/python3.7/site-packages/libdnf/_module.so: undefined symbol: libdnf_error not sure if it is a Python issue or a DNF issue. Any ideas on how to fix this?


The system was updated regularly but to start the upgrade process I issued the command
Code:sudo dnf upgrade --referesh.
After inserting the password I get;
Code:Traceback (most recent call last):
File "/usr/bin/dnf", line 57, in <module>
from dnf.cli import main
File "/usr/lib/python3.7/site-packages/dnf/__init__.py", line 30, in <module>
import dnf.base
File "/usr/lib/python3.7/site-packages/dnf/base.py", line 29, in <module>
import libdnf.transaction
File "/usr/lib64/python3.7/site-packages/libdnf/__init__.py", line 13, in <module>
from . import module
File "/usr/lib64/python3.7/site-packages/libdnf/module.py", line 13, in <module>
from . import _module
ImportError: /usr/lib64/python3.7/site-packages/libdnf/_module.so: undefined symbol: libdnf_error not sure if it is a Python issue or a DNF issue. Any ideas on how to fix this?