-
Notifications
You must be signed in to change notification settings - Fork 145
Problem pip installing openshift==0.13.0 #425
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
Problem pip installing openshift==0.13.0 #425
Comments
Please ref: https://setuptools.pypa.io/en/latest/userguide/datafiles.html Based on commit: e61215d by @fabianvf Also related is #403 From #403 format of data_files is creating a "requirements.txt" directory with the "requirements.txt" file inside of it Ref: https://docs.python.org/3/distutils/setupscript.html#installing-additional-files |
Also having issues with this update that is breaking different automation pipelines |
Likewise, has broken kubespray pipelines here. Pinning |
Ditto, seems like all my CI tasks that install OpenShift have started failing this week. |
oof 🥚 😵💫 I should have known with such a strongly worded commit message I'd be completely wrong. 0.13.1 released and should fix it. |
Indeed! :D |
Appreciate your work! Thanks for the quick fix |
On Fedora 35 (and noticed in other CI pipelines)
Looks like this was a really new release, https://pypi.org/project/openshift/#history, from 32 minutes ago, so sounds like this might be affecting multiple people.
The text was updated successfully, but these errors were encountered: