質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Python

Pythonは、コードの読みやすさが特徴的なプログラミング言語の1つです。 強い型付け、動的型付けに対応しており、後方互換性がないバージョン2系とバージョン3系が使用されています。 商用製品の開発にも無料で使用でき、OSだけでなく仮想環境にも対応。Unicodeによる文字列操作をサポートしているため、日本語処理も標準で可能です。

Q&A

1回答

2254閲覧

platformio-ide-terminal のinstall エラー

Housyo

総合スコア6

Python

Pythonは、コードの読みやすさが特徴的なプログラミング言語の1つです。 強い型付け、動的型付けに対応しており、後方互換性がないバージョン2系とバージョン3系が使用されています。 商用製品の開発にも無料で使用でき、OSだけでなく仮想環境にも対応。Unicodeによる文字列操作をサポートしているため、日本語処理も標準で可能です。

0グッド

0クリップ

投稿2019/07/29 22:27

前提・実現したいこと

初めまして プログラミングを勉強するためにpythonを初めATOmでターミナルを起動するために
platformio-ide-terminalをinstallしようとしましたができませんでした.

発生している問題・エラーメッセージ

Installing “platformio-ide-terminal@2.9.1” failed.Hide output… > node-pty-prebuilt@0.7.6 install /private/var/folders/gs/kgztw02n7d50q4dm9p032y440000gn/T/apm-install-dir-119630-14972-85vg65.zr9gu/node_modules/platformio-ide-terminal/node_modules/node-pty-prebuilt > prebuild-install || node scripts/install.js prebuild-install WARN install Request timed out gyp ERR! configure error gyp ERR! stack Error: Python executable "/Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh" is v3.7.0b1, which is not supported by gyp. gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0. gyp ERR! stack at PythonFinder.failPythonVersion (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/configure.js:501:19) gyp ERR! stack at PythonFinder.<anonymous> (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/configure.js:483:14) gyp ERR! stack at ChildProcess.exithandler (child_process.js:267:7) gyp ERR! stack at emitTwo (events.js:126:13) gyp ERR! stack at ChildProcess.emit (events.js:214:7) gyp ERR! stack at maybeClose (internal/child_process.js:925:16) gyp ERR! stack at Socket.stream.socket.on (internal/child_process.js:346:11) gyp ERR! stack at emitOne (events.js:116:13) gyp ERR! stack at Socket.emit (events.js:211:7) gyp ERR! stack at Pipe._handle.close [as _onclose] (net.js:554:12) gyp ERR! System Darwin 17.7.0 gyp ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--build_v8_with_gn=false" gyp ERR! cwd /private/var/folders/gs/kgztw02n7d50q4dm9p032y440000gn/T/apm-install-dir-119630-14972-85vg65.zr9gu/node_modules/platformio-ide-terminal/node_modules/node-pty-prebuilt gyp ERR! node -v v8.9.3 gyp ERR! node-gyp -v v3.7.0 gyp ERR! not ok npm WARN enoent ENOENT: no such file or directory, open '/private/var/folders/gs/kgztw02n7d50q4dm9p032y440000gn/T/apm-install-dir-119630-14972-85vg65.zr9gu/package.json' npm WARN apm-install-dir-119630-14972-85vg65.zr9gu No description npm WARN apm-install-dir-119630-14972-85vg65.zr9gu No repository field. npm WARN apm-install-dir-119630-14972-85vg65.zr9gu No README data npm WARN apm-install-dir-119630-14972-85vg65.zr9gu No license field. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-pty-prebuilt@0.7.6 install: `prebuild-install || node scripts/install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-pty-prebuilt@0.7.6 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! /Users/◯〇〇/.atom/.apm/_logs/2019-07-29T22_04_39_916Z-debug.log

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

私も同様の問題が発生しました。
環境は
・windows 10 pro 64bit
・Atom 1.39.1 x64

以下ページが参考になりそうでしたので、確認してみてください。
https://qiita.com/nisshy0021/items/6c9f4552f2e7ad1440b6

投稿2019/07/30 01:16

uotas

総合スコア8

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問