Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install command is extremely slow on local machine #1073

Open
fufjvnvnf opened this issue Jun 28, 2017 · 2 comments
Open

Install command is extremely slow on local machine #1073

fufjvnvnf opened this issue Jun 28, 2017 · 2 comments
Labels
Needs Triage Issues that need to be evaluated for severity and status.

Comments

@fufjvnvnf
Copy link

fufjvnvnf commented Jun 28, 2017

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
@pganssle pganssle added the Needs Triage Issues that need to be evaluated for severity and status. label Oct 19, 2018
@WakeUpAmen
Copy link

i got the exactly same issue, any suggestions?

@pganssle
Copy link
Member

@WakeUpAmen @fufjvnvnf Sorry for the very long delay. Can you reproduce this using pip install? Direct invocations of setup.py install are deprecated at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Triage Issues that need to be evaluated for severity and status.
Projects
None yet
Development

No branches or pull requests

3 participants