1.ERROR: Could not build wheels for python-geohash, which is required to install pyproject.toml-based projects
# 缺少 geohash whl 文件, 下载地址 www.lfd.uci.edu/~gohlke/pythonlibs/
pip install geohash文件路径
#sqlparse 目前版本0.4.4 需要降级0.4.3 即可解决
pip install sqlparse==0.4.3
重新初始化
superset inti