I am running Glumpy on python 3.7.2 and windows 10. I keep getting this error EVEN AFTER installing through pip.
Traceback (most recent call last):
File "C:\Users\algeb\Downloads\Animoji-Animate-master\animate.py", line 3, in <module>
from glumpy import app, gloo, gl
File "C:\Users\algeb\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glumpy\__init__.py", line 7, in <module>
from . import app
File "C:\Users\algeb\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glumpy\app\__init__.py", line 16, in <module>
from glumpy.ext.inputhook import inputhook_manager, stdin_ready
File "C:\Users\algeb\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glumpy\ext\__init__.py", line 6, in <module>
from . import freetype
File "C:\Users\algeb\AppData\Local\Programs\Python\Python37-32\lib\site-packages\glumpy\ext\freetype\__init__.py", line 49, in <module>
raise RuntimeError('Freetype library not found')
RuntimeError: Freetype library not found
For me it helped to install the Microsoft C++ Redistributable from https://visualstudio.microsoft.com/en/downloads/