Hi Phani,
Am Wed, 18 Apr 2018 14:04:08 -0500 schrieb Phani Siriki <[email protected]>: > root@OpenWrt:~# which pip > /mnt/usb/usr/bin/pip > root@OpenWrt:~# > root@OpenWrt:~# pip > -ash: pip: not found I guess, the lines above show the problem: the pip executable can be found, but its execution fails with "not found". This is a slightly ambiguous message telling you, that either the executable or one its linked libraries is missing. Just run "ldd /mnt/usb/usr/bin/pip" in order to find name of the missing library. Did you adjust the LD_LIBRARY_PATH in order to use libraries installed outside of your root filesystem? Cheers, Lars _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
