Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. (c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.
  3.  
  4. C:\Users\Имя пользователя>pip install -r requirements.txt
  5. Could not open requirements file: [Errno 2] No such file or directory: 'requirem
  6. ents.txt'
  7. You are using pip version 9.0.3, however version 10.0.0 is available.
  8. You should consider upgrading via the 'python -m pip install --upgrade pip' comm
  9. and.
  10.  
  11. C:\Users\Имя пользователя>pip install -r "E:\chess\lichess-uci-bot\requirements.
  12. txt"
  13. Collecting certifi==2018.1.18 (from -r E:\chess\lichess-uci-bot\requirements.txt
  14. (line 1))
  15. Downloading https://files.pythonhosted.org/packages/fa/53/0a5562e2b96749e99a3d
  16. 55d8c7df91c9e4d8c39a9da1f1a49ac9e4f4b39f/certifi-2018.1.18-py2.py3-none-any.whl
  17. (151kB)
  18. 100% |████████████████████████████████| 153kB 1.2MB/s
  19. Collecting chardet==3.0.4 (from -r E:\chess\lichess-uci-bot\requirements.txt (li
  20. ne 2))
  21. Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b648
  22. 7b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133
  23. kB)
  24. 100% |████████████████████████████████| 143kB 2.2MB/s
  25. Collecting future==0.16.0 (from -r E:\chess\lichess-uci-bot\requirements.txt (li
  26. ne 3))
  27. Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc
  28. 61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
  29. 100% |████████████████████████████████| 829kB 651kB/s
  30. Collecting futures==3.1.1 (from -r E:\chess\lichess-uci-bot\requirements.txt (li
  31. ne 4))
  32. Downloading https://files.pythonhosted.org/packages/cc/26/b61e3a4eb50653e8a733
  33. 9d84eeaa46d1e93b92951978873c220ae64d0733/futures-3.1.1.tar.gz
  34. Collecting idna==2.6 (from -r E:\chess\lichess-uci-bot\requirements.txt (line 5)
  35. )
  36. Downloading https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab8
  37. 63b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl (56kB)
  38. 100% |████████████████████████████████| 61kB 3.9MB/s
  39. Collecting python-chess==0.23.1 (from -r E:\chess\lichess-uci-bot\requirements.t
  40. xt (line 6))
  41. Downloading https://files.pythonhosted.org/packages/b3/9d/395ceefddb31cc5f1295
  42. 3fb4247f2b3a1a822ddc0c5d882000cbca430866/python-chess-0.23.1.tar.gz (136kB)
  43. 100% |████████████████████████████████| 143kB 3.3MB/s
  44. Collecting PyYAML==3.12 (from -r E:\chess\lichess-uci-bot\requirements.txt (line
  45. 7))
  46. Downloading https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0
  47. eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz (253kB)
  48. 100% |████████████████████████████████| 256kB 1.6MB/s
  49. Collecting requests==2.18.4 (from -r E:\chess\lichess-uci-bot\requirements.txt (
  50. line 8))
  51. Downloading https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c
  52. 2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl (8
  53. 8kB)
  54. 100% |████████████████████████████████| 92kB 2.9MB/s
  55. Collecting urllib3==1.22 (from -r E:\chess\lichess-uci-bot\requirements.txt (lin
  56. e 9))
  57. Downloading https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4
  58. b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl (132k
  59. B)
  60. 100% |████████████████████████████████| 133kB 2.2MB/s
  61. Installing collected packages: certifi, chardet, future, futures, idna, python-c
  62. hess, PyYAML, urllib3, requests
  63. Running setup.py install for future ... error
  64. Exception:
  65. Traceback (most recent call last):
  66. File "c:\users\имя пользователя\appdata\local\programs\python\python36-32\lib\
  67. site-packages\pip\compat\__init__.py", line 73, in console_to_str
  68. return s.decode(sys.__stdout__.encoding)
  69. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position 18: invalid
  70. continuation byte
  71.  
  72. During handling of the above exception, another exception occurred:
  73.  
  74. Traceback (most recent call last):
  75. File "c:\users\имя пользователя\appdata\local\programs\python\python36-32\lib\
  76. site-packages\pip\basecommand.py", line 215, in main
  77. status = self.run(options, args)
  78. File "c:\users\имя пользователя\appdata\local\programs\python\python36-32\lib\
  79. site-packages\pip\commands\install.py", line 342, in run
  80. prefix=options.prefix_path,
  81. File "c:\users\имя пользователя\appdata\local\programs\python\python36-32\lib\
  82. site-packages\pip\req\req_set.py", line 784, in install
  83. **kwargs
  84. File "c:\users\имя пользователя\appdata\local\programs\python\python36-32\lib\
  85. site-packages\pip\req\req_install.py", line 878, in install
  86. spinner=spinner,
  87. File "c:\users\имя пользователя\appdata\local\programs\python\python36-32\lib\
  88. site-packages\pip\utils\__init__.py", line 676, in call_subprocess
  89. line = console_to_str(proc.stdout.readline())
  90. File "c:\users\имя пользователя\appdata\local\programs\python\python36-32\lib\
  91. site-packages\pip\compat\__init__.py", line 75, in console_to_str
  92. return s.decode('utf_8')
  93. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position 18: invalid
  94. continuation byte
  95. You are using pip version 9.0.3, however version 10.0.0 is available.
  96. You should consider upgrading via the 'python -m pip install --upgrade pip' comm
  97. and.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement