07-19-2019 08:26 AM
Hi all,
I wish to perform an install of Python 3.6 (in order to run tensorflow) to the MyRio LinuxRt directly from scratch. up to know i did not install any python versions. so far i just perform to connect with my device throught putty :/. which steps should i follow?
thanks in advance
07-19-2019 09:38 AM - edited 07-19-2019 09:42 AM
Hi hozcan,
I recommend reading through the documentation on these forums. The FAQ is a good place to start.
(Hint: Your question is already there.)
EDIT: Ah, just saw that you specifically need python 3.6. I'm not sure we have that in our repo, but you should be able to install it as you would on any Linux system that doesn't have the software in its repo. That being said, I believe both 2.7 and 3.5 are in the 2019 repo.
07-24-2019 08:12 AM - edited 07-24-2019 08:13 AM
Hi @GatorBait,
thanx for your help. unfortunately not, to another MyRio device, we installed with the below command and it just installed python2.7 however tensorflow does not supported by that version.
sed -i 's#nickdanger\.amer\.corp\.natinst\.com/feeds/\([^/]\+\)/\([^/]\+\)/#download.ni.com/ni-linux-rt/feeds/\1/\2/ipk/#' /etc/opkg/base-feeds.conf
opkg update
opkg install python-pip
07-24-2019 09:27 AM
Hi hozcan,
Thanks,
Andy
National Instruments
07-24-2019 11:11 AM
thanx for your help..
I already started on the new MyRio no python installed so far and using Labview 2018 and NI MyRio firmware seems as 6.0.0f1. OS is (NI Linux Real-Time ARMv7-A 4.9.47-rt37-ni-6.0.0f1). Can you suggest me the feed for that ?
Also one more question, probably a silly one :), Can i use RT module by skipping Labview and directly work my python code on Rt module?
Thanx in advance