Use with pybricks - micropython library
KolosMile opened this issue · 1 comments
KolosMile commented
- ev3dev version: 4.14.117-ev3dev-2.3.5-ev3
- ev3dev-lang-python version: micropython-ev3dev2 2.1.0
python3-ev3dev 1.2.0
python3-ev3dev2 2.1.0
Hello!
I tried to figure out if is there any possibility to use this micropython library with the one, which introduced by Lego, the pybricks-micropython. I have a project written in the pybricks-micropython 2.0 and I tried to use the ev3dev2 module in it like
from ev3dev2.led import Leds
and it throws an error: No module named: ev3dev2. Which is obvious because the pybricks-micropython env not contains this modul. So my question is there any way to use both library in one program?
Thank you in advance for your answer.
KolosMile commented
In the meantime I found the answer. It's not possible because ev3dev2 and pybricks use different version of micropython.