walthowd / husbzb-firmware

Nortek GoControl HUSBZB-1 / EM3581 Firmware update image
GNU General Public License v3.0
246 stars 40 forks source link

/usr/bin/env: 'python': No suck file or directory #54

Open Tical84 opened 1 year ago

Tical84 commented 1 year ago

After following all of the steps down to running ./ncp.py scan I get this error message. I'm trying as root, installed all prerequisite dependencies from what I can tell. I also found an alternate ncp.py file on another site and gave that a try and got "permission denied" so I went back to the included one.

I'm new on Linux, but can work my way through most things.

stamandr commented 1 year ago

Same issue for me as well...

root@Deb11:~# ./ncp.py scan bash: ./ncp.py: Permission denied

MattWestb commented 1 year ago

Use sudo then the user dont have access to the comports like the root is having or adding the rights tithe user.

stamandr commented 1 year ago

I'm already logged on as root root@Deb11

MattWestb commented 1 year ago

For some reason you have not exec rights on the file ./ncp.py perhaps no execute flag sett on it ?

shilllabs commented 9 months ago

Had the same issue. I needed to add a sym link,

sudo ln -s /usr/bin/python3 /usr/bin/python