-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/bin/env: 'python': No suck file or directory #54
Comments
Same issue for me as well... root@Deb11:~# ./ncp.py scan |
Use sudo then the user dont have access to the comports like the root is having or adding the rights tithe user. |
I'm already logged on as root root@Deb11 |
For some reason you have not exec rights on the file |
Had the same issue. I needed to add a sym link, sudo ln -s /usr/bin/python3 /usr/bin/python |
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.
The text was updated successfully, but these errors were encountered: