antiboredom / videogrep

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

Please install pattern: pip install https://github.com/clips/pattern/archive/development.zip (but its installed) #80

Closed moeC137 closed 2 years ago

moeC137 commented 3 years ago

if i try:

videogrep --input xy.mkv --search xyz --search-type hyper

i get: Please install pattern: pip install https://github.com/clips/pattern/archive/development.zip

So i uninstalled pattern and reinstalled it from that link. But i get the same error next time i try.

Tryed on Manjaro Linux

neural-nut commented 3 years ago

pattern changed the structure of their package as now instead of “import pattern.en” it should be replaced in all instances with “import pattern.text.en”. Might fix your problem.