api-interfaces icon indicating copy to clipboard operation
api-interfaces copied to clipboard

[BUG] generation_pb.js that gets built imports a file called var tensors_pb = require('./tensors_pb.js');

Open kevinfaveri opened this issue 2 years ago • 3 comments
trafficstars

generation_pb.js that gets built imports a file called var tensors_pb = require('./tensors_pb.js') . I'm running, on the api-interfaces folder, these commands:

cmake . cmake --build .

Problem here is that the generated generation_pb.js imports a file that is not generated at all! Called "tensors_pb.js". How to generate this file?

kevinfaveri avatar Nov 22 '22 00:11 kevinfaveri

  • 1

ilkerc avatar Nov 22 '22 17:11 ilkerc

@wbrown I could trace back to your commit. Can you give us some insights?

ilkerc avatar Nov 22 '22 17:11 ilkerc

Hi, same issue here.

Brayyan avatar Nov 23 '22 17:11 Brayyan