Installing Freetype #3978
-
Hello i'm having this issues.
|
Beta Was this translation helpful? Give feedback.
Replies: 13 comments
-
Does it work if you remove the single quotes?
|
Beta Was this translation helpful? Give feedback.
-
unfortunately not
|
Beta Was this translation helpful? Give feedback.
-
Do you mind trying the command without the |
Beta Was this translation helpful? Give feedback.
-
Sure, i did. |
Beta Was this translation helpful? Give feedback.
-
Thanks. That suggests that there's something wrong with your system that may not be specific to fontbakery.
|
Beta Was this translation helpful? Give feedback.
-
it's strange coz i'm using Font Bakery for checking and works fine. |
Beta Was this translation helpful? Give feedback.
-
`gs-iMac:~ giuseppesalerno$ python3 --version ` |
Beta Was this translation helpful? Give feedback.
-
What works fine? I'm confused now |
Beta Was this translation helpful? Give feedback.
-
no unfortunately `gs-iMac:~ giuseppesalerno$ python -m pip install --update pip Usage: no such option: --update |
Beta Was this translation helpful? Give feedback.
-
OK, I see what's going on. You have both Python 2.7 and 3.11 installed. In your system the
BUT because you have 3.11 installed the command will likely fail because Font Bakery depends on the |
Beta Was this translation helpful? Give feedback.
-
My bad, the correct option is |
Beta Was this translation helpful? Give feedback.
-
Works! Thank you so much |
Beta Was this translation helpful? Give feedback.
-
I'm getting the following Freetype error when running
I tried installing/upgrading FontBakery using the command in @miguelsousa's comment and I get this line during install:
Also getting this weird issue with trying to re-install
|
Beta Was this translation helpful? Give feedback.
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,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.