-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
i m following the instructions on tasmota, i m running micropython under ubuntu but got some errors :
MicroPython v1.17+ds-1.1ubuntu2 on 2022-03-10; linux version
Use Ctrl-D to exit, Ctrl-E for paste mode
>>> import esp32
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'esp32'
>>> import esp32_ulp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/ouinouin/.micropython/lib/esp32_ulp/__init__.py", line 3, in <module>
File "/home/ouinouin/.micropython/lib/esp32_ulp/preprocess.py", line 3, in <module>
File "/home/ouinouin/.micropython/lib/esp32_ulp/definesdb.py", line 2, in <module>
ImportError: no module named 'btree'
>>> import esp32_ulp
>>> from esp32_ulp import src_to_binary
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'esp32_ulp.src_to_binary'
>>>
are you running this code on another esp32 or directly on your computer ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels