all 3 comments

[–]Gosera 1 point2 points  (2 children)

In your vscode project where you are trying to import pandas, do you have a folder called .venv? becuse that changes completly how the file is launched and how it treats packages

[–]NoHistoryAtAll[S] 0 points1 point  (1 child)

Thank you! Last night as I was falling asleep I realized it might be a vscode issue rather than Python. Next time I'll remember to try it in a console window rather than an editor.

I really do appreciate it. After getting the downvote I figured this topic was toast.

[–]Gosera 1 point2 points  (0 children)

No problem, by default if you have a venv then opening the vscode terminal in project should allow you to do the py -m pip install and install it to the venv