Re: Incompatible versions of libfreetype.6.dylib
Lawrence D'Oliveiro <[email protected]> Fri, 22 Oct 2021 11:38:03 +1300
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Tue, 19 Oct 2021 00:56:01 -0400, Samuel Dupree wrote: > I'm running Python 3.8.8 under the Anaconda distribution ver. > custom on a Mac Pro (2019) desktop running Mac OSX ver. 11.6. > > I'm getting the following error message: > > ... > Reason: Incompatible library version: > ft2font.cpython-38-darwin.so <http://ft2font.cpython-38-darwin.so> > requires version 24.0.0 or later, but libfreetype.6.dylib provides > version 23.0.0 Looks like you are mixing incompatible third-party versions of software with vendor-provided ones? Not a recipe for happiness...