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

Package dependencies are currently not consistent #149

Open
TSGut opened this issue Nov 10, 2023 · 2 comments
Open

Package dependencies are currently not consistent #149

TSGut opened this issue Nov 10, 2023 · 2 comments

Comments

@TSGut
Copy link

TSGut commented Nov 10, 2023

The package can currently not be installed and used by just running something like add https://github.com/ACEsuit/ACE.jl, since the deps can't be resolved. The issue appears to specifically be that ACEbase.jl was not tagged at the requested version 0.2.4, so ACE can't install that. A git savvy user can run something like

]add https://github.com/ACEsuit/ACEbase.jl#3127b688f41cdd14247f8db5c8e4f531e31dc761

to add the specific commit at which ACEbase was 0.2.4 and then everything works fine but that seems convoluted for a typical user.

ACE also doesn't currently seem compatible with ACEbase 0.4+ so a simple dependency bump doesn't appear to be an option, would take some work.

@TSGut
Copy link
Author

TSGut commented Nov 10, 2023

I see that ACE has its own registry at https://github.com/ACEsuit/ACEregistry, it works when using that rather than the Julia registry. Is that the intended way to use this package? If so, the readme for this package should probably alert to the non-default registry. There is mention of another registry in the docs, though.

This issue occurs on the Julia registry, which I am not sure is intended to be supported?

@cortner
Copy link
Member

cortner commented Nov 10, 2023

Yes - please use only the ACE registry

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