Después de actualizar a Python 3.4, recibo este mensaje cuando intento usar livestreamer:
/usr/local/bin/livestreamer: line 3: __requires__: command not found
/usr/local/bin/livestreamer: line 4: import: command not found
from: can't read /var/mail/pkg_resources
/usr/local/bin/livestreamer: line 7: syntax error near unexpected token 'newline'
/usr/local/bin/livestreamer: line 7: 'sys.exit('
/ usr / bin / livstreamer comienza
#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'livestreamer==1.12.2','console_scripts','livestreamer'
requires = 'livestreamer==1.12.2'
import sys
Por lo general, escribo "livestreamer [twitch.tv link] best" para ejecutarlo
No puedo averiguar qué debo hacer. He buscado en Google durante bastante tiempo. Usé esta guía para actualizar