Closed gonzalez-delgado closed 6 months ago
Replace requires = ["setuptools>=61.0"] by requires = ["setuptools==68.2.2"] in pyproject.toml to fix the installation issue described here.
requires = ["setuptools>=61.0"]
requires = ["setuptools==68.2.2"]
pyproject.toml
Replace
requires = ["setuptools>=61.0"]
byrequires = ["setuptools==68.2.2"]
inpyproject.toml
to fix the installation issue described here.