owlbarn / owl

Owl - OCaml Scientific Computing @ https://ocaml.xyz
MIT License
1.22k stars 124 forks source link

OCaml cannot fins owl package #643

Closed lanner17 closed 1 year ago

lanner17 commented 1 year ago

Hi I installed owl on a Mac and the versions of utop and OCaml are utop version 2.13.0 (using OCaml version 5.0.0)! and owl version seems to be 1.1. When I run #require "owl-top";; in utop I get No such package: owl-top. When I searched the issues in this repo there seems to one related to my problem, but it did not resolve the issue. I am new to OCaml so this may be a very simple issue.

Thank you

lanner17 commented 1 year ago

Ok, installing owl-top with opam install owl-top solved the issue. This step is not documented and I assumed owl-top is part of the owl install

Thanks