Wolle
Wolle
Kann sein, dass es existiert, aber in einer falschen virtuellen Umgebung
Probably "rich" is installed here: `~/.platformio/penv/lib/python3.12/site-packages ` and is missing here: `~/.platformio/penv/.espidf-5.4.1/lib/python3.12/site-packages` try this `~/.platformio/penv/.espidf-5.4.1/bin/pip install rich` or this `~/.platformio/penv/.espidf-5.4.1/bin/python -m pip install rich` this is for Linux, in other...
I think the previous pioarduino version does without "rich". Arduino 3.1.3 IDF 5.3.2 platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13-1/platform-espressif32.zip I had the same problem, but was able to install Python-rich.
This will probably be the error message: ` File "/home/wolle/.platformio/penv/.espidf-5.4.1/lib/python3.12/site-packages/kconfiglib/report.py", line 29, in from rich import print as rprint ModuleNotFoundError: No module named 'rich' CMake Error at /home/wolle/.platformio/packages/framework-espidf/tools/cmake/kconfig.cmake:209 (message) `...
If it does not work manually, then search for the folder `.platformio` This is located in c:\User\UserName\ All files and folders are deleted there. Then everything is set up again...
1) Open the bash terminal in VSCode. 2. ```cd ~``` 3. ```` source ~/.platformio/penv/.espidf-5.4.1/bin/activate pip install rich ```` 
This is different in your case. It is not missing` rich` but `grabRef.cmake` cannot be read, is probably not present. In this case, it may help to delete the build...
If you don't need to use special software that only runs on Windows, Linux is a good choice.
You must have used PlatformIO. https://github.com/platformio/platform-espressif32/issues/1225#issuecomment-2141654957 I tested it yesterday with the Arduino IDE. There is no "263", but sometimes there are DNS problems. If you change the URL several...
Hello @bhpjean, 1. in the event of a timeout when reading the HTTP response header, I have now added a reconnect. I'm not sure if that's what you mean, in...