You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that python2.7 could not find a certain part of urllib3 within leapp:
2024-12-22 22:00:58,225 - INFO - stderr: from .request import make_headers
2024-12-22 22:00:58,225 - INFO - stderr: File "/usr/lib/python2.7/site-packages/urllib3/util/request.py", line 5, in <module>
2024-12-22 22:00:58,225 - INFO - stderr: from ..exceptions import UnrewindableBodyError
2024-12-22 22:00:58,267 - INFO - stderr: ImportError: cannot import name UnrewindableBodyError
This suggests there might be an issue with your python 2 or urllib3 installation. I would suggest you reinstalling urllib3 to see if that resolves the problem.
centos2alma_feedback.zip
The text was updated successfully, but these errors were encountered: