-
Notifications
You must be signed in to change notification settings - Fork 9
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
ERROR: LoadError: LoadError: invalid subtyping in definition of Poi1 #67
Comments
Hello, I also meet this problem, how do you fix it in the end? |
@jmwjc , can you also run JuliaFEM.jl & UMAT.jl? Both do not work in julia 1.2.0... |
I get all tests passing for both v0.3.1 and master:
Test coverage is also high, 99 %. Is there a minimum working example of how this problem appears? |
@AAAWWWAA @ahojukka5 I try to install the JuliaFEM.jl in julia 1.3.0, but meet this problem during precompiling. |
In the FEMBasis.jl, the AbstractBasis should be declared with "{dim}", as shown by |
@ahojukka5 , first of all, I cannot install FEMBasis:
|
And FEMBase is also not possible to be installed
|
Yes. Now I get the same error, with following julia --project=.
] add JuliaFEM
] test JuliaFEM
This is happening in a new environment just created. |
Hello,
I cannot test FEMBase, i.e.
ERROR: LoadError: LoadError: invalid subtyping in definition of Poi1
The text was updated successfully, but these errors were encountered: