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

pyfiglet.FontNotFound: larry3d #54

Open
mithunshaji opened this issue Jan 19, 2022 · 1 comment
Open

pyfiglet.FontNotFound: larry3d #54

mithunshaji opened this issue Jan 19, 2022 · 1 comment

Comments

@mithunshaji
Copy link

I have tried to install different pyfiglet package still the issue is not solved

Traceback (most recent call last):
File "/home/psyhax/Adhrit/app.py", line 12, in
from adhrit.recons.smarser.parser import parser
File "/home/psyhax/Adhrit/adhrit/recons/smarser/parser.py", line 4, in
from smalisca.core.smalisca_main import SmaliscaApp
File "/usr/local/lib/python3.9/dist-packages/smalisca/core/smalisca_main.py", line 37, in
import smalisca.core.smalisca_config as config
File "/usr/local/lib/python3.9/dist-packages/smalisca/core/smalisca_config.py", line 73, in
class HelpMessage:
File "/usr/local/lib/python3.9/dist-packages/smalisca/core/smalisca_config.py", line 77, in HelpMessage
f = Figlet(font='larry3d')
File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 794, in init
self.setFont()
File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 801, in setFont
self.Font = FigletFont(font=self.font)
File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 126, in init
self.data = self.preloadFont(font)
File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 147, in preloadFont
raise FontNotFound(font)
pyfiglet.FontNotFound: larry3d

@rahul-sani
Copy link
Collaborator

@mithunshaji Reinstalling pyfiglet should be solving this issue. Try reinstalling once using the command below.

python3 -m pip install pyfiglet

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