cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1285
Views
5
Helpful
5
Replies

Installation script failure when installing NSO

jeyriku
Level 1
Level 1

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

 

1 Accepted Solution

Accepted Solutions

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 ?

View solution in original post

5 Replies 5

Nabsch
Spotlight
Spotlight

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.

 

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,

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 ?

Hello,

I have executed python --version getting 3.10.4

But still getting same error.

jeyriku
Level 1
Level 1

Thanks again for your help @Nabsch !! Have a great day !