LambdaCom

Results 3 comments of LambdaCom

I solved this by changing it with virtualenv, in project_include.cmake:33, after installing it via pip. I don't know if it may be useful to anyone else so I'm sharing it...

I confirm that the builtin idf python doesn't have it though I guess it's a vscode extension problem `D:\ptr22\Source\EspIdf\test>python -m venv C:\Users\ptr22\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe: No module named venv.__main__; 'venv' is a package...

I confirm that there is no venv directory neither in the project nor in the environment Well actually there is one, but it's not in the used environment. In fact...