13rac1 / twemoji-color-font

Twitter Unicode emoji color OpenType-SVG font for Linux/MacOS/Windows
Other
1.68k stars 73 forks source link

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

Open pinkjimrussiagirl opened 2 years ago

pinkjimrussiagirl commented 2 years ago

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 commented 2 years ago

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

ynot01 commented 1 year ago

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

13rac1 commented 1 year ago

please see #96

pinkjimrussiagirl commented 1 year ago

please see #96

i read it all but it was too confusing

freshairr commented 1 year ago

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 commented 1 year ago

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.