I am new to python, and am trying to install some modules/packages using .whl file. The system does not have access to the internet so everything is local.
cp27-cp27m manylinux packages are compatible with a Python interpreter compiled with --enable-unicode=ucs2.
cp27-cp27m
--enable-unicode=ucs2
For an interpreter compiled with --enable-unicode=ucs4, you instead need cp27-cp27mu packages.
--enable-unicode=ucs4
cp27-cp27mu