问题
conda install multineat -c conda-forge
使用conda安装MultiNEAT后,在导入时出现以下错误:
ImportError: libboost_python35.so.1.67.0: cannot open shared object file: No such file or directory
解决
需要libboost(1.67.0)的特定版本,使用以下指令解决:
conda install -c conda-forge boost=1.67.0 boost-cpp=1.67.0