thierry-martinez / pyml

OCaml bindings for Python
BSD 2-Clause "Simplified" License
187 stars 31 forks source link

Warning 58: no cmx file was found in path for module Numpy, and its interface was not compiled with -opaque #55

Closed jonathan-laurent closed 4 years ago

jonathan-laurent commented 4 years ago

I am getting the following warning when compiling code that uses the Numpy module from pyml:

File "_none_", line 1:
Warning 58: no cmx file was found in path for module Numpy, and its interface was not compiled with -opaque

This happens for example when compiling the A2C example from ocaml-torch.

thierry-martinez commented 4 years ago

Should be fixed now. Thank for the report!