-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Description
We have written the needed data into your clipboard because it was too large to send. Please paste.
Issue Type: Bug
in a morning, i run this program and it work properly then after i run this program in afternoon and unfortunatly it can't work.
it show an error
** 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:/study/jarvis1/jarvis.py", line 9, in
engine = pyttsx3.init()
File "C:\python\lib\site-packages\pyttsx3_init_.py", line 22, in init
eng = Engine(driverName, debug)
File "C:\python\lib\site-packages\pyttsx3\engine.py", line 30, in init
self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug)
File "C:\python\lib\site-packages\pyttsx3\driver.py", line 50, in init
self.module = importlib.import_module(name)
File "C:\python\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in find_and_load
File "", line 967, in find_and_load_unlocked
File "", line 677, in load_unlocked
File "", line 728, in exec_module
File "", line 219, in call_with_frames_removed
File "C:\python\lib\site-packages\pyttsx3\drivers\sapi5.py", line 1, in
import comtypes.client # Importing comtypes.client will make the gen subpackage
File "C:\python\lib\site-packages\comtypes_init.py", line 1176, in
class IPersist(IUnknown):
File "C:\python\lib\site-packages\comtypes_init.py", line 1181, in IPersist
( ['out'], POINTER(GUID), 'pClassID' )),
File "C:\python\lib\site-packages\comtypes_init.py", line 1099, in COMMETHOD
from comtypes.automation import VARIANT
File "C:\python\lib\site-packages\comtypes\automation.py", line 12, in
from comtypes import npsupport
File "C:\python\lib\site-packages\comtypes\npsupport.py", line 5, in
import numpy
File "C:\python\lib\site-packages\numpy_init.py", line 305, in
win_os_check()
File "C:\python\lib\site-packages\numpy_init.py", line 302, in _win_os_check
raise RuntimeError(msg.format(file)) from None
RuntimeError: The current Numpy installation ('C:\python\lib\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
VS Code version: Code 1.51.0 (fcac248, 2020-11-05T18:18:23.642Z)
OS version: Windows_NT x64 10.0.19042