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

mac m1 运行崩溃 #1

Open
sologuy opened this issue May 18, 2023 · 3 comments
Open

mac m1 运行崩溃 #1

sologuy opened this issue May 18, 2023 · 3 comments

Comments

@sologuy
Copy link

sologuy commented May 18, 2023

运行环境: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'

@vra
Copy link
Owner

vra commented May 18, 2023

你好,感谢使用和反馈,能否发一下错误报告的详细内容,我分析一下。

pyttsx3的依赖问题我看看

@sologuy
Copy link
Author

sologuy commented May 18, 2023

谢谢回复,崩溃日志在附件
crash.log

@vra
Copy link
Owner

vra commented May 18, 2023

@sologuy 我看了log,查了下是Python的内存越界问题,比较底层,由于这个仓库使用的是GPT4All编译好的二进制文件,我目前也没比较好的方法来定位问题。你看使用GPT4All的Python Binding是否正常 https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-bindings/python/README.md

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