Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[BUG] Error: `No extension registered which can handle flow` when using 'get_flow()' with `reinstantiate=True`

Aperta
#1,626 5 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
45/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python

Direzione di ricerca

Start at openml.flows.functions.get_flow and reproduce the reported call with flow ID 1 and reinstantiate=True. Trace how the flow is loaded and instantiated, then verify that the call completes without the reported extension-registration error for the reproduced case.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Details

When trying to use get_flow(1) with reinstantiate=True the following error is raised:
ValueError: No extension registered which can handle flow: 1 (openml.evaluation.EuclideanDistance).

It's the same with all the different flow ids I have tried.

To reproduce

from openml.flows.functions import get_flow
flow = get_flow(1, reinstantiate=True)

Expected Behaviour

Things should work.

Lingua principale
Python
Stelle
361
Fork
296
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di openml/openml-python

Tutte le issue di openml/openml-python

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.