riptano / ccm

A script to easily create and destroy an Apache Cassandra cluster on localhost
Apache License 2.0
1.22k stars 303 forks source link

distutils Version classes are deprecated. Use packaging.version instead. #774

Open dhanush427 opened 5 months ago

dhanush427 commented 5 months ago

LooseVersion should be replaced with package.version.parse() or package.version.Version().

See similar issue with cassandra-dtests: CASSANDRA-18321