Hi,
in setuptools v70.0.0 the method convert_path has been removed.
This package uses convert_path here. Maybe you could change
from setuptools import setup, find_packages, convert_path
to
from setuptools import setup, find_packages
from distutils.util import convert_path
?
Thanks
Steffen
Hi,
in setuptools v70.0.0 the method
convert_pathhas been removed.This package uses
convert_pathhere. Maybe you could changeto
?
Thanks
Steffen