Summary: | net-misc/youtube-dl-2013.07.31 - ImportError: No module named youtube_dl | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ray Griffin (rorgoroth) <rorgoroth> |
Component: | Current packages | Assignee: | Jeroen Roovers (RETIRED) <jer> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | nirbheek |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ray Griffin (rorgoroth)
2013-08-01 15:01:09 UTC
Please post your `emerge -vp youtube-dl' output in a comment. (In reply to Jeroen Roovers from comment #1) Here you go: root@gentoo> emerge -vp youtube-dl / These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] net-misc/youtube-dl-2013.07.31 USE="-offensive {-test}" PYTHON_SINGLE_TARGET="python2_7 -python2_6 -python3_3" PYTHON_TARGETS="python2_7 -python2_6 -python3_3" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB What does "head `which youtube-dl`" say? #!/usr/bin/env python2.7 import youtube_dl if __name__ == '__main__': youtube_dl.main() So I removed it earlier and have just installed it again now I have another problem fixed and got everything updated and upgraded okay and now it seems to be working again. I'm going to mark R,I since it seems a inaccurate setting in my make.conf has suddenly decided to cause havoc today. |