acsone/setuptools-odoo

ImportError: No module named pkg_resources

spectra10008 opened this issue · 3 comments

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?

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

Also check that setuptools is installed in your environment.

Closing. Feel free to reopen with more details.