Git Product home page Git Product logo

Comments (6)

pinkjimrussiagirl avatar pinkjimrussiagirl commented on August 17, 2024

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

from twemoji-color-font.

ynot01 avatar ynot01 commented on August 17, 2024

same problem

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

from twemoji-color-font.

13rac1 avatar 13rac1 commented on August 17, 2024

please see #96

from twemoji-color-font.

pinkjimrussiagirl avatar pinkjimrussiagirl commented on August 17, 2024

please see #96

i read it all but it was too confusing

from twemoji-color-font.

freshairr avatar freshairr commented on August 17, 2024

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.

from twemoji-color-font.

SleepyCatten avatar SleepyCatten commented on August 17, 2024

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.

from twemoji-color-font.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.