Skip to content

Instantly share code, notes, and snippets.

@7gano
Created February 26, 2014 11:35
Show Gist options
  • Save 7gano/9227989 to your computer and use it in GitHub Desktop.
Save 7gano/9227989 to your computer and use it in GitHub Desktop.
[ 92%] Generating pyopencv_generated_funcs.h, pyopencv_generated_func_tab.h, pyopencv_generated_types.h, pyopencv_generated_type_reg.h, pyopencv_generated_const_reg.h
Traceback (most recent call last):
File "/Users/nagano/Dropbox/OpenCV/opencv/modules/python/src2/gen2.py", line 896, in <module>
generator.gen(srcfiles, dstdir)
File "/Users/nagano/Dropbox/OpenCV/opencv/modules/python/src2/gen2.py", line 826, in gen
decls = parser.parse(hdr)
File "/Users/nagano/Dropbox/OpenCV/opencv/modules/python/src2/hdr_parser.py", line 733, in parse
linelist = list(f.readlines())
File "/usr/local/Cellar/python3/3.3.3/Frameworks/Python.framework/Versions/3.3/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2212: ordinal not in range(128)
make[2]: *** [modules/python/pyopencv_generated_funcs.h] Error 1
make[1]: *** [modules/python/CMakeFiles/opencv_python.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment