Dune version not supported
问题 I am trying to install google-drive-ocamlfuse from source, but the prereuiqisites got me a little confused. I am experiencing this error: [bf@localhost google-drive-ocamlfuse]$ dune build @install File "/home/bf/.opam/default/lib/gapi-ocaml/dune-package", line 1, characters 11-15: 1 | (lang dune 1.11) ^^^^ Error: Version 1.11 of dune is not supported. Supported versions: - 0.0 - 1.0 to 1.7 I have dune version 1.7 installed: [bf@localhost google-drive-ocamlfuse]$ dune --version %%VERSION%% [bf