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

sos #3

Closed
43998213 opened this issue Jul 20, 2020 · 3 comments
Closed

sos #3

43998213 opened this issue Jul 20, 2020 · 3 comments

Comments

@43998213
Copy link

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'

@Kingzhoudk
Copy link
Owner

没有安装插件: snowboy ?

@Kingzhoudk
Copy link
Owner

@43998213
Copy link
Author

https://blog.csdn.net/weixin_40490238/article/details/102300225
刚看到,已经解决了,是这个问题,非常感谢。

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