opentype-feature-freezer not found on pypi
See original GitHub issueI 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:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
Wonderful, thanks Adam