Search code examples
pythondjangovisual-studio-codescriptingvirtual

I couldn't make virtual environment in visual-studio. please check this error


below is the screenshot of the error i got while making virtual environment in visual studio code. there is an error message in terminal section while the myvenv (virtual environment folder) was created. actually there is not 'activate' file in Scripts folder of myvenv folder.

I cannot understand the error message, how can I handle this problem?

enter image description here


Solution

  • Have you tried to upgarde your pip version : python -m pip install --upgrade pip or if the version doesn't work try to use 'virtualenv' instead :python -m pip install virtualenv Than create an env with : virtualenv myenv