Originally posted by: Teej42
I want to follow up on this --
Which modules are incompatible with 64 bit Python? Does that list include Numpy/Scipy and Pandas? I am trying to import and compile Numpy in 64 bit mode, but is having a roadblock of getting gfortran to compile in 64 bit mode (apparently, it won't take the CC/CFLAG/et cetera env var).
This all comes from Python_64 failing to run those modules, and regular python keeping throwing a OOM error when we try to run our program that is quite demanding on memory resources.
Please advise. Thanks.