Replies: 5 comments
-
This file 'only' import neopixel.. and is inside ports/esp32/modules |
Beta Was this translation helpful? Give feedback.
-
Did you find a solution to this? |
Beta Was this translation helpful? Give feedback.
-
It may be that mpy-cross is missing. Did you build it before? |
Beta Was this translation helpful? Give feedback.
-
I suggest to give mpbuild a try as that removes the hassle of setting up the toolchain and the correct IDFs.
If you need a specific IDF version , then you can try that after you have your first successful 'default' build |
Beta Was this translation helpful? Give feedback.
-
@robert-hh I have mpy-cross built, @Josverl I am using a custom board so I can't use a generic one Here is my build output: This is the repo that is being built: Note I am building this on Macbook Pro M1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm working on macOS 14.0 / IDF 5.0.2.
When I do compile v21 of Micropython for ESP32S2 (or for ESP32), I do get this error :
If I get rid of the apa106.py file, the compilation gets stuck at :
The specific steps I do take are :
It's the second time I try to compile Micropython. The first time was a year or 2 ago, and it went flawlessly. This time I really don't know what to do.
Any help would be appreciated.
Cheers,
François.
Beta Was this translation helpful? Give feedback.
All reactions