I’m trying to install a specific version of the ceph-dev package, 18.2.4. The latest version 19.2.0 is able to be installed with no error. However, installing 18.2.4 (or any older version I’ve tried) results in the “constraints for group ‘toplevel’ are too tight” error. This happens even when I’m trying to install ceph-dev into a flox environment with no other packages installed and with no other flox enviroments active. I’ve also tried setting ceph-dev.pkg-group
in the manifest but it still says the constraints are too tight. Is there any way to get more information about what the cause of this error is?
We have an error in some of our version handling, so for ceph-dev at the moment all the versions have a ceph-
prepended. If you copy and paste the version from flox show
, that should be able to install. This manifest is working for me:
version = 1
[install]
ceph-dev.pkg-path = "ceph-dev"
ceph-dev.version = "ceph-18.2.4"
ceph-dev.systems = [ "x86_64-linux" ]
Does that workaround it for you? I think we’re planning to fix that bug pretty soon
Yes that worked, thanks!