Skip to content

Installing Freetype #3978

Answered by miguelsousa
beppeartz asked this question in Q&A
Discussion options

You must be logged in to vote

OK, I see what's going on. You have both Python 2.7 and 3.11 installed. In your system the python command will invoke 2.7, which Font Bakery no longer supports. So in your case the installation command should be,

python3 -m pip install --upgrade fontbakery'[freetype]'

BUT because you have 3.11 installed the command will likely fail because Font Bakery depends on the lxml package which at the moment hasn't published a wheel for 3.11.

Replies: 13 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by felipesanches
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3977 on December 04, 2022 18:33.