Parallel dataset verification bug in master
fails on older versions of Python
#1144
Labels
bug
Something isn't working
master
fails on older versions of Python
#1144
Describe the bug
A recent commit to dataset verification in
dataset.py
has introduced a Python version incompatibility.This is the commit that introduced the bug: f964783
The problem is on this line
The
cancel_futures
argument was not introduced until Python 3.9 - see Python docs here: https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Executor.shutdown. This rendersclearml
incompatible with many of the versions advertised in the README.This bug should not have been able to find its way into
master
. Do ClearML havetox
tests or similar?To reproduce
Validate a dataset with Python <= 3.8.
The text was updated successfully, but these errors were encountered: