Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues in Downloading live streaming content #15

Open
radvaz opened this issue Mar 31, 2021 · 1 comment
Open

Issues in Downloading live streaming content #15

radvaz opened this issue Mar 31, 2021 · 1 comment

Comments

@radvaz
Copy link

radvaz commented Mar 31, 2021

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
Copy link

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

easy_install zope.interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants