1

Whenever I try to configure my Python Interpreter on PyCharm I get an error

Standard Python 'venv' module not found.

What does it mean and how do I solve it?

2

1 Answer 1

0

Ideally venv or virtual environment comes as a folder along with the installation in the IDE containing python.exe, you can try either specifying the path of python.exe inside venv explicitly in the Project Interpreter or reinstalling the IDE in the system.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.