Rob McKenzie

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Python 3 Support #29822
    Rob McKenzie
    Participant

    Ok, I was able to finally get pip3 installed using the following steps. I am not sure that all of the individual “opkg install python3-…” steps were necessary because it looks like “opkg install python3-modules” installs all of them, but whatever.

    After running the following commands, I can now use the pip3 installer.

    
    opkg update
    opkg install python3
    opkg install python3-pkgutil
    opkg install python3-shell
    opkg install python3-logging
    opkg install python3-argparse
    opkg install python3-distutils
    opkg install python3-subprocess
    opkg install python3-http
    opkg install python3-modules
    wget https://bootstrap.pypa.io/get-pip.py
    python3 get-pip.py
    export PATH=$PATH:/usr/bin
    
    in reply to: Python 3 Support #29821
    Rob McKenzie
    Participant

    Hi,

    I, too, am not able to figure out how to install pip3. Has anyone found a way to do it?

Viewing 2 posts - 1 through 2 (of 2 total)