I have two Python versions on my system Python 3.10 (32 bit) and Python 3.9 (64 bit).
When I use pip to install, say numpy, from the Windows cmd box, I get a ‘module not found’ error when I try to build the script. I think Build is using the 32-bit because successful builds are 32-bit, which is what I want but it seems pip is installing new modules in the 64-bit Python. I can run them from IDLE but they won’t build in Sublime.
I’m not sure how to get pip to install modules to the 3.10 32-bit Python rather than the 3.9 64-bit Python.
Any help would be very much appreciated!