question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

command not found: pyftsubset

See original GitHub issue

I have set what is needed, but there is an error zsh: command not found: pyftsubset

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
kolyaraketacommented, Dec 14, 2017

brew install fonttools or, if already installed, brew link fonttools

4reactions
anthrotypecommented, Feb 22, 2018

looks like you do have another python available, a python3.6 from the official python.org installers. just use that one to install.

python3.6 -m pip install fonttools
Read more comments on GitHub >

github_iconTop Results From Across the Web

pyftsubset - command-not-found.com
Converts OpenType and TrueType fonts to and from XML (Executables). FontTools/TTX is a library to manipulate font files from Python. It supports reading...
Read more >
How to use pyftsubset of Fonttools inside of the python ...
pyftsubset is itself just a Python script, which calls fontTools.subset.main , which in turn parses sys.argv (command-line args) to perform ...
Read more >
Installing Fonttools with pip on MacOS - python - Super User
Found the solution in this GitHub issue. I uninstalled fonttools and reinstalled it using this command python -m pip install --user ...
Read more >
subset — fontTools Documentation - Read the Docs
pyftsubset is an OpenType font subsetter and optimizer, based on fontTools. ... Note the default discrepancy between ignoring missing glyphs versus unicodes ...
Read more >
How I set up Glyphhanger on macOS for optimizing and ...
Later on, I googled “pyftsubset fonttools” and learned that pyftsubset is an OpenType font subsetter and ... zsh: command not found: pip.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found