Site Packages Not Containing My Installed Modules

Hi there.
I’ve installed some packages such as numpy and pandas using pip. Bu when I go to my python directory and site-packages folder, I only see to folders called:
pip
pip-23.2.1.dist-info

How can I see my installed packages in “site-packages” folder?

Maybe you have more then one version of python installed?
Or maybe you used a venv to install the packages?
What does pip list report?

What OS are you using?

Actually now I remember I installed the packages using anaconda. Is there a way I can install them on my main python directory inside the site packages? I’m on Windows 10 OS

Yes use pip from the version of python that you want to install the package for. On Windows its usually best to use the py.exe to run python and run pip like this:

py -m pip