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

windows: install does not work at all for me #121

Open
pinkjimrussiagirl opened this issue Aug 11, 2022 · 6 comments
Open

windows: install does not work at all for me #121

pinkjimrussiagirl opened this issue Aug 11, 2022 · 6 comments

Comments

@pinkjimrussiagirl
Copy link

i downloaded all the stuff for the font and uncompressed it, but when i go to install it, it just says ttx.exe is not found
image

please help me fix this from happening otherwise i will have to install the sf pro font (ios font) and use that instead

@pinkjimrussiagirl
Copy link
Author

note: i did fully install python and it still says the same thing

@ynot01
Copy link

ynot01 commented Oct 15, 2022

same problem

confirmed that my script folder is in PATH,
script folder does not contain a ttx.exe

@13rac1 13rac1 changed the title install does not work at all for me windows: install does not work at all for me Oct 27, 2022
@13rac1
Copy link
Owner

13rac1 commented Oct 27, 2022

please see #96

@pinkjimrussiagirl
Copy link
Author

please see #96

i read it all but it was too confusing

@freshairr
Copy link

same problem !

@ynot01 since you have the PATHS set up correctly, it looks like you just need to re-install fontTools (since it says it found it installed, but maybe not correctly).
Go to your C:\python39\Lib\site-packages and delete the fontTools folder.
Then run pip install fonttools in cmd and you should have ttx.exe in your scripts folder.

i read it all but it was too confusing

@pinkjimrussiagirl similar to above.
You need to first make your Scripts folder is in PATH. Follow the video instructions here: https://realpython.com/add-python-to-path/#how-to-add-python-to-path-on-windows
Then run the command above to install fontTools and try the twemoji installer again.

@SleepyCatten
Copy link

I had the same issue. Despite telling Python to add itself to path, it hadn't added itself to path.

To resolve it, I added to to my user & system paths as follows:

Start bar
Type in environment
image
Clicked on "edit the system environment variables".
Clicked on "Environment Variables"
Under both "User variables for [my name]" & "System variables", I clicked on "PATH", "Edit", "New", then added the following:

%USERPROFILE%\AppData\Roaming\Python\Python311\Scripts

After rebooting, the script starting working.

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

No branches or pull requests

5 participants