Remove setuptools
from spaceflights-pyspark-viz
starter on pyspark
release
#265
Labels
setuptools
from spaceflights-pyspark-viz
starter on pyspark
release
#265
Description
While adding python 3.12 support to
kedro-starters
#219, this issue came up. Full discussion in the PR.distutils
https://docs.python.org/3.12/whatsnew/3.12.html#distutilspyspark
usesdistutils
in their code which they have fixed but will be released in 4.0.0setuptools
torequirements.txt
inspaceflights-pyspark-viz
starter for only `python_version>=3.12" Addsetuptools
tospaceflights-pyspark-viz
requirements #220When
pyspark
releases their 4.0.0 versionkedro-datasets
pyspark
pin which is currently <4.0.0 I believesetuptools
from therequirements.txt
The text was updated successfully, but these errors were encountered: