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

How can i install python-xlrd module in ubuntu 


from .gz or directly command line 


아바타
취소
베스트 답변

Hi sarkar,

the easiest way is to use the pip tool which will download and install the module for you. First of all you need to open a root terminal and then type following command:

pip install xlrd
if all runs well (i hope so), you will get this message "Successfully installed xlrd". If you get a "Permission denied" error, it means that you are not logged as root.

To make sure has been installed correctly, type following command, which will show you the version of the xlrd module:

python -c "import xlrd; print xlrd.__VERSION__"


Best regards

Yvan

아바타
취소

For version 9, this breaks CSV import for me. I've logged this at https://github.com/odoo/odoo/issues/10199

베스트 답변

If you want to install in python 3.5 here is blog http://www.probuse.com/blog/odoo-host-21/post/install-xlrd-in-python-3-5-ubuntu-397 which help to install in ubuntu.

Mustufa Rangwala

www.probuse.com

아바타
취소
베스트 답변

Mustafa has provided the solution in my case. The only additional information is 

 after downloading and extracting the XLRD, you will run:

sudo python3.6 setup.py install  and not sudo python3.5 setup.py install

아바타
취소
관련 게시물 답글 화면 활동
1
7월 19
8729
1
11월 22
2562
7
1월 24
15191
0
2월 17
3264
0
3월 15
3941