Platformio-atom-ide-terminal: Cannot install Platformio-ide-terminal on Atom 1.53.0 - Windows 10

Created on 25 Nov 2020  路  4Comments  路  Source: platformio/platformio-atom-ide-terminal

  • [x ] I have reset Atom to defaults prior to submitting report.
  • [ ] I have not reset Atom to defaults prior to submitting report.

Description


When I try to install platformio-ide-terminal on Atom (v 1.53.0) under Packages, the install button keeps loading. I then close Atom and try to install on Command Prompt, using "apm install platformio-ide-terminal" command. The following error shows after failure to install:

"failed

[email protected] install C:\Users\pierc\AppData\LocalTempapm-install-dir-20201025-14396-tu4hdr.7qvbnnode_modules\platformio-ide-terminalnode_modulesnode-pty-prebuilt-multiarch
prebuild-install || node scripts/install.js

C:\Users\pierc\AppData\LocalTempapm-install-dir-20201025-14396-tu4hdr.7qvbnnode_modules\platformio-ide-terminalnode_modulesnode-pty-prebuilt-multiarch>if not defined npm_config_node_gyp (node "C:\Users\pierc\AppData\Localatomapp-1.53.0\resourcesappapmnode_modulesnpmnode_modulesnpm-lifecyclenode-gyp-bin\....node_modulesnode-gyp\binnode-gyp.js" rebuild ) else (node "C:\Users\pierc\AppData\Localatomapp-1.53.0\resourcesappapmnode_modulesnpmnode_modulesnode-gyp\binnode-gyp.js" rebuild )

prebuild-install WARN install No prebuilt binaries found (target=6.1.12 runtime=electron arch=x64 libc= platform=win32)
gyp ERR! find Python
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON
gyp ERR! find Python checking if "python" can be used
gyp ERR! find Python - "python" is not in PATH or produced an error
gyp ERR! find Python checking if "python2" can be used
gyp ERR! find Python - "python2" is not in PATH or produced an error
gyp ERR! find Python checking if "python3" can be used
gyp ERR! find Python - "python3" is not in PATH or produced an error
gyp ERR! find Python checking if the py launcher can be used to find Python 2
gyp ERR! find Python - "py.exe" is not in PATH or produced an error
gyp ERR! find Python checking if Python is C:\Python27\python.exe
gyp ERR! find Python - "C:\Python27\python.exe" could not be run
gyp ERR! find Python checking if Python is C:\Python37\python.exe
gyp ERR! find Python - "C:\Python37\python.exe" could not be run
gyp ERR! find Python
gyp ERR! find Python ******************
gyp ERR! find Python You need to install the latest version of Python.
gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
gyp ERR! find Python you can try one of the following options:
gyp ERR! find Python - Use the switch --python="C:\PathTo\python.exe"
gyp ERR! find Python (accepted by both node-gyp and npm)
gyp ERR! find Python - Set the environment variable PYTHON
gyp ERR! find Python - Set the npm configuration variable python:
gyp ERR! find Python npm config set python "C:\PathTo\python.exe"
gyp ERR! find Python For more information consult the documentation at:
gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
gyp ERR! find Python ******************
gyp ERR! find Python
gyp ERR! configure error
gyp ERR! stack Error: Could not find any Python installation to use
gyp ERR! stack at PythonFinder.fail (C:\Users\pierc\AppData\Localatomapp-1.53.0\resourcesappapmnode_modulesnpmnode_modulesnode-gyplib\find-python.js:307:47)
gyp ERR! stack at PythonFinder.runChecks (C:\Users\pierc\AppData\Localatomapp-1.53.0\resourcesappapmnode_modulesnpmnode_modulesnode-gyplib\find-python.js:136:21)
gyp ERR! stack at PythonFinder. (C:\Users\pierc\AppData\Localatomapp-1.53.0\resourcesappapmnode_modulesnpmnode_modulesnode-gyplib\find-python.js:225:16)
gyp ERR! stack at PythonFinder.execFileCallback (C:\Users\pierc\AppData\Localatomapp-1.53.0\resourcesappapmnode_modulesnpmnode_modulesnode-gyplib\find-python.js:271:16)
gyp ERR! stack at exithandler (child_process.js:297:5)
gyp ERR! stack at ChildProcess.errorhandler (child_process.js:309:5)
gyp ERR! stack at ChildProcess.emit (events.js:200:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12)
gyp ERR! stack at onErrorNT (internal/child_process.js:456:16)
gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:84:9)
gyp ERR! System Windows_NT 10.0.19041
gyp ERR! command "C:\Users\pierc\AppData\Local\atom\app-1.53.0\resources\app\apm\bin\node.exe" "C:\Users\pierc\AppData\Local\atom\app-1.53.0\resources\app\apm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\pierc\AppData\LocalTempapm-install-dir-20201025-14396-tu4hdr.7qvbnnode_modules\platformio-ide-terminalnode_modulesnode-pty-prebuilt-multiarch
gyp ERR! node -v v12.4.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\pierc\AppData\LocalTempapm-install-dir-20201025-14396-tu4hdr.7qvbnpackage.json'
npm WARN apm-install-dir-20201025-14396-tu4hdr.7qvbn No description
npm WARN apm-install-dir-20201025-14396-tu4hdr.7qvbn No repository field.
npm WARN apm-install-dir-20201025-14396-tu4hdr.7qvbn No README data
npm WARN apm-install-dir-20201025-14396-tu4hdr.7qvbn No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: prebuild-install || node scripts/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pierc.atom.apm_logs\2020-11-25T20_01_24_688Z-debug.log"

Steps to reproduce


1.
2.
3.

Expected behavior:
Plugin to install on Atom and package to appear under packages folder in .atom directory

Actual behavior:
Error appears when trying to install and fails.

Reproduces how often:
100%

Versions

> atom --version

 Atom    : 1.53.0
Electron: 6.1.12
Chrome  : 76.0.3809.146
Node    : 12.4.0

> apm --version

OS name and version:

Windows 10

Platformio-ide-terminal version:

Platformio-ide-terminal 2.10.0

Additional Information

Most helpful comment

This package is no longer maintained. Please uninstall platformio-ide-terminal and install either terminus or x-terminal

All 4 comments

This package is no longer maintained. Please uninstall platformio-ide-terminal and install either terminus or x-terminal

Thanks for this info... THis is big help 馃憤

This package is no longer maintained. Please uninstall platformio-ide-terminal and install either terminus or x-terminal

This helped me alot

Was this page helpful?
0 / 5 - 0 ratings