Skip to content

Commit 262c924

Browse files
committed
Install setuptools
1 parent 896e6e8 commit 262c924

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ SPARK_VERSION ?= 3.4.0
55

66
DIST_DIR = ./dist
77

8+
# poetry settings
9+
export SETUPTOOLS_USE_DISTUTILS=stdlib
10+
811
help:
912
@echo "init - Setup the repository"
1013
@echo "clean - clean all compiled python files, build artifacts and virtual envs. Run \`make init\` anew afterwards."
@@ -55,6 +58,7 @@ publish-scala:
5558
init-python:
5659
python -m venv ./.venv
5760
./.venv/bin/python -m pip install --upgrade pip
61+
poetry self add setuptools
5862
poetry self add "poetry-dynamic-versioning[plugin]"
5963
poetry install
6064
poetry add pyspark@${SPARK_VERSION}

0 commit comments

Comments
 (0)