Skip to Content
Menu
This question has been flagged
1 Reply
26481 Views

Hello All,

When I try to install Odoo8 latest version via Odoo documentation and proceed the "sudo python setup.py install" command i'm getting following this error,

Traceback (most recent call last):
  File "./setup.py", line 7, in <module>
    from setuptools import find_packages, setup
ImportError: No module named setuptools

So can anyone please help me to resolve this.

Thank You.

Avatar
Discard
Best Answer

Install them on your OS before running the script. For example (if you are on Debian or Ubuntu server):

sudo apt-get install python-setuptools

Avatar
Discard
Author

Thank you @Ludo , It helped me.

Related Posts Replies Views Activity
1
Jun 16
3415
1
Jun 23
5686
1
Mar 23
2885
0
Oct 15
5047
2
Jul 24
8147