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

ERROR: Unsatisfiable requirements detected for package ArrayTools #6

Closed
ChepeBorras opened this issue Sep 30, 2023 · 2 comments
Closed

Comments

@ChepeBorras
Copy link

Facing this issue when installing the package!

(@v1.9) pkg> add https://github.com/emmt/LazyAlgebra.jl
    Updating git-repo `https://github.com/emmt/LazyAlgebra.jl`
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package ArrayTools [1dc0ca97]:
 ArrayTools [1dc0ca97] log:
 ├─possible versions are: 0.3.0 or uninstalled
 ├─ArrayTools [1dc0ca97] is fixed to version 0.3.0
 └─restricted to versions 0.2 by LazyAlgebra [aeaa251e] — no versions left
   └─LazyAlgebra [aeaa251e] log:
     ├─possible versions are: 0.3.0 or uninstalled
     └─LazyAlgebra [aeaa251e] is fixed to version 0.3.0
@emmt
Copy link
Owner

emmt commented Oct 2, 2023

I see that you are trying to install the master version which is largely a work in progress. Unless you really want to use new LazyAlgebra features, you should just stick with the official version (v0.2 branch) and just do:

pkg> add LazyAlgebra

Current version of LazyAlgebra is 0.2.6. Let me known if it does not work.

@ChepeBorras
Copy link
Author

It worked, thank you!

@emmt emmt closed this as completed Oct 9, 2023
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