05-09-2022 09:51 PM
Hi Team,
I am facing an issue when trying to install NSO:
sh nso-5.7.1.darwin.x86_64.signed.bin 06:42:11 Unpacking... Verifying signature... nso-5.7.1.darwin.x86_64.signed.bin: line 81: python: command not found nso-5.7.1.darwin.x86_64.signed.bin: line 90: python: command not found ERROR ERROR Failed to perform signature verification. ERROR Verification requires Python version 2.7.4 or later. ERROR
It looks like my system is not able to point out the correct version of python to be used by the SH script.
Thanks in advance for your help !
Kind Regards,
Jerems
Solved! Go to Solution.
05-10-2022 11:31 PM
You can create a symbolic link it would be better. If you use another user it will work.
You got this error message because the script was able to find python executable in your PATH.
line 81: python: command not found
Can you mark it as solved ?
05-10-2022 05:31 AM - edited 05-10-2022 05:31 AM
Hello,
Can you execute the command and put the output .
python --version
You need at least python 2.7.4
Verification requires Python version 2.7.4 or later.
05-10-2022 11:22 PM
Hi @Nabsch,
Thank you so much for commenting my post !
~ ❯ python --version
Python 3.9.12
Just to let you know that i've created an alias :
python=python3
Thanks in advance for your help !
Jerems,
05-10-2022 11:31 PM
You can create a symbolic link it would be better. If you use another user it will work.
You got this error message because the script was able to find python executable in your PATH.
line 81: python: command not found
Can you mark it as solved ?
08-23-2022 05:54 AM
Hello,
I have executed python --version getting 3.10.4
But still getting same error.
05-10-2022 11:40 PM
Thanks again for your help @Nabsch !! Have a great day !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide