Print

Print


From [this page](https://setuptools.pypa.io/en/latest/history.html#v48-0-0) I found the following:
>  To avoid getting any legacy behavior from the standard library, projects are advised to always “import setuptools” prior to importing anything from distutils. This behavior happens by default when using pip install or pep517.build. Workflows that rely on setup.py (anything) will need to first ensure setuptools is imported.

So we will probably need to at least add `import setuptools` by itself somewhere in our `setup.py.in`. Reverting commit 9e01966ff7973fa88cdd30ac20c2181bb76d8e5a fixes the problem in the CI builds that are currently failing, but breaks elsewhere. I am trying to find a solution that will work everywhere.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1830#issuecomment-1332311979
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>
########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1