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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
ott 20
|
3404 | ||
|
0
dic 20
|
5632 | ||
|
3
ott 24
|
3031 | ||
|
4
mag 24
|
12631 | ||
|
1
apr 24
|
3271 |