Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
26266 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Auteur

Thank you @Ludo , It helped me.

Publications associées Réponses Vues Activité
1
juin 16
3238
1
juin 23
5396
1
mars 23
2576
0
oct. 15
4843
2
juil. 24
7827