Greetings,
The environment is Linux, Python 2.7 32-bit
I have to load a number of Python 2.7, 32 bit library files (.whl/.egg) on Linux.
I tried several files for Pandas, and Pillow, none would load.
pandas-0.20.2-cp27-cp27m-manylinux1_i686.whl
pandas-0.24.2-cp35-cp35-manylinux1_i686.whl
Any suggestions, which egg or whl to use, I would really appreciate it!
Thanks,
Clive
Update
The environment is Linux, Python 2.7 32-bit
I have to load a number of Python 2.7, 32 bit library files (.whl/.egg) on Linux.
I tried several files for Pandas, and Pillow, none would load.
pandas-0.20.2-cp27-cp27m-manylinux1_i686.whl
pandas-0.24.2-cp35-cp35-manylinux1_i686.whl
Any suggestions, which egg or whl to use, I would really appreciate it!
Thanks,
Clive
Update