python and related tools installation error set1. If error occurs in the upgrade Python version whileLoading shared libraries:libpython2.7. So.1.0: Cannot open sharedObjectfile:no Such file or directory workaround: Vim/etc/ld.so.conf Add:/usr/local/lib execution:/sbin/ldconfig-v2If a unknown URL is present Type:https workaround: Install OpenSSL-devel3. Appears numpy.distutils.system_info. Notfounderror:no lapack/Blas Resources found solution: Install Atlas Atlas-devel.x86_644The failedto build these modules:binascii zlib solution appears: Install zlib and recompile python5. Install NumPy error runtimeerror:running cythonize failed!Workaround: Compile and install Cython6error:library Dfftpack have FORTRAN sources but no FORTRAN compiler found solution: Install gcc-gfortran.x86_647. Importerror:no module named bz2 appears: Workaround: Yum install-Y bzip2*CD../python-2.7.3/modules/zlib./configuremakemake INSTALLCD./.. /python setup.py install recompile python8. Appears importerror:libpython2.7. So.1.0: Cannot open sharedObjectfile:no Such file or directory workaround: compile with only--enable-shared, the shared library is compiled, and the default location is under the Lib directory of the directory where the Python executable is located, such as/usr/local/python2.7.4
Python and related tools installation error set