-
Notifications
You must be signed in to change notification settings - Fork 0
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
AttributeError: 'FreeTypeFont' object has no attribute 'getsize_multiline' #2
Comments
Sorry if this is a lot, I'm happy to help wherever I can |
After looking more in depth (on Reddit) I think that attribute |
Yeah, so in many Linux distros |
It worked flawlessly |
So I think the problem here is something with pillow or the font, when I try to install/update/upgrade pillow with python3 it gives me a build error for
/Pillow-8.3.2
and when I install with python it installsPillow-6.2.2
what is the proper version? Also, should I be usingpython3
orpython
?Installing pillow with python
Installing pillow with python3
running with python3
also, when I run main.py with python it gives me an error about async def
also, when I try to use your command in the readme to install discord api it gives me an error but works when I use
python3 -m pip install -U discord.py
it worksinstalling discord with python
installing discord with python3
The text was updated successfully, but these errors were encountered: