platformio / platformio-home

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

Could not initialize project #5824

Open georgewicks opened 1 year ago

georgewicks commented 1 year ago

PIO Core Call Error: "The following files/directories have been created in /home/gwicks/Develop/projects/ESP32_TryAGain\ninclude - Put project header files here\nlib - Put project specific (private) libraries here\nsrc - Put project source files here\nplatformio.ini - Project Configuration File\nResolving esp32dev dependencies...\nAlready up-to-date.\nUpdating metadata for the vscode IDE...\n\n\nError: Processing esp32dev (platform: espressif32; board: esp32dev; framework: espidf)\n--------------------------------------------------------------------------------\nVerbose mode can be enabled via -v, --verbose option\nCONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32dev.html\nPLATFORM: Espressif 32 (6.1.0) > Espressif ESP32 Dev Module\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.50001.0 (5.0.1) \n - tool-cmake @ 3.16.4 \n - tool-esptoolpy @ 1.40500.0 (4.5.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/gwicks/.platformio/penv/.espidf-5.0.1/bin/python: No module named pip\nCalledProcessError: Command '['/home/gwicks/.platformio/penv/.espidf-5.0.1/bin/python', '-m', 'pip', 'list', '--format=json', '--disable-pip-version-check']' returned non-zero exit status 1.:\n File \"/home/gwicks/.platformio/penv/lib/python3.8/site-packages/platformio/builder/main.py\", line 174:\n env.SConscript(\"$BUILD_SCRIPT\")\n File \"/home/gwicks/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py\", line 598:\n return _SConscript(self.fs, *files, subst_kw)\n File \"/home/gwicks/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py\", line 285:\n exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)\n File \"/home/gwicks/.platformio/platforms/espressif32/builder/main.py\", line 312:\n target_elf = env.BuildProgram()\n File \"/home/gwicks/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Util/envs.py\", line 242:\n return self.method(*nargs, *kwargs)\n File \"/home/gwicks/.platformio/penv/lib/python3.8/site-packages/platformio/builder/tools/piobuild.py\", line 60:\n env.ProcessProgramDeps()\n File \"/home/gwicks/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Util/envs.py\", line 242:\n return self.method(nargs, kwargs)\n File \"/home/gwicks/.platformio/penv/lib/python3.8/site-packages/platformio/builder/tools/piobuild.py\", line 120:\n env.BuildFrameworks(env.get(\"PIOFRAMEWORK\"))\n File \"/home/gwicks/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Util/envs.py\", line 242:\n return self.method(*nargs, kwargs)\n File \"/home/gwicks/.platformio/penv/lib/python3.8/site-packages/platformio/builder/tools/piobuild.py\", line 331:\n SConscript(env.GetFrameworkScript(name), exports=\"env\")\n File \"/home/gwicks/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py\", line 662:\n return method(*args, *kw)\n File \"/home/gwicks/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py\", line 598:\n return _SConscript(self.fs, files, subst_kw)\n File \"/home/gwicks/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py\", line 285:\n exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)\n File \"/home/gwicks/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1190:\n install_python_deps()\n File \"/home/gwicks/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1099:\n installed_packages = _get_installed_pip_packages(python_exe_path)\n File \"/home/gwicks/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1065:\n pip_output = subprocess.check_output(\n File \"/usr/lib/python3.8/subprocess.py\", line 415:\n return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,\n File \"/usr/lib/python3.8/subprocess.py\", line 516:\n raise CalledProcessError(retcode, process.args,\n========================== [FAILED] Took 1.04 seconds =========================="

georgewicks commented 1 year ago

I have both python and pip installed so I don't understand what the heck happened here. All I know is that the platformio extension never created the project. Thanks, George

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.