Viblast / hls-proxy

Easy downloading and mirroring of HLS streams
MIT License
108 stars 50 forks source link

Issues in Downloading live streaming content #15

Open radvaz opened 3 years ago

radvaz commented 3 years ago

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?

UmakantKulkarni commented 2 years ago

You will need the python-setuptools then you should be able to use

easy_install zope.interface