I’m trying to set up the pipenv environment as described in
https://www.codecademy.com/paths/data-science/tracks/dscp-python-fundamentals/modules/dscp-python-modules/videos/learn-python3-pipenv
I’m having difficulty with two things.
-
I notice that the person in the video is using a text editor that seems to have access to python and related programs. Any suggestions for how to set this up?
-
When I try to set up an environment for a new project as described in the video using the code:
“pipenv --three” I run into an error that says it “Failed to create virtual environment” I can’t seem to work around this. Any suggestions?
Thanks!
1 Like
This should be ok to fix, but first we need a little more info.
What is the error message telling you exactly (besides “failed to create”)?
(As for the text-editor/IDE I think he’s using VS code.)
2 Likes
This is the full message that I get back
Creating a virtualenv for this project…
Pipfile: C:\Users\Kate_and_Dustin.SPENCE\project-1\Pipfile
Using C:/Users/Kate_and_Dustin.SPENCE/AppData/Local/Programs/Python/Python37/python.exe (None) to create virtualenv…
[ ] Creating virtual environment…RuntimeError: failed to query C:\Users\Kate_and_Dustin.SPENCE\AppData\Local\Programs\Python\Python37\python.exe with code 3221226505 err: “Fatal Python error: initfsencoding: unable to load the file system codec\nModuleNotFoundError: No module named ‘encodings’\n\nCurrent thread 0x000027a8 (most recent call first):\n”
Failed creating virtual environment
[pipenv.exceptions.VirtualenvCreationException]:
Failed to create virtual environment.