Thank you for your responses. I am sorry,  I made a mistake.  Yes,  I refer to 
Python software. 
I am a beginner,  and I would like to learn python to write basic programs in 
the Beaglebone board. 
I need to handle its analog /digital  inputs and outputs for a telemetry 
project .
I read about programing software and I believe Python is easy to begin to learn 
If I understood Well your explanation , for now I should use python 3. 5 and 
ubuntu for my projects. Is it correct? 
I apologize if I make mistake  but my native language is spanish


Regards 



Enviado desde mi Samsung Mobile de Claro-------- Mensaje original --------De: 
Dennis Lee Bieber <[email protected]> Fecha: 8/22/2018  11:24  (GMT-05:00) 
A: [email protected] Asunto: [beagleboard] Re: Phypton for 
Beaglebone 
On Wed, 22 Aug 2018 07:20:54 -0700 (PDT),
[email protected] declaimed the
following:

>Hello
>
>Can the beaglebone support the phypton 3.7

        You seem to keep asking this (and have yet to correctly spell PYTHON).
The June 2018 image comes with

debian@beaglebone:~$ uname -a
Linux beaglebone 4.14.49-ti-r54 #1 SMP PREEMPT Fri Jun 15 22:14:13 UTC 2018
armv7l GNU/Linux
debian@beaglebone:~$ python --version
Python 2.7.13
debian@beaglebone:~$ python3 --version
Python 3.5.3
debian@beaglebone:~$

        Python 3.7 was only released June 27 2018 -- that is almost two weeks
AFTER the
http://debian.beagleboard.org/images/bone-debian-9.4-lxqt-armhf-2018-06-17-4gb.img.xz
image was built. Python 3.5.3 was released January 17 2017 -- I estimate
3.7 will show up on Debian sometime in late 2019.

        According to https://packages.debian.org/search?keywords=python3.7 it
is currently in the testing release of "Buster", which will be the next
major Debian release. 3.6 is also in testing. Neither have been
"back-ported" to "Stretch" (which is the current OS release).

        Debian is not known for "bleeding edge" applications. Their goal is to
only release well-tested/stable applications.

        Ubuntu is known for bleeding edge, and looking at its package list
https://packages.ubuntu.com/search?keywords=python3.7 18.04LTS (bionic) has
a /beta/ release of Python 3.7, a formal release of 3.7 won't appear on it
for some time.  The current 16.04LTS is running 3.5, and 18.04LTS has
non-beta Python 3.6. 

        So -- not even Ubuntu currently provides what you are asking.

        If you want something newer on Debian, you will likely have to build it
yourself, from sources. Otherwise you will have to wait for Debian Buster
to be released, followed by the creation of images for the Beaglebone
(which will likely be a few months more after Debian release date). You
might be able to use the instructions at
https://www.scivision.co/compile-install-python-beta-raspberry-pi/ in order
to build your own Python release on the BBB, since both currently run
variations of Debian Stretch (note: at the time of that page, 3.7 was only
in beta; you'd now get the release source files). Do expect the process
time to be longer on the BBB, and make sure you are running on a large SD
card for all the scratch files that will be generated.



-- 
        Wulfraed                 Dennis Lee Bieber         AF6VN
        [email protected]    HTTP://wlfraed.home.netcom.com/ 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/ep0rnd52f2lkvh382ncur4n04en3c414a0%404ax.com.
For more options, visit https://groups.google.com/d/optout.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/m2ymbdndk7l8tqr5r1g9xrwy.1534965218033%40email.android.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to