<br><br><div class="gmail_quote">On Fri, Dec 3, 2010 at 10:14 PM, P.J. Eby <span dir="ltr">&lt;<a href="mailto:pje@telecommunity.com">pje@telecommunity.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">At 04:25 PM 12/3/2010 +0530, devyan parmar wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hello,<br>
<br>
i am trying to install package from my packageserver using PIP.<br>
<br>
for example:<br>
m trying<br></div>
/bin/pip install --extra-index-url=&lt;<a href="http://mypkgserver/dev" target="_blank">http://mypkgserver/dev</a>&gt;<a href="http://mypkgserver/dev" target="_blank">http://mypkgserver/dev</a> package_name==2.4.12b<div class="im">
<br>
<br>
&quot;2.4.12b&quot; is the version of my package but in package server it is going as &quot;2.4.12b_1&quot; extra part in version is nothing but a build number which getting generated from hudson JOB.<br>
is setuptool avoids extra build number which goes with my pcakage version ??<br>
</div></blockquote>
<br> No.  That&#39;s why it&#39;s not being found.  Ask for &quot;package_name==2.4.12b-1&quot; instead.<br></blockquote><div> </div><div>Is there  any way to avoid the extra hudson build number which is coming with my package version ?? coz i need that build number to check which package build test got failed...and issue is in package/setup.py i am specifying only versions of dependent package.</div>
<div>and pip install is looking for only those particular version package in package server, but finds hudson build number attached with package version which is mismatching with setup.py install requires .</div><div><br>
</div><div>can you help me how version is getting identified from the package by setuptools.??</div><div><br></div><div>Thanks Regards</div><div>devyan parmar</div></div><br>