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'
.
pip install requests
within terminal inside VSCODE - completed successfullypip freeze
to confirm requests==2.22.0 is registeredI cannot figure out why VSCODE python interpreter will not recognize that requests is installed
try get python version in vscode terminal
python --version
and check python version vscode IDE used by clicking left buttom corner.
make sure these 2 versions are consistent. if not, select the version of IDE with the same version of your terminal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With