Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. root@Debian7-0x64:/# pip3 install pytelegrambotapi
  2. Downloading/unpacking pytelegrambotapi
  3. Downloading pyTelegramBotAPI-2.2.3.tar.gz (41Kb): 41Kb downloaded
  4. Running setup.py egg_info for package pytelegrambotapi
  5.  
  6. Downloading/unpacking requests (from pytelegrambotapi)
  7. Downloading requests-2.12.3.tar.gz (546Kb): 546Kb downloaded
  8. Running setup.py egg_info for package requests
  9.  
  10. warning: no files found matching 'test_requests.py'
  11. Downloading/unpacking six (from pytelegrambotapi)
  12. Downloading six-1.10.0.tar.gz
  13. Running setup.py egg_info for package six
  14.  
  15. no previously-included directories found matching 'documentation/_build'
  16. Installing collected packages: pytelegrambotapi, requests, six
  17. Running setup.py install for pytelegrambotapi
  18.  
  19. Running setup.py install for requests
  20.  
  21. warning: no files found matching 'test_requests.py'
  22. File "/usr/local/lib/python3.2/dist-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 147
  23. for prefix in [u'*.', u'.']:
  24. ^
  25. SyntaxError: invalid syntax
  26.  
  27. File "/usr/local/lib/python3.2/dist-packages/requests/packages/idna/codec.py", line 5
  28. _unicode_dots_re = re.compile(u'[\u002e\u3002\uff0e\uff61]')
  29. ^
  30. SyntaxError: invalid syntax
  31.  
  32. File "/usr/local/lib/python3.2/dist-packages/requests/packages/idna/core.py", line 10
  33. _unicode_dots_re = re.compile(u'[\u002e\u3002\uff0e\uff61]')
  34. ^
  35. SyntaxError: invalid syntax
  36.  
  37. File "/usr/local/lib/python3.2/dist-packages/requests/packages/idna/uts46data.py", line 72
  38. (0x41, 'M', u'a'),
  39. ^
  40. SyntaxError: invalid syntax
  41.  
  42. File "/usr/local/lib/python3.2/dist-packages/requests/models.py", line 380
  43. if not unicode_is_ascii(host) or host.startswith(u'*'):
  44. ^
  45. SyntaxError: invalid syntax
  46.  
  47. Running setup.py install for six
  48.  
  49. no previously-included directories found matching 'documentation/_build'
  50. Successfully installed pytelegrambotapi requests six
  51. Cleaning up...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement