Linux下安装Superset实践

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

一、安装

安装虚拟环境,避免影响本机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
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值