Pipenv - numpy import problem in virtual env. VScode

Hi All,

In my course “Computer Science” I stumbled on my first “big” problem that I don’t quite understand. This is regarding the pipenv video course (https://www.codecademy.com/paths/computer-science/tracks/cspath-python-objects/modules/cspath-modules/videos/learn-python3-pipenv).

I’m perfectly able to follow (ie. installing pip, adding path, checking versions, setting up virtual environment, etc.). I checked the installed versions in CMD as well as in VS code. All aligns with the video.
BUT the moment I deploy the virtual environment in one of the project maps (pinenv shell) I’m not able to import numpy stating that there is no module with such name. This confuses me since I’m able to see the installed version in the pipfile and whenever I reïnstall the output states that the condition is already statisfied.

Anyone got an idea what is wrong here?

Greetings!

hi there, I’m having the same problem. Did any help you figure this out yet?

Have a check of the following info for some guidance on asking queries on the forums- FAQ: How to ask good questions which details how best to set up a question so as to get the best chance of a good answer.

Folks may be able and willing to offer some guidance but they’d need at least some information about your set-up, what you’ve tried, error codes and such. Considering this exact issue once you’ve used pipenv shell successfully the output of pipenv graph would perhaps be the most important (specifies requirements and current installs).