diff --git a/python/setup.py b/python/setup.py index 0706f44..b92f884 100644 --- a/python/setup.py +++ b/python/setup.py @@ -34,7 +34,7 @@ def __repr__(self): 'edt', sources=[ 'edt.pyx' ], language='c++', - include_dirs=[ NumpyImport() ], + include_dirs=[ str(NumpyImport()) ], extra_compile_args=extra_compile_args, ), ],