openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11843
[Bug 920013] Re: error: Could not find suitable distribution for Requirement.parse('ZSI==2.1-a1')
I found the solution.
If you have Ubuntu 10.4 and python 2.6.5. you can get this error during the setup of OpenErp 6.1.1 :
error: Could not find suitable distribution for Requirement.parse('ZSI==2.1-a1')
Then to solve this problem you have to pass this code :
cd /home
wget wget http://superb-east.dl.sourceforge.net/sourceforge/pywebsvcs/ZSI-2.1-a1.tar.gz
tar zxvf ZSI-2.1-a1.tar.gz
cd ZSI-2.1-a1
python setup.py build
python setup.py install
And reload the setup of OpenErp 6.1.1
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/920013
Title:
error: Could not find suitable distribution for
Requirement.parse('ZSI==2.1-a1')
Status in OpenERP Server:
New
Bug description:
hi
when i try to install openerp 6.rc1 i have this message
Installed /usr/local/lib/python2.6/dist-packages/openerp-6.1rc1_20120112_173907-py2.6.egg
Processing dependencies for openerp==6.1rc1-20120112-173907
Searching for ZSI==2.1-a1
Reading http://pypi.python.org/simple/ZSI/
Reading http://pywebsvcs.sf.net/
No local packages or download links found for ZSI==2.1-a1
error: Could not find suitable distribution for Requirement.parse('ZSI==2.1-a1')
im in ubuntu 10.4
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/920013/+subscriptions
References