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

Probably Doing Something Stupid But I can't figure out what. #96

Open
IRONM00N opened this issue Dec 6, 2020 · 12 comments
Open

Probably Doing Something Stupid But I can't figure out what. #96

IRONM00N opened this issue Dec 6, 2020 · 12 comments

Comments

@IRONM00N
Copy link

IRONM00N commented Dec 6, 2020

I am using windows 10
version 13.0.1

I have followed all the windows install steps however I get this error. I installed and reinstalled python to make sure it was added to PATH but I still get this error.

Checking if Segoe UI Emoji is installed
Checking if Segoe UI Symbol is installed.
Checking if prerequisites are installed.
Ensuring the latest FontTools is installed.
Requirement already satisfied: fonttools in c:\users\ironmoon\appdata\roaming\python\python39\site-packages (4.18.1.dev0)

ttx.exe not found, please add Python's Scripts folder to PATH
@13rac1
Copy link
Owner

13rac1 commented Dec 8, 2020

I believe that happens when you don't restart after installing Python. Check the PATH value https://www.educative.io/edpresso/how-to-add-python-to-path-variable-in-windows

@13rac1 13rac1 added the question label Dec 8, 2020
@IRONM00N
Copy link
Author

IRONM00N commented Dec 8, 2020

I have restarted my pc multiple times after installing Python. I have attached a screenshot of my path value.
Screenshot 2020-12-07 212230

@IRONM00N
Copy link
Author

IRONM00N commented Dec 19, 2020

I figured out what I did wrong and completed the installer, however, I don't see the emojis.

It shows up for any emoji that Widows doesn't have by default but the rest are still windows emojis.
image

@13rac1
Copy link
Owner

13rac1 commented Dec 20, 2020

I figured out what I did wrong and completed the installer, however, I don't see the emojis.

What went wrong? How can we make the docs better?

It shows up for any emoji that Widows doesn't have by default but the rest are still windows emojis.

Huh, that's odd. This is the first report I've seen of this occurring. Guessing: Perhaps a Windows update changed something? I generally run Linux, but have a Win10 install on one machine. I can test the install in the next few weeks, thought hopefully someone else has an idea.

@IRONM00N
Copy link
Author

i just had to add pip to path lol. Maybe emphasizing the adding to path of pip would help a bit.

@MikeWH
Copy link

MikeWH commented Jan 10, 2021

Could you expand on "just had to add pip to path"? I have the same path items (..\python39\scripts\ and ..\python39) shown in the screen shot above. Is another required?

@Kurty00
Copy link

Kurty00 commented Feb 25, 2021

@IRONM00N

i just had to add pip to path lol. Maybe emphasizing the adding to path of pip would help a bit.

Which directory did you add to PATH? I ran into the same issue and it would really help to know this.

Edit: Okay. Adding ..\Python39\Lib\site-packages\pip to the PATH worked.

@13rac1
Copy link
Owner

13rac1 commented Feb 26, 2021

@Kurty00 Can you submit a PR updating the docs to make that more clear? I want this resolved for others in the future.

@IRONM00N
Copy link
Author

I still haven't gotten the windows emojis to not override the twemoji ones like the ss I sent above.

@blakegearin
Copy link

blakegearin commented Dec 16, 2021

I'm getting the same error even after adding pip to my path. Does it matter where the pip entry is? I tried with and without a \ at the end of pip and made sure to restart several times throughout the process.

Ah, figured it out. FontTools wasn't installed properly. The fix was to delete the fonttools directories under C:\Python39\Lib\site-packages then run pip install fonttools

@pinkjimrussiagirl
Copy link

@IRONM00N

i just had to add pip to path lol. Maybe emphasizing the adding to path of pip would help a bit.

Which directory did you add to PATH? I ran into the same issue and it would really help to know this.

Edit: Okay. Adding ..\Python39\Lib\site-packages\pip to the PATH worked.

how can i add it if pressing any key closes it

@pinkjimrussiagirl
Copy link

this is too confusing for me, is there a tutorial on youtube that can explain it better

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

6 participants