-
Notifications
You must be signed in to change notification settings - Fork 21
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
_communicate in Popen (subprocess.py) appears to sporadically hang on Apple M1 hardware #115
Comments
|
The function
For now, I have switched to a Linux machine and all is working. However, for those running Mac M1 it would be nice to see if we can fix this. |
Hey, I have the same problem. I think it's a problem with the included binaries. By installing gringo = ./gringo-4.4.0/gringo_mac64
clasp = ./clasp-3.2.0/clasp-3.2.0_mac64 to gringo = /opt/homebrew/bin/gringo
clasp = /opt/homebrew/bin/clasp it started to work. |
@janvasiljevic yes, might be that the shipped mac binaries are outdated. |
Hi, I'm using 3.0.14 on Apple M1 hardware with Python 3.8.10 virtual environment. I'm experiencing sporadic but frequent hangs. When debugging the code, it appears that the hang results from the following while loop in
_communicate
never exiting:I can repeat this on many of the functions in the test code. Any ideas on this or whether pyboolnet 3.0.14 has been tested on M1 hardware?
The text was updated successfully, but these errors were encountered: