Advertisement
Guest User

Untitled

a guest
Sep 14th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. C:\pypy2\pypy2-v6.0.0-win32\bin>pip.exe install pygame
  2. DEPRECATION: A future version of pip will drop support for Python 2.7. More deta
  3. ils about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest
  4. /development/release-process/#python-2-support
  5. Collecting pygame
  6. Downloading https://files.pythonhosted.org/packages/0f/9c/78626be04e193c062484
  7. 2090fe5555b3805c050dfaa81c8094d6441db2be/pygame-1.9.6.tar.gz (3.2MB)
  8. |████████████████████████████████| 3.2MB 2.3MB/s
  9. ERROR: Command errored out with exit status 1:
  10. command: 'c:\pypy2\pypy2-v6.0.0-win32\pypy.exe' -c 'import sys, setuptools,
  11. tokenize; sys.argv[0] = '"'"'c:\\users\\z003pamw\\appdata\\local\\temp\\pip-ins
  12. tall-jhvewc\\pygame\\setup.py'"'"'; __file__='"'"'c:\\users\\z003pamw\\appdata\\
  13. local\\temp\\pip-install-jhvewc\\pygame\\setup.py'"'"';f=getattr(tokenize, '"'"'
  14. open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f
  15. .close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-
  16. egg-info
  17. cwd: c:\users\z003pamw\appdata\local\temp\pip-install-jhvewc\pygame\
  18. Complete output (17 lines):
  19.  
  20.  
  21. WARNING, No "Setup" File Exists, Running "buildconfig/config.py"
  22. Using WINDOWS configuration...
  23.  
  24.  
  25. Download prebuilts to "prebuilt_downloads" and copy to "./prebuilt-x86"? [Y/
  26. n]Traceback (most recent call last):
  27. File "<module>", line 1, in <module>
  28. File "c:\users\z003pamw\appdata\local\temp\pip-install-jhvewc\pygame\setup
  29. .py", line 194, in <module>
  30. buildconfig.config.main(AUTO_CONFIG)
  31. File "buildconfig\config.py", line 210, in main
  32. deps = CFG.main(**kwds)
  33. File "buildconfig\config_win.py", line 576, in main
  34. and download_win_prebuilt.ask(**download_kwargs):
  35. File "buildconfig\download_win_prebuilt.py", line 303, in ask
  36. '\nDownload prebuilts to "%s" and copy to %s? [Y/n]' % (download_dir, de
  37. st_str))
  38. EOFError
  39. ----------------------------------------
  40. ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
  41. e logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement