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
Seems pretty strange, as this is happening during import on line 5. I'd guess that in packaging/requirements.py
where it is doing MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
It should be doing MARKER_EXPR = originalTextFor(MARKER_EXPR(), "marker")
...but this is not inside leapp itself, but within something it's requiring from site-packages. Almost makes me think some version of a dependency is not what it is expecting.
I don't suppose this is all that surprising, as after all it's not like we're paranoid and using virtualenv without --system-libs in this project or anything like that to enforce specific versions of python modules. I'd just say this this is more than likely PEBCAK on the user's part, though it'd be hard to figure out without more investigation.
Considering the other fellow in the linked cpanel-elevate case found that a similar issue was due to openssl11-libs being installed, I'd say my thoughts about it being just something odd about the environment as even more likely.
Regardless, no real way of fixing this "class" of bug report without doing what I say is not being done currently -- being paranoid and operating in a virtualenv with specific versions of modules you need bundled with the project.
When running leapp upgrade from
cpanel-elevate
, the user is encountering the following python failure:I notice:
This appears to be a bug in the leapp code that might need correction?
The text was updated successfully, but these errors were encountered: