def numpy_include(): try: inc = np.get_include() except AttributeError: inc = np.get_numpy_include() return inc