setup.py build documentation/implemantation for windows uses deprecated python setup.py install #5311
Open
2 tasks done
Labels
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
in the https://docs.conda.io/projects/conda-build/en/stable/user-guide/tutorials/build-pkgs.html#writing-the-build-script-files-build-sh-and-bld-bat
you describe
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
but that call is deprecated, https://packaging.python.org/en/latest/discussions/setup-py-deprecated/
I am not sure if only the documentation has it old style. Please have a look.
In linux new style works, in windows not.
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: