Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR - Command ['/usr/bin/leapp', 'preupgrade'] failed with return code 1 #399

Open
nikmauro opened this issue Dec 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nikmauro
Copy link

nikmauro commented Dec 22, 2024

centos2alma_feedback.zip

@nikmauro nikmauro added the bug Something isn't working label Dec 22, 2024
@SandakovMM
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants