0

I am trying to download a package to call sc2 and when I write pip install sc2 into cmd prompt, I receive the error:

Command "python setup.py egg_info" failed with error code 1 in c:\users\user\appdata\local\temp\pip-install-q3ixb0\websockets.

Any help?

phd
  • 82,685
  • 13
  • 120
  • 165
  • Check this post :https://stackoverflow.com/questions/35991403/pip-install-unroll-python-setup-py-egg-info-failed-with-error-code-1 – Sumit S Chawla Jun 25 '18 at 09:33
  • What you've posted is the generic error message which doesn't help. Post the complete output you're getting. – hoefling Jun 25 '18 at 16:12

2 Answers2

1

easy_install Worked of me.

easy_install sc2

user3480223
  • 34
  • 1
  • 9
  • when I try to easy install i get the error "c:\users\user\appdata\local\temp\easy_install-a8j3lb\async-timeout-3.0.0\setup.py", line 1, in ImportError: No module named pathlib – daniel deschain Jun 25 '18 at 10:20
0

Maybe are you behind a proxy or not connected? has you try to make ping to any url ?

Baurin Leza
  • 2,004
  • 1
  • 13
  • 15