My python setup.py install suddenly turns really slow lately. The command is stuck at the output:
creating 'dist/superset-0.18.5-py3.6.egg' and adding 'build/bdist.macosx-10.12-x86_64/egg' to it
and
Extracting superset-0.18.5-py3.6.egg to /Users/haonanchen/.pyenv/versions/3.6.1/lib/python3.6/site-packages
for a few minutes on my local machine, but everything is fine and normal when I'm deploying on the remote server. Do you guys have any idea of a possible cause? Here is my pip freeze:
alembic==0.9.2
amqp==1.4.9
anyjson==0.3.3
Babel==2.4.0
billiard==3.3.0.23
boto3==1.4.4
botocore==1.5.75
celery==3.1.25
certifi==2017.4.17
cffi==1.10.0
chardet==3.0.4
click==6.7
colorama==0.3.9
cryptography==1.7.2
defusedxml==0.5.0
docutils==0.14rc1
Flask==0.12.2
Flask-AppBuilder==1.8.1
Flask-Babel==0.11.2
Flask-Cache==0.13.1
Flask-Login==0.2.11
Flask-Migrate==2.0.3
Flask-OpenID==1.2.5
Flask-Script==2.0.5
Flask-SQLAlchemy==2.0
Flask-Testing==0.6.2
Flask-WTF==0.14.2
flower==0.9.1
future==0.16.0
gunicorn==19.7.1
humanize==0.5.1
idna==2.5
itsdangerous==0.24
Jinja2==2.9.6
jmespath==0.9.3
kombu==3.0.37
Mako==1.0.6
Markdown==2.6.8
MarkupSafe==1.0
mysqlclient==1.3.10
numpy==1.13.0
pandas==0.20.2
parsedatetime==2.0
ply==3.10
pyasn1==0.2.3
pycparser==2.17
pydruid==0.3.1
PyHive==0.3.0
python-dateutil==2.6.0
python-editor==1.0.3
python3-openid==3.1.0
pytz==2017.2
requests==2.17.3
s3transfer==0.1.10
sasl==0.2.1
simplejson==3.10.0
six==1.10.0
SQLAlchemy==1.1.9
SQLAlchemy-Utils==0.32.14
sqlparse==0.2.3
superset==0.18.5
thrift==0.10.0
thrift-sasl==0.2.1
thriftpy==0.3.9
tornado==4.2
urllib3==1.21.1
Werkzeug==0.12.2
WTForms==2.1
My
python setup.py installsuddenly turns really slow lately. The command is stuck at the output:and
for a few minutes on my local machine, but everything is fine and normal when I'm deploying on the remote server. Do you guys have any idea of a possible cause? Here is my
pip freeze: