-
Notifications
You must be signed in to change notification settings - Fork 3
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
biosimulators no longer working on macOS #56
Comments
Just curious: what Python version were you using? |
I have been using python 3.11.3 but it also happens with the default macOS 3.9.6. It is pretty much independent on the python version. I think it is an issue with the capturer library. |
I ask because I have noticed that bio_copasi v. 0.1.25 installs with Python3.11, with the newest bio_copasi version being 0.1.35. When using Python 3.7, the latest version is fetched. |
I've created an issue with the utils package, as the problem comes from there. It would still be nice, if the simulator could work even without logging. |
trying to get the biosimulator running locally, I still find the same issue. if I try to execute it, or run tests, everything just freezes. @AlexPatrie I notice there are 2 draft PRs still open in utils about this ... it would be great if we could leave this issue open until it really is resolved. |
@fbergmann I realized that I was referencing another issue when closing this PR originally. Thanks for the clarification. |
Running the bio simulator, just freezes whenever the
StandardOutputErrorCapturer
is used. When I run without log file, it works, however no output is produced. sofreezes the program, needing for the python process to be killed. while
works fine, however it does not produce any output, and there is a warning message:
it would be nice if output could be produced without needing capturer.
The text was updated successfully, but these errors were encountered: