When I run jt -l it is showing something which is not understandable

It is showing this:-
C:\Users\jpriy>jt -l
** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD parameter number 2 had an illegal value
** On entry to DORGHR DORGQR parameter number 2 had an illegal value
** On entry to DHSEQR parameter number 4 had an illegal value
Traceback (most recent call last):
File “c:\program files\python36\lib\runpy.py”, line 193, in run_module_as_main
main”, mod_spec)
File “c:\program files\python36\lib\runpy.py”, line 85, in run_code
exec(code, run_globals)
File "C:\Users\jpriy\AppData\Roaming\Python\Python36\Scripts\jt.exe_main
.py", line 4, in
File "C:\Users\jpriy\AppData\Roaming\Python\Python36\site-packages\jupyterthemes_init
.py", line 6, in
from . import jtplot
File “C:\Users\jpriy\AppData\Roaming\Python\Python36\site-packages\jupyterthemes\jtplot.py”, line 5, in
import matplotlib as mpl
File “C:\Users\jpriy\AppData\Roaming\Python\Python36\site-packages\matplotlib_init_.py”, line 107, in
from . import cbook, rcsetup
File “C:\Users\jpriy\AppData\Roaming\Python\Python36\site-packages\matplotlib\cbook_init_.py”, line 28, in
import numpy as np
File “C:\Users\jpriy\AppData\Roaming\Python\Python36\site-packages\numpy_init_.py”, line 305, in
win_os_check()
File "C:\Users\jpriy\AppData\Roaming\Python\Python36\site-packages\numpy_init
.py", line 302, in _win_os_check
raise RuntimeError(msg.format(file)) from None
RuntimeError: The current Numpy installation (‘C:\Users\jpriy\AppData\Roaming\Python\Python36\site-packages\numpy\init.py’) fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
How can I resolve this?

hey @jsrishty ,
can you please once check whether your jupyter notebook is properly installed or not.
And also let know what are your python version and windows version you are currently working on.

Thank You :slightly_smiling_face:.