Can't compile project for S2

Hi,

I’m trying to compile this project: GitHub - Romkabouter/ESP32-Rhasspy-Satellite: The repo has implementing an esp32 standalone MQTT audio streamer. Is is desinged to work as a satellite for Rhasspy (https://rhasspy.readthedocs.io/en/latest/). It supports multiple devices
I can compile it for a esp32dev board.
But when compiling for a lolin_s2_mini I get the error below.
Is there anything I can do to compile it on my AMD machine?

Thanks for any advise!

Error:
Resolving esp32dev dependencies…

Tool Manager: Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3

Error: Could not find the package with ‘espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3’ requirements for your system ‘windows_amd64’

did you find any solutions, same problem i have ):

Yes. I had a comment in the plattform line behind the “espressif32”. Didn’t seem to like it.
Copy pased a fresh “platform = espressif32” with no comments - then it worked.

This package that the fixed platform version is referencing indeed does not exist anymore.

Maybe Espressif deleted it? Can you file a bug in Issues · platformio/platform-espressif32 · GitHub?