kjlangen / nir-tree

Apache License 2.0
3 stars 1 forks source link

ctemplate/template.h: No such file or directory #42

Open chaohcc opened 2 years ago

chaohcc commented 2 years ago

Hi Kyle, a really wonderful work that you make a complete implementation of the R-tree family and NIR-Tree. when I run the nir-tree on Linux ubuntu, there is an error: "ctemplate/template.h: No such file or directory". Could you please help me fix the issue where can I get 'ctemplate' or how can I install 'ctemplate'? By the way, I remove the code of function visualize(), it runs successfully.

Thank you!

Best wishes! Chaohong

bglasber commented 2 years ago

Hi Chaohong,

I would just remove the visualize() function. That function is for pretty-printing the NIR-Tree, but it is not necessary to run the tree itself. Kyle may come back with a better fix for this in the future...

chaohcc commented 2 years ago

Hi Chaohong,

I would just remove the visualize() function. That function is for pretty-printing the NIR-Tree, but it is not necessary to run the tree itself. Kyle may come back with a better fix for this in the future...

Thanks very much!