Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
26297 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
Autor

Thank you @Ludo , It helped me.

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Juni 16
3256
1
Juni 23
5427
1
März 23
2619
0
Okt. 15
4877
2
Juli 24
7897