You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: