Is there a version of python that you recommend? I’m now having issues with the pio re-installation. I’m trying to follow the guides on the manual creation. I don’t remember needing to do this with the original installation.
Error: Could not create PIO Core Virtual Environment. Please create it manually → Redirecting... Error: Virtualenv Create: Traceback (most recent call last): File “C:\Users\name.platformio.cache\tmp-7472E4bwFRgOvkvI\virtualenv-16.7.5\virtualenv.py”, line 2632, in main() File “C:\Users\name.platformio.cache\tmp-7472E4bwFRgOvkvI\virtualenv-16.7.5\virtualenv.py”, line 870, in main symlink=options.symlink, File “C:\Users\name.platformio.cache\tmp-7472E4bwFRgOvkvI\virtualenv-16.7.5\virtualenv.py”, line 1156, in create_environment install_python(home_dir, lib_dir, inc_dir, bin_dir, site_packages=site_packages, clear=clear, symlink=symlink) File “C:\Users\name.platformio.cache\tmp-7472E4bwFRgOvkvI\virtualenv-16.7.5\virtualenv.py”, line 1526, in install_python shutil.copyfile(executable, py_executable) File “C:\Users\name.platformio\python37\lib\shutil.py”, line 121, in copyfile with open(dst, ‘wb’) as fd…