Hi
I can't find any mention of this issue online but different python orientated issues ask for some further info so have included below in case it helps
Code: Select all
~/esp/esp-idf$ git describe
v4.2-238-g8cd16b60f
~/esp/esp-idf$ python --version
Python 3.8.5
~/tmp$ python3 -m virtualenv myenv
created virtual environment CPython3.8.5.final.0-64 in 2349ms
creator CPython3Posix(dest=/home/lee/tmp/myenv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/lee/.local/share/virtualenv)
added seed packages: pip==20.3.3, setuptools==51.0.0, wheel==0.36.2
activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
Thanks
Lee.