Cplex install method breaks environnement barriers
In cplex installation method in wiki, I wouldn't recommend to edit the PYTHONPATH in .bashrc as it will produce many side effects like altering all python environments when modified and breaking down the barriers set by environments.
Instead, it is better to install the cplex python lib in the conda env with the following command
conda activate humess
cd /your_path_to_cplex/cplex/python/3.10/x86-64_linux
python -m pip install .
Modification effectuée par Philippe BORDRON