You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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.
My
python setup.py install
suddenly 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
:The text was updated successfully, but these errors were encountered: