I am trying to create a virtual environment in Visual Studio. I created Python Project and have installed Python 3.10. I selected "Add Environment...", named it and selected a requirements.txt file. It takes about 20 minutes to create the environment, so I already created more. However, even when the tasks are completed, I cannot use them as they do not read the appropriate Python version. How do I solve this?
Asked
Active
Viewed 511 times
2
-
I have found it is a bug and have downgraded tot 3.9 – Bende Mar 30 '22 at 21:42