mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1727306645
If IDF_PYTHON_ENV_PATH was not set, an exception occurred: Traceback (most recent call last): File "/home/user/esp/esp-idf/tools/check_python_dependencies.py", line 108, in <module> if idf_python_env_path not in sys.executable: TypeError: 'in <string>' requires string as left operand, not NoneType and the final line in the diagnostic message was not printed. Fix to print the PATH if IDF_PYTHON_ENV_PATH is not set.