platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
93 stars 62 forks source link

Could not initialize project #5445

Open horaac opened 1 year ago

horaac commented 1 year ago

PIO Core Call Error: "The current working directory /home/horak/work/golf/oled-test will be used for the project.\n\nThe next files/directories have been created in /home/horak/work/golf/oled-test\ninclude - Put project header files here\nlib - Put here project specific (private) libraries\nsrc - Put project source files here\nplatformio.ini - Project Configuration File\nResolving upesy_wroom dependencies...\nAlready up-to-date.\nUpdating metadata for the vscode IDE...\n\n\nError: Processing upesy_wroom (platform: espressif32; board: upesy_wroom; framework: espidf)\n--------------------------------------------------------------------------------\nVerbose mode can be enabled via -v, --verbose option\nCONFIGURATION: https://docs.platformio.org/page/boards/espressif32/upesy_wroom.html\nPLATFORM: Espressif 32 (6.0.1) > uPesy ESP32 Wroom DevKit\nHARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash\nDEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)\nPACKAGES: \n - framework-espidf @ 3.50000.0 (5.0.0) \n - tool-cmake @ 3.16.4 \n - tool-esptoolpy @ 1.40400.0 (4.4.0) \n - tool-ninja @ 1.7.1 \n - toolchain-esp32ulp @ 1.23500.220830 (2.35.0) \n - toolchain-xtensa-esp32 @ 11.2.0+2022r1\n/home/horak/.platformio/penv/.espidf-5.0.0/bin/python: No module named pip\nCalledProcessError: Command '['/home/horak/.platformio/penv/.espidf-5.0.0/bin/python', '-m', 'pip', 'list', '--format=json', '--disable-pip-version-check']' returned non-zero exit status 1.:\n File \"/home/horak/.platformio/penv/lib/python3.10/site-packages/platformio/builder/main.py\", line 187:\n env.SConscript(\"$BUILD_SCRIPT\")\n File \"/home/horak/.platformio/packages/tool-scons/scons-local-4.4.0/SCons/Script/SConscript.py\", line 597:\n return _SConscript(self.fs, *files, subst_kw)\n File \"/home/horak/.platformio/packages/tool-scons/scons-local-4.4.0/SCons/Script/SConscript.py\", line 285:\n exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)\n File \"/home/horak/.platformio/platforms/espressif32/builder/main.py\", line 312:\n target_elf = env.BuildProgram()\n File \"/home/horak/.platformio/packages/tool-scons/scons-local-4.4.0/SCons/Util.py\", line 737:\n return self.method(*nargs, *kwargs)\n File \"/home/horak/.platformio/penv/lib/python3.10/site-packages/platformio/builder/tools/piobuild.py\", line 60:\n env.ProcessProgramDeps()\n File \"/home/horak/.platformio/packages/tool-scons/scons-local-4.4.0/SCons/Util.py\", line 737:\n return self.method(nargs, kwargs)\n File \"/home/horak/.platformio/penv/lib/python3.10/site-packages/platformio/builder/tools/piobuild.py\", line 120:\n env.BuildFrameworks(env.get(\"PIOFRAMEWORK\"))\n File \"/home/horak/.platformio/packages/tool-scons/scons-local-4.4.0/SCons/Util.py\", line 737:\n return self.method(*nargs, kwargs)\n File \"/home/horak/.platformio/penv/lib/python3.10/site-packages/platformio/builder/tools/piobuild.py\", line 331:\n SConscript(env.GetFrameworkScript(name), exports=\"env\")\n File \"/home/horak/.platformio/packages/tool-scons/scons-local-4.4.0/SCons/Script/SConscript.py\", line 660:\n return method(*args, *kw)\n File \"/home/horak/.platformio/packages/tool-scons/scons-local-4.4.0/SCons/Script/SConscript.py\", line 597:\n return _SConscript(self.fs, files, subst_kw)\n File \"/home/horak/.platformio/packages/tool-scons/scons-local-4.4.0/SCons/Script/SConscript.py\", line 285:\n exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)\n File \"/home/horak/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1187:\n install_python_deps()\n File \"/home/horak/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1096:\n installed_packages = _get_installed_pip_packages(python_exe_path)\n File \"/home/horak/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1062:\n pip_output = subprocess.check_output(\n File \"/usr/lib/python3.10/subprocess.py\", line 420:\n return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n File \"/usr/lib/python3.10/subprocess.py\", line 524:\n raise CalledProcessError(retcode, process.args,\n========================== [FAILED] Took 0.18 seconds =========================="

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.