Python 3 Support
- This topic has 7 replies, 7 voices, and was last updated 1 year, 4 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › Python 3 Support
Hi,
Is there a way to install python 3 (and pip3 obviously) on the conduit? Does anyone know if there is an ETA when conduit will come with Python 3?
Thanks!
Diego
Python 3 will be installable from feeds in mLinux 4.
Default will be 2.7.12.
Release date is currently end of June, but that has been a moving target.
Any update regarding Python 3 on mLinux 4?
Jostein,
Python 3 can be installed from the feeds. Python and a large number of modules are available for mLinux 4.0.1 at:
http://www.multitech.net/mlinux/feeds/4.0.1/arm926ejste/
Jeff
Hi,
Can anyone explain, please, how to install pip3?
Thank you.
Hi,
I, too, am not able to figure out how to install pip3. Has anyone found a way to do it?
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
Hi,
sudo opkg install python3-pip is working