<div dir="ltr">Hi Erik,<div><br></div><div>I'm not able to build my project using setuptools, it fails to install language-check library,</div><div><br><div>see my setup.py below.</div><div>------------------<br><div><div style="font-size:12.8px">setup(</div><div style="font-size:12.8px">    name='name',</div><div style="font-size:12.8px">    version='0.0.1',</div><div style="font-size:12.8px">    description=' TA',</div><div style="font-size:12.8px">    long_description=DESCRIPTION,</div><div style="font-size:12.8px">    license='Proprietary License',</div><div style="font-size:12.8px">    author='',</div><div style="font-size:12.8px">    author_email='',</div><div style="font-size:12.8px">    packages=find_packages(),</div><div style="font-size:12.8px">    install_requires=[</div><div style="font-size:12.8px">               <span style="font-size:12.8px">"language-check==0.7.5",</span><span style="font-size:12.8px">        </span></div><div style=""><span style="font-size:12.8px">               "3to2==1.1.1",</span></div><div style="font-size:12.8px">    ],</div></div></div></div><div style="font-size:12.8px">While executing <b>python setup.py install</b>, the language-check dependency is not getting resolved.<br>Is there any workaround for this...?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks</div><div style="font-size:12.8px">Sijo Jose</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 14, 2016 at 2:24 AM, Erik Bray <span dir="ltr"><<a href="mailto:erik.m.bray@gmail.com" target="_blank">erik.m.bray@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Jan 13, 2016 at 9:30 AM, Sijo Jose <<a href="mailto:mailtosijojose@gmail.com">mailtosijojose@gmail.com</a>> wrote:<br>
> The language-check (<a href="https://pypi.python.org/pypi/language-check)library" rel="noreferrer" target="_blank">https://pypi.python.org/pypi/language-check)library</a> has<br>
> the dependency of '3to2' in python 2.7,<br>
> In a virtualenv it works fine with pip,that is<br>
><br>
> pip install  3to2<br>
> pip install language-check<br>
><br>
><br>
> But its failing with easy_install in venv<br>
><br>
> easy_install 3to2<br>
> easy_install language-check (It fails)<br>
><br>
> Due to this I'm not able to build my project using setuptools.<br>
<br>
</span>Why do you need to install it with easy_install?  pip is the<br>
recommended installer for Python packages.<br>
<span class="HOEnZb"><font color="#888888"><br>
Erik<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><font size="2" color="#3d85c6" face="garamond, serif"><i><b style="background-color:rgb(255,255,255)">Regards</b></i></font><div><font size="2" color="#3d85c6" face="garamond, serif"><i><b style="background-color:rgb(255,255,255)">Sijo Jose</b></i></font></div></div></div>
</div>