ModuleNotFoundError during py.import #2519
Unanswered
country-bumpkin-software
asked this question in
Questions
Replies: 1 comment 6 replies
-
You probably need to set |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im trying to run this bit of code, inside my virtual env:
But im getting a ModuleNotFoundError:
Interestingly if I do the following :
I can import the module.
Can someone explain what im doing wrong?
I created the virtualenv with: pipenv --three and then Pipenv shell to activate it
Beta Was this translation helpful? Give feedback.
All reactions