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

Hi all,

   I want to use export to Excel function in Odoo so please help to install openpyxl on Ubuntu server please.


Thanks

아바타
취소
베스트 답변

Hi,

The Python packages available in the Ubuntu repositories generally don't get updated within an Ubuntu version, only when you upgrade to a newer Ubuntu release.
When you need newer versions of a Python package, you can use pip to get the newest version from the https://pypi.org/

Try

sudo pip install openpyxl
Or
sudo apt-get install -y python-openpyxl

Regards

아바타
취소