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.

fontTools.version.__version__ is "unknown"

See original GitHub issue

I install fontTools by simply having fonttools/Lib on my sys.path (through a .pth file). fontTools.version.__version__ is “unknown” in my case. Am I doing something wrong?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
justvanrossumcommented, Sep 29, 2016

I like to live dangerously and went the egg_info route. Thanks! Next up: not to forget to do that again whenever PKG-INFO gets updated 😦

0reactions
anthrotypecommented, Sep 29, 2016

BTW, egg_info is always run before the test command, so as a developer you will be running python setup.py test quite often. End-users in font production should install fonttools from the released distribution, so they get a well defined version string.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unknown version 32464 · Issue #161 · foliojs/fontkit
Here is the code: var fontkit = require('fontkit'); var font = fontkit.openSync('TravelingTypewriter.otf'); var run = font.layout('hello ...
Read more >
How install fontTools in python
First, try installing fonttools (note the lower-case). If that fails, try searching for on-line sources for the package with something like " ...
Read more >
Source code for fontTools.ttLib.tables._k_e_r_n - Read the Docs
textTools import safeEval, readHex from fontTools.misc. ... This "version" is always 0 so we ignore it here _, length, subtableFormat, ...
Read more >
platform/external/fonttools
This lets you edit TTF or +OTF files with any text editor. + +The FontTools library currently reads and writes TrueType font files,...
Read more >
fonttools - Rust
A library for parsing, manipulating and writing OpenType fonts. This is a prerelease version; it is not feature complete. Notably, variable fonts are ......
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