I have installed utop via opam (opam install utop) before. It was working.
After opam-installing some packages, utop got into trouble. The command is located under .opam/4.01.0/bin/ but kicking it invokes the error
Fatal error: exception Fl_package_base.No_such_package("utop", "")
It seems utop isn't found under .opam/4.01.0/lib/utop/ and it's actually empty.
I tried reinstalling utop (opam reinstall utop) but it remains empty still.
I guess something bad happens in installing the utop library. Do you have some idea? I tried 4.02.1 but the result was the same as 4.01.0.
I have installed utop via opam (
opam install utop) before. It was working.After opam-installing some packages, utop got into trouble. The command is located under .opam/4.01.0/bin/ but kicking it invokes the error
It seems utop isn't found under .opam/4.01.0/lib/utop/ and it's actually empty.
I tried reinstalling utop (opam reinstall utop) but it remains empty still.
I guess something bad happens in installing the utop library. Do you have some idea? I tried 4.02.1 but the result was the same as 4.01.0.