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

ImportError: No module named pkg_resources #22

Closed spectra10008 closed 6 years ago

spectra10008 commented 6 years ago

when i try to run odoo in linux ubuntu Traceback (most recent call last): File "./odoo-bin", line 5, in import('pkg_resources').declare_namespace('odoo.addons') ImportError: No module named pkg_resources

how can i solve it?

sbidoul commented 6 years ago

Can you please provide the exact steps you did to obtain this error? I've never seen it myself.

sbidoul commented 6 years ago

Also check that setuptools is installed in your environment.

sbidoul commented 6 years ago

Closing. Feel free to reopen with more details.