Blizzard / node-rdkafka

Node.js bindings for librdkafka
MIT License
2.08k stars 391 forks source link

Update node-gyp to fix build error in Python 3.12 #1074

Closed alexzel closed 3 months ago

alexzel commented 3 months ago

Running npm install throws node-gyp error ModuleNotFoundError: No module named 'distutils' in Python 3.12 (the default version on MacOS 12). The issue was fixed in the latest node-gyp releases. Please see https://github.com/nodejs/node-gyp/issues/2869 Thank you!

GaryWilber commented 3 months ago

Thanks for the PR. I included this in #1049