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

While installing odoo13 via source install from Git in ubuntu 18.04LTS, installing the requirements.txt it gets stuck on running setup.py bdist_wheel for lxml for very long and once it runs it says failed building wheel for lxml. The lxml version that is installed is 4.4.1 and I have also tried doing the same operations by installing version 3.7.1 of lxml but no joy. How this problem can be solved?

아바타
취소
베스트 답변

you can try the following command:

Make sure you have the necessary dependencies installed on your system. Run the following command to install the required packages:

sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev
sudo pip install --upgrade pip
sudo pip install --upgrade setuptools wheel
sudo pip install -r path/to/requirements.txt

Replace path/to/requirements.txt with the actual path to your requirements.txt file.

아바타
취소
베스트 답변

Hi,

Can you try install like the steps in the following blog:

https://www.cybrosys.com/blog/install-odoo-13-on-ubuntu-18-04

Regards

아바타
취소
관련 게시물 답글 화면 활동
1
10월 20
3563
0
12월 20
5740
3
10월 24
3254
4
5월 24
12836
1
4월 24
3447