跳至内容
菜单
此问题已终结
1 回复
26282 查看

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
3245
1
6月 23
5410
1
3月 23
2600
0
10月 15
4872
2
7月 24
7853