跳至內容
選單
此問題已被標幟
1 回覆
26220 瀏覽次數

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
3227
1
6月 23
5355
1
3月 23
2543
0
10月 15
4819
2
7月 24
7784