I'm using Python 3.13.0
, and I'm having difficulty creating a virtual environment. I believe I've downloaded most of the logic to create one, except for one file. The error I'm getting is:
"failed to locate pyvenv.cfg: The system cannot find the file specified."
I'm really new to Python. So, I've been trying to follow along in the 'Learn Python Programming' book by Fabrizio Romano, and I've not been able to create that virtual environment. I also see where I'm supposed to run the '/bin/activate' script
, but I don't see that script. Can someone please help?
I've tried executing the venv launcher from the
C:\Users\...\AppData\Local\Programs\Python\Python313\Lib\venv\scripts\nt\venvwlauncher filepath,
but it's where I got the error.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745654485a4638461.html
评论列表(0条)