Doesn't install on machines using Python 3.12 #913
Labels
api: cloudprofiler
Issues related to the googleapis/cloud-profiler-nodejs API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The version of node-gyp doesn't support Python 3.12. Note that just updating to v10 brings in a new version of
string-width
that is ESM only and causes a different issue during pprof building, depending on other dependencies.Environment details
@google-cloud/profiler
version: 6.0.0Steps to reproduce
@google-cloud/profiler
string-width
module and so errors like this can appear:I have managed to get something working by pinning node-gyp to v10 and then pinning
string-width
to v4, but that's not a viable long term solution.The text was updated successfully, but these errors were encountered: