I tried using pip to install some packages, and I found that they are installed to C:\Users\joaqu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages.
Now I want to use Visual Studio 2022 to run my Python code that imports that module. But it fails with an error that says "No module named '(module name)'".
How do I fix this?
