Skip to content

meson setup fails for 0.3.0 #27

Closed
Closed
@penguinpee

Description

@penguinpee

I went about updating scikit-misc for Fedora to 0.3.0. During the build I hit the following error:

  ../skmisc/meson.build:22:15: ERROR: Command `/usr/bin/python3 -c 'import os
  os.chdir(os.path.join("..", "tools"))
  import numpy as np
  try:
    incdir = os.path.relpath(np.get_include())
  except Exception:
    incdir = np.get_include()
  print(incdir)
  '` failed with status 1.

NumPy is at version 1.24.4 currently and meson-python at version 0.14.0.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions