Stephane Odul
Stephane Odul
@fredbi I do not write go code so I'm of limited help here but I have worked on code that resolves dependency trees in the past and a common issue...
@fredbi Thanks for the workaround. I can confirm that `go install github.com/go-swagger/go-swagger/cmd/swagger@abb53530bfcf49c470e5f4c7071ee43f37ec7437` seems to work. Do you have an ETA for a new official release?
@aagrawal3 we have other dependencies that cannot install with setuptools v62.0.0. Our workaround is to install the sdk first and then our stack on top and ignore what the SDK...
We are getting a lot of complaints about these warnings polluting our console outputs. I was also able to track at least one of the sources to `vmware.vapi.bindings.uri_helper`. The `URIValidator`...
@mariolenz as a temporary workaround we automatically patch the file to silence the issue: Shell snippet: ``` vcenter_location="$(pip show vcenter_bindings | grep Location: | sed -e 's/Location: //')" uri_helper_py="${vcenter_location}/vmware/vapi/bindings/uri_helper.py" if...
It seems that this RC has fixed the speed issue. Thanks!
Relates to https://github.com/Azure/azure-cli/issues/28829
Support for black was added in gray v0.10.0 (June 2021), as an optional formatter. With this it makes it easier to not have to pick between the two. One main...
@hemna is this still an issue? I tried to reproduce and the command worked: ``` > echo gray > dev-requirements.in > python --version Python 3.12.1 > pip-compile dev-requirements.in WARNING: --strip-extras...
Adding some more data to this conversation. Looking at stats from the requests library: https://pypistats.org/packages/requests There are still 1-2% of the downloads for python 2, somehow. On the 3.x minor...