superset安装卡壳(不动)问题

xiaoxiao2021-02-28  82

从AIbnn官网下载superset-maset到本地安装常常遇到安装卡壳(不动)问题

比如:

superset-master文件夹下执行:python  setup.py install 问题:安装到如下提示时卡壳(不动)了

Installed /usr/local/Python-3.4.6/lib/python3.4/site-packages/SQLAlchemy_Utils-0.32.14-py3.4.egg Searching for sqlalchemy==1.1.9 Reading https://pypi.python.org/simple/sqlalchemy/ Downloading https://pypi.python.org/packages/02/69/9473d60abef55445f8e967cfae215da5de29ca21b865c99d2bf02a45ee01/SQLAlchemy-1.1.9.tar.gz#md5=938b1e5ca2372c3ec9a586996a3b5653 分析:superset的依赖包,国外网站下载慢,下载到本地安装吧 方法如下:

1、下载和解压:

tar zxvf  SQLAlchemy-1.1.9.tar.gz cd SQLAlchemy-1.1.9 2、安装 python setup.py install 3、安装完成,你就不再需要在等待了

Finished processing dependencies for SQLAlchemy==1.1.9

一些比较大的包,建议手动下载安装,如:

Searching for  pandas==0.19.2

转载请注明原文地址: https://www.6miu.com/read-84609.html

最新回复(0)