Hello Phani,

Am Wed, 18 Apr 2018 18:14:28 -0500
schrieb Phani Siriki <yvsg.pha...@gmail.com>:

> root@OpenWrt:~# ldd /mnt/usb/usr/bin/pip
> -ash: /mnt/usb/usr/bin/pip: not found
> root@OpenWrt:~# ls -l /mnt/usb/usr/bin/pip
> -rwxr-xr-x    1 root     root           284 Sep  9  2015 /mnt/usb/usr/bin/pip

another possible cause for the above error message could be a wrong shebang
(the first line in a script indicating its interpreter).
Usually this would expose a different error message - but maybe these
messages are simplified in busybox.

If the shebang is fine, you will need to find another reason, why this file
could be non-executable.

btw.: if you really need a full Python environment (incl. third-party modules),
then maybe an embedded environment like OpenWrt could turn out to complicate
this task a bit too much. Could micropython be an option instead? Or a
distribution that is not targeted at embedded devices?

Cheers,
Lars
_______________________________________________
openwrt-users mailing list
openwrt-users@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to