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

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\cuyug\assets\Permanent_Marker\PermanentMarker-Regular.ttf` #44

Closed
matthewcuyugan opened this issue Aug 31, 2021 · 2 comments

Comments

@matthewcuyugan
Copy link

matthewcuyugan commented Aug 31, 2021

Can someone help me how to fix these errors? Thanks in advance.

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\cuyug\assets\Permanent_Marker\PermanentMarker-Regular.ttf`

DeprecationWarning: An exception was ignored while fetching the attribute array_interfacefrom an object of type 'Polygon'. With the exception ofAttributeError NumPy will always raise this exception in the future. Raise this deprecation warning to see the original exception. (Warning added NumPy 1.21)

@matthewcuyugan matthewcuyugan changed the title Errors while running the script FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\cuyug\assets\Permanent_Marker\PermanentMarker-Regular.ttf` Aug 31, 2021
@hanksims
Copy link

That's a font file. You need to have it, and it needs to exist at the path you've specified.

You can use any TrueType font, so long as your program can find it on your system.

The "PermanentMarker-Regular.ttf" file, which is used in several of the examples, can be downloaded from here:

https://fonts.google.com/specimen/Permanent+Marker

@matthewcuyugan
Copy link
Author

That's a font file. You need to have it, and it needs to exist at the path you've specified.

You can use any TrueType font, so long as your program can find it on your system.

The "PermanentMarker-Regular.ttf" file, which is used in several of the examples, can be downloaded from here:

https://fonts.google.com/specimen/Permanent+Marker

Thank you very much!

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

2 participants