acsone / setuptools-odoo

A library to help packaging Odoo addons with setuptools. It mainly populates the usual setup.py keywords from the Odoo manifest files.
GNU Lesser General Public License v3.0
41 stars 46 forks source link

Install odoo_addons_oca_server_tools failed #4

Closed dfang closed 8 years ago

dfang commented 8 years ago

i'm not sure if it's right to submit an issue here ..., but

> pip install --find-links https://wheelhouse.odoo-community.org/oca-9.0/ odoo_addons_oca_server_tools
...
Collecting odoo-addon-server-environment-files<9.1a,>=9.0a (from odoo-addon-mail-environment<9.1a,>=9.0a->odoo_addons_oca_server_tools)
  Could not find a version that satisfies the requirement odoo-addon-server-environment-files<9.1a,>=9.0a (from odoo-addon-mail-environment<9.1a,>=9.0a->odoo_addons_oca_server_tools) (from versions: )
No matching distribution found for odoo-addon-server-environment-files<9.1a,>=9.0a (from odoo-addon-mail-environment<9.1a,>=9.0a->odoo_addons_oca_server_tools)
sbidoul commented 8 years ago

It should be solved with https://github.com/OCA/server-tools/commit/33f1346d0768529e4bda8cdb3f4ec24026831b73.

Make sure to use --pre to get the latest dev versions, and possibly --no-cache because I'm not certain the version of odoo-addon-mail_environment has been bumped.

Thanks for reporting!