-
Notifications
You must be signed in to change notification settings - Fork 19
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
GridapGmsh is not loaded or installed properly. #51
Comments
Hi @LeoXXVII, from the info you tell it is difficult to know what is going on. In any case, try to use the latest versions of Gridap (v0.17.7) and GridapGmsh (0.5.0). |
In that case, I'm sorry for my ignorance, but how can I update to the latest versions manually?? |
it's work using Pkg.add(url="https://github.com/gridap/Gridap.jl", rev="master") |
Try to build the package with
|
The issue about GridapFSI seems to be independent. I would try to install GridapGmsh in a CLEAN environment. That is, create a new folder and launch Julia as
Then, |
I mean, that's the reason I send the pic, is right there the gmsh.jl and is the gmsh sdk. |
@LeoXXVII Your last log looks OK! Now you should have a working GriadpGmsh. |
Hi @fverdugo , @LeoXXVII . I had similar issues with Windows and switched to Mac to use GridapGmsh, but I think there are a couple of students that succeeded using it in Windows. I'll try to see if I can build it with a newer version. By the way, @LeoXXVII , GridapFSI is not updated to the latest versions of Gridap. I'll work on it in the coming days. |
I just tried to generate a discrete model with the latest versions of Gridap (v17.7) and GridapGmsh (v0.5.0) in a fresh environment. Everything worked well. |
Hi again, sorry for not replying before, some agitated days. |
Update: using differents environments, using Gridap v0.16.5 appears the same error as before. But no using Gridap v.0.17.x |
I would open an issue in Tutorials if there is a tutorial that is not working (probably needs to be updated to the new version). Regarding GridapFSI, I did some progress on the update and I hope to have it ready soon. |
I was using the package of Gridap v0.15.5 and GridapGmsh v0.4.5 without any problem before. But, when I add the package GridapFSI and no example give any result, I tried updating all the packages, and now every time I tried to run a code using GridapGmsh appears the error: "GridapGmsh is not loaded or installed properly."
I tried: >Removing and adding again Gridap and GridapGmsh
I don't know what to do now, any idea?
The text was updated successfully, but these errors were encountered: