I recently installed BMTK through $ conda install -c kaeldai bmtk but am experiencing problems with the running the examples. For instance, when trying to run the EI-network, it is unable to open bmtk.builder.auxi. I wonder if anyone has any insight into this?
It looks like the bmtk builds on conda were out-of-date, but the EI-network example was built using the latest source code. I’ve finally able to push new conda packages for bmtk over the weekend. Please try running the following:
conda update -c kaeldai bmtk
Once you’ve update from versions 0.0.6 to 0.0.8 the bmtk.builder.auxi issue should be taken care of, and if it isn’t please let us know.