I faced the issues when trying to download a live streaming content, as below:
File "/home/rodrigo/qualificacao/hls-proxy/hlsproxy.py", line 13, in
from twisted.internet import defer
File "/home/rodrigo/qualificacao/hls-proxy/Twisted-13.2.0/twisted/init.py", line 53, in
_checkRequirements()
File "/home/rodrigo/qualificacao/hls-proxy/Twisted-13.2.0/twisted/init.py", line 37, in _checkRequirements
raise ImportError(required + ": no module named zope.interface.")
ImportError: Twisted requires zope.interface 3.6.0 or later: no module named zope.interface.
I faced the issues when trying to download a live streaming content, as below:
File "/home/rodrigo/qualificacao/hls-proxy/hlsproxy.py", line 13, in
from twisted.internet import defer
File "/home/rodrigo/qualificacao/hls-proxy/Twisted-13.2.0/twisted/init.py", line 53, in
_checkRequirements()
File "/home/rodrigo/qualificacao/hls-proxy/Twisted-13.2.0/twisted/init.py", line 37, in _checkRequirements
raise ImportError(required + ": no module named zope.interface.")
ImportError: Twisted requires zope.interface 3.6.0 or later: no module named zope.interface.
How could we fix this issue?