Currently attempting to get ocaml up and running in VSCode on windows 11 (win64). Have attempted getting the dkml distribution running, which has given me utop, ocaml, ocaml, opam. But for some reason I don’t have dkml (have followed the instructions on the site).
When I attempt ‘opam install dune’ I get the following error:
[ERROR] dune = 3.12.1 unmet availability conditions: ‘os != “win32” | os-distribution = “cygwinports”’
and if I attempt other dune versions I get:
[ERROR] dune = 3.14.0: not available because the package is pinned to version 3.12.1
I’ve done all of the installation in a windows power shell environment. I am also aware of the page about sunsetting opam-repositry-mingw, but unsure how to circumnavigate this.
I have also attempted manual installation but that is throwing checksum mismatches.
Any help would be very much appreciated as this is quite frustrating.
3 posts - 3 participants