RuntimeTools / appmetrics

Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications.
https://developer.ibm.com/open/node-application-metrics/
Apache License 2.0
970 stars 125 forks source link

Use Python 3 in gyp bindings #658

Open koterpillar opened 2 years ago

koterpillar commented 2 years ago

Python 3 is already used by gyp, and python binary is removed from e.g. macOS 13.2.

Fixes #653

transfer1992 commented 2 years ago

Is it possible to merge that? We have to manually install Python 2 on MacOS now, which is annoying and unsafe.