-
Notifications
You must be signed in to change notification settings - Fork 10
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
failed to precompile Nonconvex #165
Comments
This PR gridap/GridapEmbedded.jl#75 fixes your issue on my machine. Please test it and let me know. |
Thanks @mohamed82008 for your fast reply. The changes in this PR solve some precompilation problems (e.g. miniQhull and GridapEmbedded) but still having the following sequence of failures: ✗ SymbolicUtils |
try adding the latest Nonconvex 2.1.3 |
Hi @mohamed82008, I have started a brand new project and added these two packages GridapEmbedded v0.8.2 I can precompile both packages separately but having the same precompilation issues when both are together. My Julia Version 1.10.0 |
This works for me in a new environment. Note that you need to use the PR branch in GridapEmbedded until it gets merged. import Pkg
Pkg.add(url = "https://github.com/mohamed82008/GridapEmbedded.jl", rev = "patch-1")
Pkg.add("Nonconvex")
using Nonconvex, GridapEmbedded julia> Pkg.status()
Status `~/../Project.toml`
[8838a6a3] GridapEmbedded v0.8.2 `https://github.com/mohamed82008/GridapEmbedded.jl#patch-1`
[01bcebdf] Nonconvex v2.1.3 |
Thank you @mohamed82008, the issue is solved. 👍 |
Hello, I'm using GridapEmbedded package and when I add Nonconvex to my project I receive an error due to failed precompilation. It seems to be any conflict between this two packages. I am using Mac, I would appreciate it if you could help me with some advice.
The text was updated successfully, but these errors were encountered: