mikolmogorov / Flye

De novo assembler for single molecule sequencing reads using repeat graphs
Other
743 stars 164 forks source link

remove deprecated distutils usage #711

Open natsukium opened 1 week ago

natsukium commented 1 week ago

distutils.spawn.find_executable is a deprecated function and it is recommended to use shutil.which instead.

see https://peps.python.org/pep-0632/#migration-advice

Note that distutils are no longer available in Python 3.12.

mikolmogorov commented 6 days ago

Thanks! Flye does not yet work with Python 3.12 yet (https://github.com/mikolmogorov/Flye/issues/669), but will be useful once it does.