-
Notifications
You must be signed in to change notification settings - Fork 16
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
Errors when testing the Thermostat
tutorial problem
#750
Comments
As you say, these other packages fail to compile. We cannot do anything about that. |
Thank you, I will monitor the issue in SciML and close the issue when it is resolved. |
Hey @gkaf89 shall we close this, or is the issue still present? |
No, tested again with the latest package versions, and the issue is still present. I will try to look into a solution as soon as I get the chance. |
@gkaf89: I found that one of our dependencies held back some other central package, which was likely the reason why you had to use such an old version of ↑ SimpleNonlinearSolve v0.1.23 ⇒ v1.2.0 I suggest you try again now. |
Hello, I have tested with version 1.2.0 of Thank you very much! |
I am trying to test the
Thermostat
problem from the tutorial, but it fails with errors during precompilation. Is this a bug?Reproducing the behavior
micromamba env create --name julia
micromamba activate julia
micromamba install --channel conda-forge julia
pkg> activate Tutorial
pkg> add ReachabilityAnalysis, ModelingToolkit
ReachabilityAnalysis
version: v0.22.1ModelingToolkit
version: v8.70.0At this point the packages that fail to compile are:
Error messages
If I try to run the tutorial problem, I get the following error message when running from the project directory:
The content of the thermostat file is:
The text was updated successfully, but these errors were encountered: