pypilot / tinypilot

tinycore linux based distribution for raspberry pi to run pypilot
15 stars 6 forks source link

Tinypilot compile service #3

Open marcobergman opened 1 year ago

marcobergman commented 1 year ago

Precompiled pypilot.tcz images to replace the one on the tinypilot image, for fast-n-easy upgrading of the pypilot version.

Seems to work. Ref. https://forum.openmarine.net/showthread.php?tid=4403&pid=24833#pid24833

marcobergman commented 1 year ago

These files for 26-JAN-2023 version 0.36 pypilot.tcz.zip

Install with

wget https://github.com/pypilot/tinypilot/files/10511848/pypilot.tcz.zip
[transfer to tinypilot]
unzip pypilot.tcz.zip -d /mnt/mmcblk0p2/tce/optional/

example.txt

marcobergman commented 1 year ago

Actually, it does not work. After downloading tinypilot_2021_11_16.img.xz and installing this pypilot.tgz on it, I get the follwing message:

tc@pypilot:~$ pypilot
autopilot start 3312.162935
falling back to python nonblocking socket, will consume more cpu cannot import name 'linebuffer'
pypilot failed to import required modules.  Did you forget to run sudo python3 setup.py install?

Why is that?

marcobergman commented 1 year ago

This issue also appears when a clean tinypilot_2021_11_16.img.xz image is updated from github.com/pypilot/pypilot and recompiled. See https://forum.openmarine.net/showthread.php?tid=4403&pid=24836#pid24836

marcobergman commented 1 year ago

Attached build log. No errors with regard to compilation of linebuffer.

build.log

seandepagnier commented 1 year ago

I will be releasing a new image shortly.

marcobergman commented 1 year ago

Thx it would be great if this then also would include git https:// helper, because github does no longer support unauthenticated git:// protocol