-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Priority: High 🗻Issues with high priority which needs to be solved first.Issues with high priority which needs to be solved first.Type: Bug 🐛All bugsAll bugs
Description
Board
ESP32C3
Device Description
EsP32C3-MINI-1 developer board
Hardware Configuration
EsP32C3-MINI-1 developer board
Version
v2.0.6
IDE Name
Arduino 1.latest
Operating System
MacOS latest
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
115200
Description
package below in de 2.0.6 tools is missing.
/packages/esp32/hardware/esp32/2.0.6/tools/gen_insights_package.py': [Errno 2] No such file or directory
Sketch
MinimalDiagnostics example
Debug Message
/Applications/Xcode.app/Contents/Developer/usr/bin/python3: can't open file '/Users/User/Library/Arduino15/packages/esp32/hardware/esp32/2.0.6/tools/gen_insights_package.py': [Errno 2] No such file or directory
Multiple libraries were found for "WiFi.h"
Used: /Users/User/Library/Arduino15/packages/esp32/hardware/esp32/2.0.6/libraries/WiFi
Not used: /Applications/Arduino.app/Contents/Java/libraries/WiFi
Not used: /Users/User/Documents/Arduino/libraries/WiFiNINA
exit status 2
/Applications/Arduino.app/Contents/Java/arduino-builder returned 2
Error compiling for board ESP32C3 Dev Module.
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
Priority: High 🗻Issues with high priority which needs to be solved first.Issues with high priority which needs to be solved first.Type: Bug 🐛All bugsAll bugs
Activity
me-no-dev commentedon Jan 2, 2023
oops... you can grab it from here, but it is a "bug" on our side to not include it in the zip
Fix gen_insights_package.py missing on release
mhendriks commentedon Jan 2, 2023
np, thks for the info and the py file.
Fix gen_insights_package.py missing on release (#7650)
jpsuarezq commentedon Sep 27, 2023
I have the same problem usign ESP32MiniS2 with win10 and Arduino IDE 2.2.1
I'm using RMakerSwitch.ino Example code