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

Segfault on Apple Silicon macs since Ventura 13.3.1(a) update #5

Closed
kilrah opened this issue May 10, 2023 · 3 comments
Closed

Segfault on Apple Silicon macs since Ventura 13.3.1(a) update #5

kilrah opened this issue May 10, 2023 · 3 comments

Comments

@kilrah
Copy link

kilrah commented May 10, 2023

Reported here on pyttsx3 but also happens on pyttsx4, any chance you could have a look at this?

nateshmbhat#274

@Jiangshan00001
Copy link
Owner

Jiangshan00001 commented May 11, 2023

i have check the error, and it seems the pyobjc version problem.

the problem happens when pyobjc version is 9.1.1.

pip install pyobjc==9.0.1 fix the problem.

try and see.

further more:
ronaldoussoren/pyobjc#551
pyobjc with version 9.1.1 has a Segmentation fault bug.
it is fixed in version 9.2.0
https://pyobjc.readthedocs.io/en/latest/changelog.html

let waitting for the next new version or just use old 9.0.1 version.

@kilrah
Copy link
Author

kilrah commented May 11, 2023

Thanks will have a look!

@kilrah
Copy link
Author

kilrah commented May 13, 2023

Seems fine both ways indeed!

@kilrah kilrah closed this as completed May 13, 2023
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