Python2.6.6 installation Pyinstaller

Source: Internet
Author: User
Python2.6.6 Installation Pyinstaller Problem description

Today we're going to use Pyinstaller to package your app under a lower version of the Python Environment (2.6.6), but after using PIP to install Pyinstaller, I found the package error, checked the environment is Pyinstaller version too high (3.0), and this version of the Pyinstall The Python version supported by ER is 2.7.x.

Solutions

First go to Pyinstaller's official website to find the lower version of Pyinstaller (Https://pypi.python.org/pypi/PyInstaller), found two documents version 2.1 and 3.0. So decisively uninstall version 3.0, install version 2.1.

Uninstalling version 3.0

pip uninstall pyinstaller

Install version 2.1

pip install https://pypi.python.org/packages/source/P/PyInstaller/PyInstaller-2.1.zip#md5=3eb18a454311707ab7808d881e677329

Please indicate this address in the form of a link.
This address: http://blog.csdn.net/kongxx/article/details/50469618

Python2.6.6 installation Pyinstaller

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.