콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
26489 화면

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
3418
1
6월 23
5688
1
3월 23
2885
0
10월 15
5048
2
7월 24
8147