platformio / platformio-home

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

Could not initialize project #5735

Open lsalamancas opened 1 year ago

lsalamancas commented 1 year ago

PIO Core Call Error: "The following files/directories have been created in /home/fer/Documents/PlatformIO/Projects/esp\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...\nPlatform Manager: Installing espressif32\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\nPlatform Manager: espressif32@6.2.0 has been installed!\nTool Manager: Installing platformio/toolchain-esp32ulp @ ~1.23500.0\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\nTool Manager: toolchain-esp32ulp@1.23500.220830 has been installed!\nTool Manager: Installing platformio/framework-espidf @ ~3.50001.0\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\nTool Manager: framework-espidf@3.50001.0 has been installed!\nTool Manager: Installing platformio/tool-esptoolpy @ ~1.40501.0\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\nTool Manager: tool-esptoolpy@1.40501.0 has been installed!\nTool Manager: Installing platformio/tool-cmake @ ~3.16.0\nUnpacking 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%\nTool Manager: tool-cmake@3.16.4 has been installed!\nTool Manager: Installing platformio/tool-ninja @ ^1.7.0\nUnpacking 0% 10% 20%\nTool Manager: tool-ninja@1.7.1 has been installed!\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.2.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.40501.0 (4.5.1) \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/fer/.platformio/penv/.espidf-5.0.1/bin/python: No module named pip\nCalledProcessError: Command '['/home/fer/.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/fer/.platformio/penv/lib/python3.8/site-packages/platformio/builder/main.py\", line 174:\n env.SConscript(\"$BUILD_SCRIPT\")\n File \"/home/fer/.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/fer/.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/fer/.platformio/platforms/espressif32/builder/main.py\", line 312:\n target_elf = env.BuildProgram()\n File \"/home/fer/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Util/envs.py\", line 242:\n return self.method(*nargs, *kwargs)\n File \"/home/fer/.platformio/penv/lib/python3.8/site-packages/platformio/builder/tools/piobuild.py\", line 60:\n env.ProcessProgramDeps()\n File \"/home/fer/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Util/envs.py\", line 242:\n return self.method(nargs, kwargs)\n File \"/home/fer/.platformio/penv/lib/python3.8/site-packages/platformio/builder/tools/piobuild.py\", line 120:\n env.BuildFrameworks(env.get(\"PIOFRAMEWORK\"))\n File \"/home/fer/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Util/envs.py\", line 242:\n return self.method(*nargs, kwargs)\n File \"/home/fer/.platformio/penv/lib/python3.8/site-packages/platformio/builder/tools/piobuild.py\", line 331:\n SConscript(env.GetFrameworkScript(name), exports=\"env\")\n File \"/home/fer/.platformio/packages/tool-scons/scons-local-4.5.2/SCons/Script/SConscript.py\", line 662:\n return method(*args, *kw)\n File \"/home/fer/.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/fer/.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/fer/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1192:\n install_python_deps()\n File \"/home/fer/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1101:\n installed_packages = _get_installed_pip_packages(python_exe_path)\n File \"/home/fer/.platformio/platforms/espressif32/builder/frameworks/espidf.py\", line 1067:\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 0.35 seconds =========================="

lsalamancas commented 1 year ago

What I've tried?

I've uninstalled python 2.7 and reinstall pio home from vs code.


Operating System: Linux Mint 20. Kernel: Linux 5.4.0-73-generic

pdata: in my windows pc this is not happening.


Python info:

Version: Python 3.8.10 pip_version: pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8) echo %PATH%: %PATH%

HELP!

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.