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
26483 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
3416
1
cze 23
5687
1
mar 23
2885
0
paź 15
5047
2
lip 24
8147