You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stack-chan/firmware$ npm run doctor
> stack-chan@0.2.1 doctor
>echo stack-chan environment info: && git rev-parse HEAD && git rev-parse --show-toplevel && xs-dev doctor
stack-chan environment info:
1731073f6e39b30b8033938e192fdc71a9d503f6
/home/kurasawa/Projects/stack-chan
Update available: 0.30.4
xs-dev environment info:
CLI Version 0.28.1
OS Linux
Arch x64
Shell /bin/bash
NodeJS Version v20.11.0 (/home/kurasawa/.volta/tools/image/node/20.11.0/bin/node)
Python Version 3.11.4 (/usr/local/bin/python)
Moddable SDK Version 4.1 (/home/kurasawa/.local/share/moddable)
Supported target devices lin, esp32
ESP32 IDF Directory /home/kurasawa/.local/share/esp32/esp-idf
If this is related to an error when using the CLI, please create an issue at "https://github.com/hipsterbrown/xs-dev/issues/new" with the above info.
stack-chan/firmware$ npm run build --target=esp32/m5stack_cores3
> stack-chan@0.2.1 build
> cross-env npm_config_target?=esp32/m5stack cross-env-shell mcconfig -d -m -p \$npm_config_target -t build ./stackchan/manifest_local.json
mcconfig: mod partition of size 0x40000 created from factory app partition
mcconfig: file storage partition of size 0x10000 created from factory app partition
Detecting the Python interpreter
Checking "python" ...
Python 3.11.4
"python" has been detected
Not using an unsupported version of tool openocd-esp32 found in PATH: 0.11.0.
/home/kurasawa/.local/share/esp32/esp-idf/tools/check_python_dependencies.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
The following Python requirements are not satisfied:
pyserial>=3.3
future>=0.15.2
cryptography>=2.1.4
pyparsing>=2.0.3,<2.4.0
pyelftools>=0.22
idf-component-manager~=1.0
gdbgui==0.13.2.0
pygdbmi<=0.9.0.2
python-socketio<5
jinja2<3.1 # See https://github.com/espressif/esp-idf/issues/8760
itsdangerous<2.1
kconfiglib==13.7.1
reedsolo>=1.5.3,<=1.5.4
bitstring>=3.1.6
ecdsa>=0.16.0
construct==2.10.54
To install the missing packages, please run "/home/kurasawa/.local/share/esp32/esp-idf/install.sh"
Diagnostic information:
IDF_PYTHON_ENV_PATH: /home/kurasawa/.espressif/python_env/idf4.4_py3.11_env
Python interpreter used: /home/kurasawa/.espressif/python_env/idf4.4_py3.11_env/bin/python
不具合の概要
Python3.11
をインストールして使用しているUbuntu 22.04
の環境でビルド時にエラーが出る。環境構築まではうまくいっているように見える。
再現手順
npm run build
を実行する想定する挙動
ビルドが成功してスタックチャンに書き込みまでできる、
ログ
npm run build
でエラーが出るスクリーンショット
もしあれば、不具合を説明するためのスクリーンショットや写真を添付してください。
環境
その他
エラー内での以下の提案に従いコマンドを実行してみた
To install the missing packages, please run "/home/kurasawa/.local/share/esp32/esp-idf/install.sh"
提案に従い、
sh /home/kurasawa/.local/share/esp32/esp-idf/install.sh
を実行The text was updated successfully, but these errors were encountered: