NuxRo opened a new issue, #6651:
URL: https://github.com/apache/cloudstack/issues/6651

   Hello,
   
   Both 4.17.1 and master (currently 4.18) fail to package/build on EL9 due to 
a Python error. NB the default Python in EL9 is v3.9, as opposed to 3.6 in EL8.
   Please advise.
   
   ```
   pm ERR! gyp verb check python checking for Python executable 
"/usr/bin/python3" in the PATH
   npm ERR! gyp verb `which` succeeded /usr/bin/python3 /usr/bin/python3
   npm ERR! gyp ERR! configure error
   npm ERR! gyp ERR! stack Error: Command failed: /usr/bin/python3 -c import 
sys; print "%s.%s.%s" % sys.version_info[:3];
   npm ERR! gyp ERR! stack   File "<string>", line 1
   npm ERR! gyp ERR! stack     import sys; print "%s.%s.%s" % 
sys.version_info[:3];
   npm ERR! gyp ERR! stack                       ^
   npm ERR! gyp ERR! stack SyntaxError: invalid syntax
   npm ERR! gyp ERR! stack
   npm ERR! gyp ERR! stack     at ChildProcess.exithandler 
(node:child_process:399:12)
   npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:520:28)
   npm ERR! gyp ERR! stack     at maybeClose 
(node:internal/child_process:1092:16)
   npm ERR! gyp ERR! stack     at Process.ChildProcess._handle.onexit 
(node:internal/child_process:302:5)
   ```


-- 
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]

Reply via email to