antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

from . import vtt, srt, sphinx, fcpxml #124

Closed dav3shanahan closed 1 year ago

dav3shanahan commented 1 year ago

How do I resolve this issue that prevents the program from running? "Traceback (most recent call last): File "C:\videogrep-master\videogrep\videogrep.py", line 7, in from . import vtt, srt, sphinx, fcpxml ImportError: attempted relative import with no known parent package"

tagraf commented 1 year ago

(Not a programmer but a guess) I think you may need to do: pip install vtt srt sphinx fcpxml

But yeah, those modules should be included within the package -- or during the installation process.