-
Notifications
You must be signed in to change notification settings - Fork 219
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
method overwritten when I add Turing.jl pkg #2061
Comments
Based on the warnings you posted they seem to be caused by the LinearSolve package. |
Thank you for the response, but when I completely remove the Turing package, I don't get the warning anymore while using any packages. Do you still think the issue is caused by LinearSolve pkg? |
Yes. LinearSolve seems to be an indirect dependency of Turing, therefore you can trigger the issue by loading Turing. The other packages in your environment probably don't depend on LinearSolve. |
OK, I'll try to reach out to them then. Thank you for your help. |
I'll close this since this seems to have been resolved. |
Hi, when I add Turing.jl and then I type >using Turing, it gives me several warnings related to method overwritten, one is
WARNING: Method definition init() in module LinearSolve at C:\Users....julia\packages\LinearSolve\3dHoj\src\init.jl:1 overwritten at C:\Users....julia\packages\LinearSolve\3dHoj\src\LinearSolve.jl:120.
** incremental compilation may be fatally broken for this module **
And then, this error pops up even when I try to use another package in Julia.
Do you think this error is related to Turing.jl itself or sth else?
The text was updated successfully, but these errors were encountered: