-
Notifications
You must be signed in to change notification settings - Fork 129
Gapic generator broke nodejs and java last night #3271
Comments
cross posting some of the information @chingor13 dug up. It would appear that version 50 of setuptools is breaking many libraries in the ecosystem:
|
@vam-google and @alexander-fenster |
Hi Jeff, |
There seems to be some conflict with synthool installation itself. Currently autosynth must be pulling the 50.0 ("broken") version of setuptools in the python dev environment defined by .pyenv and this looks conflicting with what bazel uses for its build because on kokoro it depends on a custom python toolchain (to overcome the fact that the python available on autosynth is too old from what gapic-generator expects). |
Suggested solution for broken autosynth. googleapis/gapic-generator#3271 (comment)
* fix: pin setuptools to 49.6.0 Suggested solution for broken autosynth. googleapis/gapic-generator#3271 (comment) * Update requirements.txt
Last night's build succeeded. Thanks for the fix! |
See the many failures here:
https://fusion.corp.google.com/label/268750848
Error messages like this:
The text was updated successfully, but these errors were encountered: