Advertisement
TinyElvisGamingYT

Error with `update_dependencies` #1424

Dec 14th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Collecting discord.py[voice]~=0.16.0 (from -r requirements.txt (line 1))
  2. Using cached discord.py-0.16.12.tar.gz
  3. Requirement already up-to-date: pip in c:\users\josht\.windows-build-tools\python27\lib\site-packages (from -r requirements.txt (line 2))
  4. Collecting youtube_dl (from -r requirements.txt (line 3))
  5. Using cached youtube_dl-2017.12.14-py2.py3-none-any.whl
  6. Collecting colorlog (from -r requirements.txt (line 4))
  7. Using cached colorlog-3.1.0-py2.py3-none-any.whl
  8. Collecting cffi (from -r requirements.txt (line 5))
  9. Using cached cffi-1.11.2-cp27-cp27m-win32.whl
  10. Collecting aiohttp<1.1.0,>=1.0.0 (from discord.py[voice]~=0.16.0->-r requirements.txt (line 1))
  11. Using cached aiohttp-1.0.5.tar.gz
  12. Complete output from command python setup.py egg_info:
  13. Traceback (most recent call last):
  14. File "<string>", line 1, in <module>
  15. File "c:\users\josht\appdata\local\temp\pip-build-ax4eho\aiohttp\setup.py", line 60, in <module>
  16. raise RuntimeError("aiohttp requires Python 3.4.2+")
  17. RuntimeError: aiohttp requires Python 3.4.2+
  18.  
  19. ----------------------------------------
  20. Command "python setup.py egg_info" failed with error code 1 in c:\users\josht\appdata\local\temp\pip-build-ax4eho\aiohttp\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement