Skip to content

Fontbakery install blocked by lxml 4.9.1, for me (lxml 4.9.0 works) #3847

Answered by arrowtype
arrowtype asked this question in Q&A
Discussion options

You must be logged in to vote

I ran into a similar architecture not supported error in another library, and searched for a solution again.

This Stack Overflow answer points out that you can set a flag to specify your computer's architecture. And this answer shows how you can determine that.

So, for me, I ran uname -a, and saw in the response included x86_64 at the end. So, I fed this into a flag, like so:

ARCHFLAGS="-arch x86_64" pip3 install -U fontbakery

And it installs successfully!

My current guess at the cause is that m1/m2 macs have a different architecture, and Python modules are starting to be written with this assumption? I don't understand the intel/m1 difference well enough to know if my guess is correct, …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@anthrotype
Comment options

@arrowtype
Comment options

@anthrotype
Comment options

@anthrotype
Comment options

@arrowtype
Comment options

Answer selected by felipesanches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3842 on August 04, 2022 20:17.