Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
26343 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

Thank you @Ludo , It helped me.

Powiązane posty Odpowiedzi Widoki Czynność
1
cze 16
3277
1
cze 23
5517
1
mar 23
2661
0
paź 15
4907
2
lip 24
7953