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
/Users/apple/Desktop/ZWWDVersion3V3.1/venv/bin/python /Users/apple/Desktop/JLing/JLing.py
Traceback (most recent call last):
File "/Users/apple/Desktop/JLing/Snowboy/snowboydetect.py", line 14, in swig_import_helper
return importlib.import_module(mname)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/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 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'Snowboy._snowboydetect'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/apple/Desktop/JLing/JLing.py", line 2, in
from Speak import JLing_Speak
File "/Users/apple/Desktop/JLing/Speak.py", line 11, in
from Snowboy.snowboy import Snowboy_JLing
File "/Users/apple/Desktop/JLing/Snowboy/snowboy.py", line 2, in
from . import snowboydecoder
File "/Users/apple/Desktop/JLing/Snowboy/snowboydecoder.py", line 6, in
from . import snowboydetect
File "/Users/apple/Desktop/JLing/Snowboy/snowboydetect.py", line 17, in
_snowboydetect = swig_import_helper()
File "/Users/apple/Desktop/JLing/Snowboy/snowboydetect.py", line 16, in swig_import_helper
return importlib.import_module('_snowboydetect')
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_snowboydetect'
The text was updated successfully, but these errors were encountered:
I got this
/Users/apple/Desktop/ZWWDVersion3V3.1/venv/bin/python /Users/apple/Desktop/JLing/JLing.py
Traceback (most recent call last):
File "/Users/apple/Desktop/JLing/Snowboy/snowboydetect.py", line 14, in swig_import_helper
return importlib.import_module(mname)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/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 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'Snowboy._snowboydetect'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/apple/Desktop/JLing/JLing.py", line 2, in
from Speak import JLing_Speak
File "/Users/apple/Desktop/JLing/Speak.py", line 11, in
from Snowboy.snowboy import Snowboy_JLing
File "/Users/apple/Desktop/JLing/Snowboy/snowboy.py", line 2, in
from . import snowboydecoder
File "/Users/apple/Desktop/JLing/Snowboy/snowboydecoder.py", line 6, in
from . import snowboydetect
File "/Users/apple/Desktop/JLing/Snowboy/snowboydetect.py", line 17, in
_snowboydetect = swig_import_helper()
File "/Users/apple/Desktop/JLing/Snowboy/snowboydetect.py", line 16, in swig_import_helper
return importlib.import_module('_snowboydetect')
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_snowboydetect'
The text was updated successfully, but these errors were encountered: