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 #5710

Open robotica-labs opened 1 year ago

robotica-labs commented 1 year ago

Piling on to issue https://github.com/invoke-ai/InvokeAI/issues/3358 Maybe my log will help

PIO Core Call Error: "The following files/directories have been created in /Users/matthewlawrence/Documents/PlatformIO/Projects/j\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 esp32doit-devkit-v1 dependencies...\nAlready up-to-date.\nUpdating metadata for the vscode IDE...\n\n\nError: Processing esp32doit-devkit-v1 (platform: espressif32; board: esp32doit-devkit-v1; framework: espidf)\n--------------------------------------------------------------------------------\nVerbose mode can be enabled via -v, --verbose option\nCONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32doit-devkit-v1.html\nPLATFORM: Espressif 32 (6.2.0) > DOIT ESP32 DEVKIT V1\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.9.0 \n - toolchain-esp32ulp @ 1.23500.220830 (2.35.0) \n - toolchain-xtensa-esp32 @ 11.2.0+2022r1\nReading CMake configuration...\n-- Found Git: /usr/bin/git (found version \"2.39.2 (Apple Git-143)\") \n-- The C compiler identification is GNU 11.2.0\n-- The CXX compiler identification is GNU 11.2.0\n-- The ASM compiler identification is GNU\n-- Found assembler: /Users/matthewlawrence/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc\n-- Check for working C compiler: /Users/matthewlawrence/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc\n-- Check for working C compiler: /Users/matthewlawrence/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-gcc -- works\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Check for working CXX compiler: /Users/matthewlawrence/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-g++\n-- Check for working CXX compiler: /Users/matthewlawrence/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-g++ -- works\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\n-- Building ESP-IDF components for target esp32\n-- Configuring incomplete, errors occurred!\nSee also \"/Users/matthewlawrence/Documents/PlatformIO/Projects/j/.pio/build/esp32doit-devkit-v1/CMakeFiles/CMakeOutput.log\".\n\nfatal: not a git repository (or any of the parent directories): .git\nCMake Error at /Users/matthewlawrence/.platformio/packages/framework-espidf/tools/cmake/build.cmake:519 (message):\n Traceback (most recent call last):\n\n File \"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py\", line 197, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/Users/matthewlawrence/.platformio/penv/.espidf-5.0.1/lib/python3.9/site-packages/idf_component_manager/prepare_components/main.py\", line 4, in \n from .prepare import main\n File \"/Users/matthewlawrence/.platformio/penv/.espidf-5.0.1/lib/python3.9/site-packages/idf_component_manager/prepare_components/prepare.py\", line 18, in \n from ..core import ComponentManager\n File \"/Users/matthewlawrence/.platformio/penv/.espidf-5.0.1/lib/python3.9/site-packages/idf_component_manager/core.py\", line 17, in \n import requests\n File \"/Users/matthewlawrence/.platformio/penv/.espidf-5.0.1/lib/python3.9/site-packages/requests/init.py\", line 43, in \n import urllib3\n File \"/Users/matthewlawrence/.platformio/penv/.espidf-5.0.1/lib/python3.9/site-packages/urllib3/init.py\", line 38, in \n raise ImportError(\n\n ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl'\n module is compiled with LibreSSL 2.8.3. See:\n https://github.com/urllib3/urllib3/issues/2168\n\nCall Stack (most recent call first):\n /Users/matthewlawrence/.platformio/packages/framework-espidf/tools/cmake/project.cmake:440 (idf_build_process)\n CMakeLists.txt:3 (project)\n\n\n\n========================== [FAILED] Took 1.80 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.