Closed
Description
Basic Infos
- This issue complies with the issue POLICY doc.
- I have read the documentation at readthedocs and the issue is not addressed there.
- I have tested that the issue is present in current master branch (aka latest git).
- I have searched the issue tracker for a similar issue.
- I have filled out all fields below.
Platform
- Hardware: [ESP12]
- Core Version: [2.6.0-dev-nightly+20190315]
- Development Env: [Arduino IDE 1.8.8]
- Operating System: [Windows]
Settings in IDE
- Module: [LOLIN(Wemos) D1 mini r2]
- Flash Size: [4MB/1MB]
- lwip Variant: [|v2 Lower Memory]
- CPU Frequency: [80Mhz]
- Upload Using: [SERIAL]
- Upload Speed: [921600]
Problem Description
Building any sketch I get the error:
"C:\\Users\\Peter\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.6.0-dev-nightly+20190315/tools/python/python.exe": file does not exist
The file python.exe is not in the tools directory within 2.6.0-dev..., it is in the directory
C:\Users\Peter\AppData\Local\Arduino15\packages\esp8266\tools\python
My build steps from Cygwin on Windows 10:
- clone https://github.com/esp8266/Arduino.git
- cd esp8266/package
- ./build_boards_manager_package.sh
- cp package_esp8266com_index.json from versions/2.6.0-dev... to versions/package_esp8266com_index.json
- setup the boardmanager URL in the Arduino-IDE to
http://localhost:8000/versions/package_esp8266com_index.json
- start a local http-server to delever the package to the Arduino-IDE
- start the boardmanager from Arduino tools-menu and download the esp8266 version 2.6.0-dev...
One note: to build step 3, there is jq.exe in version 1.6 necessary
Metadata
Metadata
Assignees
Labels
No labels