/envs/loter_py38/compiler_compat/ld: cannot find -lblas: loter_py38/compiler_compat/ld: cannot find -llapack:
001、loter安装报错:

002、解决方法:
conda install -c conda-forge "libblas=*=*openblas" "liblapack=*=*openblas" openblas -y

。
001、loter安装报错:

002、解决方法:
conda install -c conda-forge "libblas=*=*openblas" "liblapack=*=*openblas" openblas -y

。