ev3dev / ev3dev-lang-python

Pure python bindings for ev3dev
MIT License
428 stars 145 forks source link

Debian package release #655

Closed dlech closed 5 years ago

dlech commented 5 years ago

Sorry for the short notice, but it would be great if we could get a new debian package released by this weekend (2019-08-18). I would like to create a new SD card image that will become the main download (after some testing of course).

WasabiFan commented 5 years ago

Agreed, and will-do. I'm returning from China tomorrow and intend to test all the new stuff out and publish a release. From here my Internet connection is inconsistent and I don't have easy access to my packaging VM so I've been putting it off until I'm back.

WasabiFan commented 5 years ago

FYI -- I'm actively working on this and should have the package published before I go to sleep tonight.

EZ312 commented 5 years ago

Will it include the MoveTank.follow_line. I have troubles to use that in the latest debian package (5/30)

WasabiFan commented 5 years ago

@dlech I've published the package and done a cursory test.

@EZ312 Yes, that is included for the first time in this release. To upgrade, run sudo apt update && sudo apt install python3-ev3dev2 micropython-ev3dev2. Let us know how it works!

bpmerkel commented 5 years ago

I updated my EV3 this morning and found that console.mpy and stopwatch.mpy didn't make it into /usr/lib/micropython/ev3dev2... so found those files were missing from the debian/rules makefile. PR now awaits you... and perhaps another release (before David builds a new image!?)

-- Brady P. Merkel brady@merkel.net Go Gators! --;==;<

On Sun, Aug 18, 2019 at 3:21 AM Kaelin Laundry notifications@github.com wrote:

@dlech https://github.com/dlech I've published the package and done a cursory test.

@EZ312 https://github.com/EZ312 Yes, that is included for the first time in this release. To upgrade, run sudo apt update && sudo apt install python3-ev3dev2 micropython-ev3dev2. Let us know how it works!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ev3dev/ev3dev-lang-python/issues/655?email_source=notifications&email_token=ABIORK3VRM7R6ARWXQVHDHTQFDZ6HA5CNFSM4ILL5RR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4Q2FPI#issuecomment-522298045, or mute the thread https://github.com/notifications/unsubscribe-auth/ABIORK6AWRNIUJKCZAUNEKTQFDZ6HANCNFSM4ILL5RRQ .

EZ312 commented 5 years ago

Our group just started using Python3 and we use this place to get the image: https://oss.jfrog.org/list/oss-snapshot-local/org/ev3dev/brickstrap/ . I didn't see a new build yet. To run sudo apt update && sudo apt install python3-ev3dev2 micropython-ev3dev2, I assume we need the EV3 connected to the internet, and we can use putty to upgrade? We are pretty new to this and is there some doc can help us? Thanks

WasabiFan commented 5 years ago

Ah yes, sorry @EZ312 — that would require internet access. We have guides here: https://www.ev3dev.org/docs/networking/

You would run those commands via PuTTY or via the SSH terminal in vscode, after getting internet access.

Otherwise, if you wait a few days @dlech will publish a new image which you can flash onto your SD card that includes the new library. So if you don't want to deal with getting connected to the internet you can just wait a few days and reflash your card.

If you have further questions please open a new issue so we can keep it separate from this one.

bpmerkel commented 5 years ago

Hey @EZ312 . The Seshan Brothers (of ev3lessons.com fame) have published a walkthrough presentation to get set up. See https://drive.google.com/open?id=1glQM_AN2_KDCzN0LXghCGTtaM3dpW5Gr. For great code examples, check out the links from the repo's home page as well as the FAQ.

WasabiFan commented 5 years ago

2.0.0-beta5 version with uPy fix released to archives and PyPi.

bpmerkel commented 5 years ago

Just validated beta5 on my EV3... I see console.mpy and stopwatch.mpy now up-to-date. w00t!

When do the docs get re-rendered and deployed? I still see beta3 deployed: https://python-ev3dev.readthedocs.io/en/ev3dev-stretch/spec.html

-- Brady P. Merkel brady@merkel.net Go Gators! --;==;<

On Sun, Aug 18, 2019 at 2:57 PM Kaelin Laundry notifications@github.com wrote:

2.0.0-beta5 version with uPy fix released to archives and PyPi.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ev3dev/ev3dev-lang-python/issues/655?email_source=notifications&email_token=ABIORKZ2L64ZLB7CHWCLFQTQFGLRLA5CNFSM4ILL5RR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4RF5VQ#issuecomment-522346198, or mute the thread https://github.com/notifications/unsubscribe-auth/ABIORK3BABUJS5FKJQMWX6DQFGLRLANCNFSM4ILL5RRQ .

WasabiFan commented 5 years ago

When do the docs get re-rendered and deployed? I still see beta3 deployed:

rTD needed some prodding, apparently. I've manually re-triggered a build and while I was at it I fixed some defaults that pointed to the old jessie branch.