安装fenics后使用报错OPENSSL_3.2.0 not found (required by类似错误,原因就是环境里面libssl.so和fenics依赖要求版本不一致导致,解决方法就是:
conda install openssl=3.2.0