Troubleshooting virtual environment and pip install issues in PowerShell with Visual Studio Code.Occasionally, when installing a package, it may not be found by Visual Studio Code even after a successful installation.This issue is usually caused by the Python interpreter being used to run the code and the interpreter being used by pip during installation.Although the virtual environment may be active, pip might not be pointing to the correct interpreter.