Closed spectra10008 closed 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?
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.
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?