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

Problems with implicitly required packages in manifest #830

Closed
MSeeker1340 opened this issue Oct 14, 2018 · 2 comments
Closed

Problems with implicitly required packages in manifest #830

MSeeker1340 opened this issue Oct 14, 2018 · 2 comments

Comments

@MSeeker1340
Copy link

I've recently come across a few similar problems across Julia packages. The problems have the following distinguishing form:

  • Package X requires package Y. X is installed via ]add X and as a result, Y is installed and added to Manifest.toml.

  • The error occurs when we try to use some package X functionality which depends on Y. Either Y cannot be found or it crashes.

  • The error can be resolved by explicitly ]add Y to the project.

Examples:

@fredrikekre
Copy link
Member

The last example is probably just an issue with ODEInterface which looks like a mess. In particular https://github.com/luchr/ODEInterface.jl/blob/384de232de89d5e4688f03166c934348829ea543/src/DLSolvers.jl#L102-L127 could use just @__DIR__ or something unless I miss something...

@fredrikekre
Copy link
Member

malmaud/TensorFlow.jl#439 and malmaud/TensorFlow.jl#446 seems to be related to JuliaLang/julia#28781 so I don't think there is any reason to leave this issue open? Comment otherwise.

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

2 participants