Solution to issue cannot be found in the documentation.
[X] I checked the documentation.
Issue
This is at least a problem on linux.
The freetype-config command which is actually a shell script seems to choose /usr/bin/pkg-config for its initial checks:
#! /bin/sh
#
# Copyright (C) 2000-2022 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
# LICENSE.TXT. By continuing to use, modify, or distribute this file you
# indicate that you have read the license and understand and accept it
# fully.
LC_ALL=C
export LC_ALL
# if `pkg-config' is available, use values from `freetype2.pc'
/usr/bin/pkg-config --atleast-pkgconfig-version 0.24 >/dev/null 2>&1
if test $? -eq 0 ; then
On my system where I have freetype installed at the system level, it finds that instead of the conda-forge freetype.
Solution to issue cannot be found in the documentation.
Issue
This is at least a problem on linux.
The
freetype-config
command which is actually a shell script seems to choose/usr/bin/pkg-config
for its initial checks:On my system where I have freetype installed at the system level, it finds that instead of the conda-forge freetype.
Installed packages
Environment info