Skip to content

Instantly share code, notes, and snippets.

@alidevhere
Created August 3, 2022 06:23
Show Gist options
  • Save alidevhere/0419b937a5e1986cc35be18d3835c8f9 to your computer and use it in GitHub Desktop.
Save alidevhere/0419b937a5e1986cc35be18d3835c8f9 to your computer and use it in GitHub Desktop.
setup-python-3.8.13-linux-x86_64: will use package libart 2.3.21 cannot find ft2build.h

This error occurs when trying to install reportlab on alpine image in docker:

Alpine image has some missing dependencies for reportlab, add following command too before installing reportlab

apk add python3-dev freetype-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment