When running the opam install uri qcow.0.10.4 conduit.1.0.0 lwt.3.1.0 qcow-tool mirage-block-unix.2.9.0 conf-libev logs fmt mirage-unix prometheus-app
I received the following error that my OCaml was to new 4.08.0.
So I had to do opam switch create ocaml-base-compiler 4.07.1 and reran the code.
The text was updated successfully, but these errors were encountered:
hyperkit % opam install uri qcow.0.10.4 conduit.1.0.0 lwt.3.1.0 qcow-tool mirage-block-unix.2.9.0 conf-libev logs fmt mirage-unix prometheus-app
The following dependencies couldn't be met:
- lwt → ocaml < 4.08.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
When running the
opam install uri qcow.0.10.4 conduit.1.0.0 lwt.3.1.0 qcow-tool mirage-block-unix.2.9.0 conf-libev logs fmt mirage-unix prometheus-appI received the following error that my OCaml was to new 4.08.0.
So I had to do
opam switch create ocaml-base-compiler 4.07.1and reran the code.The text was updated successfully, but these errors were encountered: