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

Macromodelling package issue #95

Closed
laurencejj opened this issue Dec 5, 2024 · 2 comments
Closed

Macromodelling package issue #95

laurencejj opened this issue Dec 5, 2024 · 2 comments

Comments

@laurencejj
Copy link

laurencejj commented Dec 5, 2024

Hi, I would love to use your package as it looks really useful. However, I am having issues getting it working, when I install it:

ERROR: LoadError: MethodError: no method matching AbstractDifferentiation.ForwardDiffBackend()
The type `AbstractDifferentiation.ForwardDiffBackend` exists, but no method is defined for this combination of argument types when trying to construct it.

I always get the following error:
✗ ImplicitDifferentiation → ImplicitDifferentiationForwardDiffExt as your package is relying on ImplicitDifferentiation v0.5.2, however it is now at version 0.6.3 and even removing and installing the earlier package causes issues.

Error: Error during loading of extension ImplicitDifferentiationForwardDiffExt of ImplicitDifferentiation, use `Base.retry_load_extensions()` to retry.
│  │   exception =
│  │    1-element ExceptionStack:

and

ImplicitDifferentiation [57b37032] log:
 ├─possible versions are: 0.1.0 - 0.6.2 or uninstalled
 ├─restricted to versions * by project [7045c446], leaving only versions: 0.1.0 - 0.6.2
 │ └─project [7045c446] log:
 │   ├─possible versions are: 0.0.0 or uninstalled
 │   └─project [7045c446] is fixed to version 0.0.0
 ├─restricted to versions 0.6.2 by an explicit requirement, leaving only versions: 0.6.2
 └─restricted by compatibility requirements with MacroModelling [687ffad2] to versions: [0.2.0 - 0.3.0, 0.5.0 - 0.5.2] — no versions left

Please let me know how I can get it working! Thanks!!

@laurencejj
Copy link
Author

fixed by proper project package management

@thorek1
Copy link
Owner

thorek1 commented Dec 8, 2024

Thanks for posting.

You should be able to safely ignore the precompilation error. I tested a fresh install and it works as intended despite the precompilation error. The upcoming release will fix the precompilation error.

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