Issue
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?
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
Answered By - Jean-Paul Khoueiry
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.