一、安装
安装虚拟环境,避免影响本机python环境
conda create --name super python=3.6
source activate super
$yum install gcc gcc-c++ libffi-devel python-devel python-pip python-wheel openssl-devel libsasl2-devel openldap-devel
$pip install flask wtforms_json flask_appbuilder
$pip install wtforms_json flask_compress celery flask_migrate flask_talisman flask_caching sqlparse bleach markdown numpy parsedatetime pathlib2 simplejson humanize geohash polyline geopy cryptography backoff msgpack pyarrow contextlib2 croniter retry selenium isodate
pip install pytest-runner 如果这个安装不上就用其他pip数据源
报错:Could not find a version that satisfies the requirement pytest (from versions: )
No matching distribution found for pytest-runner
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pytest-runner (使用清华数据源安装)
其他包,要特别注意版本号的组件
pip install pandas==0.23.4
pip install

本文详细介绍了如何从零开始部署并配置Superset数据可视化平台,包括环境搭建、管理员账户创建、数据库连接设置及HTTPS服务启动等关键步骤,旨在帮助读者快速上手Superset。
最低0.47元/天 解锁文章
1158

被折叠的 条评论
为什么被折叠?



