Closed hashworks closed 7 years ago
Hi, @dlech probably redirected you to https://github.com/rhempel/ev3dev-lang-python/ since this needs to be ported to stretch first before I can port. For now you will need to use Jessie if you want to use open-roberta and/or python.
Nah, he send me here :) But I'll open an issue there.
@hashworks it is a known issue. We just released a ev3dev-lang-python-1.0 and will do the breaking changes afterwards.
The image stuff needs more work since we support 2bit modes on stretch. I need to find a way to detect those.
Please try the 2017-11-01 ev3dev-stretch snapshot. There have been a number of fixes in ev3dev-lang-python. https://oss.jfrog.org/artifactory/list/oss-snapshot-local/org/ev3dev/brickstrap/
Tested yesterday with 2017-11-01, works for me. Thanks!
I'm using images that descend from the ev3dev-stretch-ev3-generic docker builds on ev3 bricks.
When starting robertlab I get a
File not found
error since it tries to use/dev/input/by-path/platform-gpio-keys.0-event
, which apperently got replaced by/dev/input/by-path/platform-gpio_keys-event
. Since both linked to/dev/input/event0
I can simply add that file, but then I get another error:I asked @dlech about it who told me that
OpenRoberta/ev3dev-lang-python
hasn't been updated for stretch yet and redirected me here.