PyTest: **ModuleNotFoundError** inside venv
#19316
Replies: 1 comment
-
This is a duplicate of #19317 (comment) . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following uncaught error for the Python Extension in VS Code. This only happens inside
venv
. It doesn't seem to be able to detect my system-widepytest
installation. I have even setpython.testing.pytestPath
to~/.local/bin/pytest
.This problem does get fixed if I install
pytest
into the relevantvenv
but I am wondering if there is a way around it.Beta Was this translation helpful? Give feedback.
All reactions