platformio / platformio-core-installer

PlatformIO Core Installer
https://docs.platformio.org/en/latest/core/installation/index.html
Apache License 2.0
82 stars 50 forks source link

Installation Manager #3173

Open fxatNavVis opened 3 months ago

fxatNavVis commented 3 months ago

wanted to run it inside docker container. got this

%23 Description of problem Leave a comment...

BEFORE SUBMITTING, PLEASE SEARCH FOR DUPLICATES IN

[notice] A new release of pip is available: 23.0.1 -> 24.0 [notice] To update, run: python -m pip install --upgrade pip ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device: '/home/vscode/.platformio/penv/lib/python3.8/site-packages/wheel'

[notice] A new release of pip is available: 23.0.1 -> 24.0 [notice] To update, run: python -m pip install --upgrade pip ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device: '/home/vscode/.platformio/.cache/tmp/.piocore-installer-g6m0mzfh/pip-unpack-hnd2or21'

[notice] A new release of pip is available: 23.0.1 -> 24.0 [notice] To update, run: python -m pip install --upgrade pip Error: Could not install PlatformIO Core: Command '['/home/vscode/.platformio/penv/bin/python', '-m', 'pip', 'install', '-U', 'platformio']' returned non-zero exit status 1. -> Installer version: 1.2.2 Platform: Linux-6.4.16-linuxkit-aarch64-with-glibc2.34 Python version: 3.8.18 (default, Feb 13 2024, 10:06:52) [GCC 12.2.0] Python path: /usr/local/bin/python3 Creating a virtual environment at /home/vscode/.platformio/penv Updating Python package manager (PIP) in the virtual environment Requirement already satisfied: pip in /home/vscode/.platformio/penv/lib/python3.8/site-packages (23.0.1) Collecting pip Using cached pip-24.0-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 23.0.1 Uninstalling pip-23.0.1: Successfully uninstalled pip-23.0.1 Rolling back uninstall of pip Moving to /home/vscode/.platformio/penv/bin/pip from /home/vscode/.platformio/.cache/tmp/.piocore-installer-g6m0mzfh/pip-uninstall-5qs_k013/pip Moving to /home/vscode/.platformio/penv/bin/pip3 from /home/vscode/.platformio/.cache/tmp/.piocore-installer-g6m0mzfh/pip-uninstall-5qs_k013/pip3 Moving to /home/vscode/.platformio/penv/bin/pip3.8 from /home/vscode/.platformio/.cache/tmp/.piocore-installer-g6m0mzfh/pip-uninstall-5qs_k013/pip3.8 Moving to /home/vscode/.platformio/penv/lib/python3.8/site-packages/pip-23.0.1.dist-info/ from /home/vscode/.platformio/penv/lib/python3.8/site-packages/~ip-23.0.1.dist-info Moving to /home/vscode/.platformio/penv/lib/python3.8/site-packages/pip/ from /home/vscode/.platformio/penv/lib/python3.8/site-packages/~ip Collecting pip Using cached pip-24.0-py3-none-any.whl.metadata (3.6 kB) Collecting wheel Using cached wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB) Downloading pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 3.3 MB/s eta 0:00:00 Downloading wheel-0.43.0-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 5.0 MB/s eta 0:00:00 Installing collected packages: wheel, pip Virtual environment has been successfully created! Installing PlatformIO Core Collecting platformio Using cached platformio-6.1.14.tar.gz (238 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting bottle==0.12. Using cached bottle-0.12.25-py3-none-any.whl (90 kB) Collecting click<9,>=8.0.4 Using cached click-8.1.7-py3-none-any.whl (97 kB) Collecting colorama Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting marshmallow==3. Using cached marshmallow-3.21.1-py3-none-any.whl (49 kB) Collecting pyelftools<1,>=0.27 Using cached pyelftools-0.31-py3-none-any.whl (180 kB) Collecting pyserial==3.5.*

at /home/vscode/.vscode-server/extensions/platformio.platformio-ide-3.3.3-linux-arm64/node_modules/platformio-node-helpers/dist/index.js:1:5261
at ChildProcess.i (/home/vscode/.vscode-server/extensions/platformio.platformio-ide-3.3.3-linux-arm64/node_modules/platformio-node-helpers/dist/index.js:1:4559)
at ChildProcess.emit (node:events:514:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1091:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)