[Distutils] Unable to build language-check
Sijo Jose
mailtosijojose at gmail.com
Thu Jan 14 00:29:28 EST 2016
Hi Erik,
I'm not able to build my project using setuptools, it fails to install
language-check library,
see my setup.py below.
------------------
setup(
name='name',
version='0.0.1',
description=' TA',
long_description=DESCRIPTION,
license='Proprietary License',
author='',
author_email='',
packages=find_packages(),
install_requires=[
"language-check==0.7.5",
"3to2==1.1.1",
],
While executing *python setup.py install*, the language-check dependency is
not getting resolved.
Is there any workaround for this...?
Thanks
Sijo Jose
On Thu, Jan 14, 2016 at 2:24 AM, Erik Bray <erik.m.bray at gmail.com> wrote:
> 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
>
--
*Regards*
*Sijo Jose*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160114/23ac8269/attachment.html>
More information about the Distutils-SIG
mailing list