DaanHoogland commented on issue #6651:
URL: https://github.com/apache/cloudstack/issues/6651#issuecomment-1230375755
@rohityadavcloud , i suspect this issue is due to
```
7825 verbose node v16.14.0
7826 verbose npm v8.3.1
```
I tried to downgrade to npm 6.14.17 on a ol9 box, but haven“t managed that
yet. I suspect the version of `node` will be a problem as well. In the end the
problem is a line in node-gyp `import sys; print "%s.%s.%s" %
sys.version_info[:3];`, however the `node-gyp` version mentioned, 7.1.2. and
that contains `'import sys; print("%s.%s.%s" % sys.version_info[:3]);'`
This is a dependency hell, it seems.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]