Skip to content

Commit a7352f9

Browse files
install: add "str" to make numpy import go smoothly
1 parent c353703 commit a7352f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __repr__(self):
2222
setuptools.Extension(
2323
'mapbufferaccel',
2424
sources=[ 'mapbufferaccel.c' ],
25-
include_dirs=[ NumpyImport() ],
25+
include_dirs=[ str(NumpyImport()) ],
2626
language='c',
2727
extra_compile_args=extra_compile_args,
2828
)

0 commit comments

Comments
 (0)