No viewers found for '%s' output format.
Package:
sympy
8356
Exception Class:
OSError
Raise code
candidate in candidate_viewers:
path = shutil.which(candidate)
if path is not None:
viewer = path
break
else:
raise OSError(
"No viewers found for '%s' output format." % output)
else:
if viewer == "file":
if filename is None:
raise ValueError("filename has to be specified if viewer=\"file\"")
elif viewer == "BytesIO":
if outputbuffer is None:
Links to the raise (1)
https://github.com/sympy/sympy/blob/2c83657ff1c62fc2761b639469fdac7f7561a72a/sympy/printing/preview.py#L198NO FIXES YET
Just press the button and we will add solution
to this exception as soon as possible
* As many users press the button, the faster we create a fix
Add a possible fix
Please authorize to post fix