Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentype-feature-freezer not found on pypi #15

Closed
sewkokot opened this issue Jan 25, 2020 · 6 comments
Closed

opentype-feature-freezer not found on pypi #15

sewkokot opened this issue Jan 25, 2020 · 6 comments

Comments

@sewkokot
Copy link

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/
@juandelperal
Copy link

Same here!
How can I install the package? Thanks

@twardoch
Copy link
Owner

twardoch commented Apr 9, 2020

There is currently no package and no installer, nothing that works with pip

@juandelperal
Copy link

OK Adam, and how do I download and run the script?

 (venv)  juan@Juan  ~/sites/fonttools-utils   master  python pyftfeatfreeze/src/opentype_feature_freezer/cli.py
Traceback (most recent call last):
  File "pyftfeatfreeze/src/opentype_feature_freezer/cli.py", line 7, in <module>
    import opentype_feature_freezer
ModuleNotFoundError: No module named 'opentype_feature_freezer'

@agargiulo
Copy link

bump, would like to see the pypi package reappear as well.

@twardoch
Copy link
Owner

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

@juandelperal
Copy link

Wonderful, thanks Adam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants