コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
26284 ビュー

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.

アバター
破棄
最善の回答

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

アバター
破棄
著作者

Thank you @Ludo , It helped me.

関連投稿 返信 ビュー 活動
1
6月 16
3248
1
6月 23
5410
1
3月 23
2608
0
10月 15
4872
2
7月 24
7869