You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the project recently (nice work, I really like it) and on startup the following error was thrown:
Traceback (most recent call last): File "inkyphat-stockmarket.py", line 139, in <module> from fonts.ttf import FredokaOne ImportError: cannot import name 'FredokaOne' from 'fonts.ttf' (/usr/local/lib/python3.7/dist-packages/fonts/ttf/__init__.py)
I was able to resolve this issue by just installing the font via pip (pip install font-fredoka-one), I think it would be better to include it in the requirements.txt
Read about and create a requirements.txt file for external modules.
The text was updated successfully, but these errors were encountered: