Skip to content
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

Closed
haniehmsv opened this issue Aug 6, 2023 · 5 comments
Closed

method overwritten when I add Turing.jl pkg #2061

haniehmsv opened this issue Aug 6, 2023 · 5 comments

Comments

@haniehmsv
Copy link

haniehmsv commented Aug 6, 2023

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?

@devmotion
Copy link
Member

Based on the warnings you posted they seem to be caused by the LinearSolve package.

@haniehmsv
Copy link
Author

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?

@devmotion
Copy link
Member

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.

@haniehmsv
Copy link
Author

OK, I'll try to reach out to them then. Thank you for your help.

@Red-Portal
Copy link
Member

I'll close this since this seems to have been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants