Having issues running a script through VS code that previously worked. This is run through venv. All requirements are installed and updated. When I initially got VS code I installed 4 different versions of python (3.8, 3.9, 3.10, 3.11) if I wanted to use them at any point for version control. The script throws error code 193 in Python with the erro message "%1 is not a valid Win32 application".
I have reinstalled numpy. My architecture is on 64-bit. I checked all my python installs and they are 64-bit. I reinstalled PyWin32 as a dependenccy for 64-bit as well through pip install. At this point I am stumped as to what I might do.
FYI - this is a work computer so I cannot manually edit PATH variables.
Thoughts?