[Distutils] Unable to build language-check

Erik Bray erik.m.bray at gmail.com
Wed Jan 13 15:54:06 EST 2016


On Wed, Jan 13, 2016 at 9:30 AM, Sijo Jose <mailtosijojose at gmail.com> wrote:
> The language-check (https://pypi.python.org/pypi/language-check)library has
> the dependency of '3to2' in python 2.7,
> In a virtualenv it works fine with pip,that is
>
> pip install  3to2
> pip install language-check
>
>
> But its failing with easy_install in venv
>
> easy_install 3to2
> easy_install language-check (It fails)
>
> Due to this I'm not able to build my project using setuptools.

Why do you need to install it with easy_install?  pip is the
recommended installer for Python packages.

Erik


More information about the Distutils-SIG mailing list