centos 7 上 python 3.9 pip安装 open3d 报错
ERROR: Could not find a version that satisfies the requirement open3d==0.14.1 (from versions: none)
ERROR: No matching distribution found for open3d==0.14.1
支持python 3.9的open3d不支持CentOS 7.x
python3.7安装open3d没问题
https://github.com/isl-org/Open3D/issues/4470