patch_match compiling failed
See original GitHub issueI have installed opencv via pip install opencv-python
but seem to be encountering a patch_match issue. Not sure whats causing it. Cheers.
(sd-inf) C:\Users\wstob\stablediffusion-infinity>python app.py patch_match compiling failed Traceback (most recent call last): File “C:\Users\wstob\stablediffusion-infinity\app.py”, line 221, in <module> frame = gr.HTML(test(2), visible=False) File “C:\Users\wstob\stablediffusion-infinity\app.py”, line 31, in test x = load_html() File “C:\Users\wstob\stablediffusion-infinity\app.py”, line 23, in load_html canvaspy = f.read() File “C:\Users\wstob\anaconda3\envs\sd-inf\lib\encodings\cp1252.py”, line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: ‘charmap’ codec can’t decode byte 0x8f in position 347: character maps to <undefined>
Issue Analytics
- State:
- Created a year ago
- Comments:8 (3 by maintainers)
Top GitHub Comments
Seems to be encoding issues. I have updated the
app.py
.By the way, “patch_match compiling failed” is expected on windows
@JamesIV4 The latest version of this project can automatically download and load these DLL libraries. Please try the latest version. (Note that
git pull
might not work correctly due to a git submodule change. You may need to re-clone the repo)