Hi all,
Im trying to install Odoo 17 on a VPS.
Unfortunately i'm running in to a installation issue while installing the Python requirements from requirements.txt:
Collecting reportlab==3.6.12 (from -r odoo17/requirements.txt (line 48))
Using cached reportlab-3.6.12.tar.gz (4.5 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
##### setup-python-3.12.3-linux-x86_64: ================================================
##### setup-python-3.12.3-linux-x86_64: Attempting build of _rl_accel
##### setup-python-3.12.3-linux-x86_64: extensions from 'src/rl_addons/rl_accel'
##### setup-python-3.12.3-linux-x86_64: ================================================
##### setup-python-3.12.3-linux-x86_64: ===================================================
##### setup-python-3.12.3-linux-x86_64: Attempting build of _renderPM
##### setup-python-3.12.3-linux-x86_64: extensions from 'src/rl_addons/renderPM'
##### setup-python-3.12.3-linux-x86_64: ===================================================
##### setup-python-3.12.3-linux-x86_64: will use package libart 2.3.21
!!!!! cannot find ft2build.h
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
I installed freetype but that doesn't solve the issue.
Any ideas how to solve this?