Skip to content

scikit-misc fails to build with Python 3.13 #30

Closed
@penguinpee

Description

@penguinpee

Fedora is preparing for upgrading Python to version 3.13 (not yet released) in Fedora 41 (scheduled to be released in October). Part of that effort is rebuilding all packages using Python 3.13 pre-releases as they become available.

Currently scikit-misc fails to build using Python 3.13.0a4:

../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.

I'm reporting this for awareness. I will also try to figure out what's causing the issue and, if I can, come up with a patch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions