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

Making lazy-extractors fails #15974

Open
royale1223 opened this issue Mar 24, 2018 · 0 comments
Open

Making lazy-extractors fails #15974

royale1223 opened this issue Mar 24, 2018 · 0 comments

Comments

@royale1223
Copy link

@royale1223 royale1223 commented Mar 24, 2018

I was trying to compile with lazy-extractors enabled and got the following error:

$ make lazy-extractors 
/usr/bin/env python devscripts/make_lazy_extractors.py youtube_dl/extractor/lazy_extractors.py
WARNING: Lazy loading extractors is an experimental feature that may not always work
Traceback (most recent call last):
  File "devscripts/make_lazy_extractors.py", line 89, in <module>
    src = build_lazy_ie(ie, name)
  File "devscripts/make_lazy_extractors.py", line 57, in build_lazy_ie
    s += '\n' + getsource(ie.suitable)
  File "/usr/lib/python2.7/inspect.py", line 700, in getsource
    lines, lnum = getsourcelines(object)
  File "/usr/lib/python2.7/inspect.py", line 689, in getsourcelines
    lines, lnum = findsource(object)
  File "/usr/lib/python2.7/inspect.py", line 528, in findsource
    raise IOError('source code not available')
IOError: source code not available
Makefile:111: recipe for target 'youtube_dl/extractor/lazy_extractors.py' failed
make: *** [youtube_dl/extractor/lazy_extractors.py] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.