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.

opentype-feature-freezer not found on pypi

See original GitHub issue

I tried to install opentype-feature-freezer with: pip install opentype-feature-freezer

and got:

Collecting opentype-feature-freezer
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/opentype-feature-freezer/

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
twardochcommented, Apr 10, 2020

OK, I’ve refactored the repo and made it standalone under https://github.com/twardoch/fonttools-opentype-feature-freezer — one more step towards putting it on Pypi.

I’ve changed the project URL, so you can now install it from git:

pip install --upgrade git+https://github.com/twardoch/fonttools-opentype-feature-freezer
0reactions
juandelperalcommented, Apr 13, 2020

Wonderful, thanks Adam

Read more comments on GitHub >

github_iconTop Results From Across the Web

opentype-feature-freezer - PyPI
Note: This tool actually remaps the cmap table of the font by applying the specified GSUB features. It will not work for substitutions...
Read more >
Package in pypi can not be found - python - Stack Overflow
This is not a one-off install. I want to have this for deploy. I really prefer to package the missing packages myself and...
Read more >
PyPI Repositories - JFrog - JFrog Documentation
Notice that the URL does not end with /simple . The HOME environment variable. setuptools requires that the .pypirc file be found under...
Read more >
How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, you'll learn how to create a Python package for your project and how to publish it to PyPI, the...
Read more >
Error with pip install from PyPI in self hosted Gitlab - General
ERROR: Could not find a version that satisfies the requirement unidecode (from my-library) (from versions: none) ERROR: No matching ...
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