-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 13.2.0+20240530' requirements for your system 'darwin_arm64' #144
Comments
Hi @Kanzll, I tried compiling this project on Linux, and apart from dependency version errors causing the build to fail, I did not encounter the |
Hello @Lzw655, |
I was able to reproduce this issue. May I confirm if you are intending to use Arduino as the framework? Also, could you specify the target ESP chip model? |
Yes, I use Arduino framework, the chip model is esp32s3. (Board: Waveshare ESP32-S3-Touch-LCD-5B ) |
Hi @Kanzll, Please try to modify the platformio.ini file as follows, then the project can be compiled success in my test.
|
Hello @Lzw655,
Other error with
Thank you ! |
Sorry, I can't reproduce this issue now; it seems related to Git and network conditions. |
Hello @Lzw655, |
This is not a standard URL. The 'high_perf/v3.0.3' is a branch's name and the section is a format for PlatformIO. |
With this URL I got always |
Oh, I'm really sorry for that. The repository |
Thank you for your help @Lzw655 ! |
You are welcome! Can your board work well? |
Hello,
Unable to compile the platformIO example, with all versions (@5.1 and even the latest).
here is the complete OUTPUT:
I am on vscode with PlatformIO on os x (15.1.1)
Thank you
The text was updated successfully, but these errors were encountered: