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
GNU General Public License v3.0
360 stars 64 forks source link

compile Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch3' #128

Closed robvoi closed 1 year ago

robvoi commented 1 year ago

I get the error below when I try to compile the project for an ESP32-S2. I had to add the json for the device to to the .platformio\platforms\ folder. Tried it on my main machine which has an AMD CPU, but I get the same error in my Intel Laptop.

I ased at the platform.io comunity first, but didn't get an answer. I hope you can help. Thanks in advance.

Error: 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'

robvoi commented 1 year ago

OK - found the issue. Having a comment in the platform line in the .ini file doesn't work. Seems thsi was the problem.