Python and related tools installation error set

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.