I have 1 file, i get as far as line 1 import requests
, nothing more yet and I receive the following error ModuleNotFoundError: No module named 'requests'
.
- Using Visual Studio Code, installed today with standalone Python x64 3.7.4
- Python Extension installed in VSCODE
- venv created within VSCODE as a subfolder of workspace withint VSCODE terminal and was recognized by VSCODE when created and I am using venv interpreter in VSCODE as indicated on bottom bar
- ran
pip install requests
within terminal inside VSCODE - completed successfully - ran
pip freeze
to confirm requests==2.22.0 is registered - Verified pylint was installed in venv
I cannot figure out why VSCODE python interpreter will not recognize that requests is installed