Skip to content

python.exe": file does not exist #5881

Closed
@Juppit

Description

@Juppit

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:

  1. clone https://github.com/esp8266/Arduino.git
  2. cd esp8266/package
  3. ./build_boards_manager_package.sh
  4. cp package_esp8266com_index.json from versions/2.6.0-dev... to versions/package_esp8266com_index.json
  5. setup the boardmanager URL in the Arduino-IDE to http://localhost:8000/versions/package_esp8266com_index.json
  6. start a local http-server to delever the package to the Arduino-IDE
  7. 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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions