-
Notifications
You must be signed in to change notification settings - Fork 262
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
py3-parallel-ssh cannot be used - stuck on python3.11 #23756
Labels
Comments
The whole 'python3' migration thing (python3.11 -> python3.12) is weird. I had some thoughts on it that I wanted to write down.
|
justinvreeland
pushed a commit
to justinvreeland/wolfi
that referenced
this issue
Aug 13, 2024
In b7de8cb py3-ssh-python py3-ssh2-python and py3-parallel-ssh were imported for use in py3-cassandra-medusa. Sice then py3-cassandra-medusa switched to a venv 49c9723. These packages are not used or useable in their current state and upstream is not in a position to be releasing python3.12 compatible versions right now.
@justinvreeland, did you want to do a pull request for your commit ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
py3-parallel-ssh
is currently unable to be used even though it can be built.
The above demonstrates the failure.
Here is the "why". The package knows it depends directly on
But those dependencies are spread where some are installed in python3.11 path and others in python3.12
The problem is:
The text was updated successfully, but these errors were encountered: