hennequin-lab / optimal-preparation

Optimal anticipatory controlas a theory of motor preparation: a thalamo-cortical circuit model
0 stars 0 forks source link

Error: Unbound module Owl_opt_lbfgs.D #2

Open lodi12 opened 2 years ago

lodi12 commented 2 years ago

I am trying to run the project but when I run dune exec construct/reaches.exe -- -d results" I get the error:

File "lib/biomechanics/biomechanics_arm.ml", line 8, characters 11-31: Error: Unbound module Owl_opt_lbfgs.D

Do you have any suggestion?

Best regards, Matteo

tachukao commented 2 years ago

hey Matteo, thanks for your question! I wonder if it could have something to do with how you install owl_opt. Did you install it from source? Or did you use opam?

tachukao commented 2 years ago

I think the opam version might be outdated at the moment and you might want to try installing from source in the owl_opt directory with

dune build @install
dune install

Hope that works

ColombiaFisher commented 2 years ago

Try use opam pin add owl-opt from the cloned directory to install owl-opt. It worked for me.