At 04:25 PM 12/3/2010 +0530, devyan parmar wrote:
Hello,

i am trying to install package from my packageserver using PIP.

for example:
m trying
/bin/pip install --extra-index-url=<http://mypkgserver/dev>http://mypkgserver/dev package_name==2.4.12b

"2.4.12b" is the version of my package but in package server it is going as "2.4.12b_1" extra part in version is nothing but a build number which getting generated from hudson JOB.
is setuptool avoids extra build number which goes with my pcakage version ??

No. That's why it's not being found. Ask for "package_name==2.4.12b-1" instead.

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to