We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
运行环境:Mac M1 Pro
which python3 /Users/xxx/project/talkGPT4All/talkgpt4all/bin/python3
运行命令:
python3 chat.py --platform mac-m1 [1] 76330 segmentation fault /Users/xxx/project/talkGPT4All/talkgpt4all/bin/python3 chat.py mac-m1
然后就弹出Python崩了,发送错误报告给Apple 另外,这个项目的依赖中似乎缺了一个:pyttsx3,不安装会报错 ModuleNotFoundError: No module named 'pyttsx3'
The text was updated successfully, but these errors were encountered:
你好,感谢使用和反馈,能否发一下错误报告的详细内容,我分析一下。
pyttsx3的依赖问题我看看
Sorry, something went wrong.
谢谢回复,崩溃日志在附件 crash.log
@sologuy 我看了log,查了下是Python的内存越界问题,比较底层,由于这个仓库使用的是GPT4All编译好的二进制文件,我目前也没比较好的方法来定位问题。你看使用GPT4All的Python Binding是否正常 https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-bindings/python/README.md
No branches or pull requests
运行环境:Mac M1 Pro
运行命令:
然后就弹出Python崩了,发送错误报告给Apple
另外,这个项目的依赖中似乎缺了一个:pyttsx3,不安装会报错
ModuleNotFoundError: No module named 'pyttsx3'
The text was updated successfully, but these errors were encountered: