David Lechner

Results 1494 comments of David Lechner

The new Python install will have a different site-packages folder so you will need to install python-ev3dev2 there. If the new Python install has a working `pip`, then you can...

Pillow is a binary extension so would have to be compiled when it is installed. I'm guessing the EV3 is probably running out of memory. The only way I know...

Does the EV3 start without an SD card in it? It could be low batteries.

If the LEDs went from blinking orange to solid green, then ev3dev booted. I'm not sure why you wouldn't see anything on the screen though.

Make sure you have everything unplugged from the ports and you have fully charged batteries. If you are still having trouble after that... Are you using `code.pybricks.com` or `beta.pybricks.com`? To...

Hopefully fixed by https://github.com/pybricks/pybricks-code/commit/236ad56148e572170aafd8aae0c2292f140465da

The USB port is 1.1 only so will probably have limited support for any USB displays. You can hack the hardware like this: . But you won't be able to...

It lacks the hardware for proper host mode. But if you force the driver in host mode and use a powered hub it might be able to work.

The apt url needs to be updated. See instructions at https://github.com/ev3dev/ev3dev/issues/1608#issuecomment-1902726546.

The errors mentioned above probably aren't relevant anymore, but this is still a problem. Especially since there are no ARM64 Windows binary wheels (https://github.com/grpc/grpc/issues/39362). My first attempt to build failed...