From 702f086706511f69122de31f4cdcd99b837c2c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Sat, 23 Dec 2023 19:54:00 +0100 Subject: [PATCH] Update miniconda instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a3ebf6a..a3a4f6a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ Bayesian Network Classifier with libtorch from scratch Before compiling BayesNet. +### Miniconda + +To be able to run Python Classifiers such as STree, ODTE, SVC, etc. it is needed to install Miniconda. To do so, download the installer from [Miniconda](https://docs.conda.io/en/latest/miniconda.html) and run it. It is recommended to install it in the home folder. + +In Linux sometimes the library libstdc++ is mistaken from the miniconda installation and produces the next message when running the b_xxxx executables: + +```bash +libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by b_xxxx) +``` + +The solution is to erase the libstdc++ library from the miniconda installation: + ### MPI In Linux just install openmpi & openmpi-devel packages. Only if cmake can't find openmpi installation (like in Oracle Linux) set the following variable: