Broken `python3-pip` in RUTX11

Hi all,

So I successfully installed python3-pip from opkg:

root@RUTX11-3:~# opkg -e /etc/opkg/openwrt/distfeeds.conf update
root@RUTX11-3:~# opkg -e /etc/opkg/openwrt/distfeeds.conf install python3-pip

After trying to upgrade python and pip, I think pip is broken…

root@RUTX11-3:~# pip install --upgrade pip
root@RUTX11-3:~# pip
-ash: pip: not found
root@RUTX11-3:~# opkg -e /etc/opkg/openwrt/distfeeds.conf install python3-pip
Package python3-pip (22.0.4-1) installed in root is up to date.
root@RUTX11-3:~# pip
 -ash: pip: not found

Hello,

I was able to successfully install pip using 07.06.5:


Perhaps you could try removing it and re-installing it again?
If that does not help, could you clarify if any of the pip files exist in /usr/bin directory?

Best regards,

This topic was automatically closed after 15 days. New replies are no longer allowed.