Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. Downloading/unpacking PIL==1.1.7 (from -r requirements.txt (line 1))
  2. Downloading PIL-1.1.7.tar.gz (506Kb): 506Kb downloaded
  3. Running setup.py egg_info for package PIL
  4. WARNING: '' not a valid package name; please use only.-separated package names in setup.py
  5. Downloading/unpacking PyYAML==3.10 (from -r requirements.txt (line 2))
  6. Downloading PyYAML-3.10.tar.gz (241Kb): 241Kb downloaded
  7. Running setup.py egg_info for package PyYAML
  8. Downloading/unpacking noise==1.0b3 (from -r requirements.txt (line 3))
  9. Downloading noise-1.0b3.zip (126Kb): 126Kb downloaded
  10. Running setup.py egg_info for package noise
  11. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  12. warning: no previously-included files matching '*.pyo' found anywhere in distribution
  13. warning: no previously-included files matching '*.o' found anywhere in distribution
  14. warning: no files found matching '*.txt' under directory 'examples'
  15. warning: no files found matching '*.png' under directory 'examples'
  16. Obtaining pyglet-osx-event-handling from hg+ssh://hg@bitbucket.org/ardekantur/pyglet/@6315e29c8075e6193ffea87032a2ed3313761c7b#egg=pyglet-osx-event-handling (from -r requirements.txt (line 4))
  17. Cloning hg ssh://hg@bitbucket.org/ardekantur/pyglet/ (to revision 6315e29c8075e6193ffea87032a2ed3313761c7b) to /Users/ssmitelli/.virtualenvs/vagrant-jng/src/pyglet-osx-event-handling
  18. The authenticity of host 'bitbucket.org (207.223.240.182)' can't be established.
  19. RSA key fingerprint is 97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40.
  20. Are you sure you want to continue connecting (yes/no)? yes
  21. abort: no suitable response from remote hg!
  22. Complete output from command /Users/ssmitelli/.virtualenvs/vagrant-jng/bin/hg clone --noupdate -q ssh://hg@bitbucket.org/ardekantur/pyglet/ /Users/ssmitelli/.virtualenvs/vagrant-jng/src/pyglet-osx-event-handling:
  23.  
  24. ----------------------------------------
  25. Command /Users/ssmitelli/.virtualenvs/vagrant-jng/bin/hg clone --noupdate -q ssh://hg@bitbucket.org/ardekantur/pyglet/ /Users/ssmitelli/.virtualenvs/vagrant-jng/src/pyglet-osx-event-handling failed with error code 255
  26. Storing complete log in /Users/ssmitelli/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement