Antoine Pitrou created ARROW-9692:
-------------------------------------
Summary: [Python] distutils import warning
Key: ARROW-9692
URL: https://issues.apache.org/jira/browse/ARROW-9692
Project: Apache Arrow
Issue Type: Bug
Components: Python
Reporter: Antoine Pitrou
Running {{setup.py}} displays this warning message:
{code}
/home/antoine/miniconda3/envs/pyarrow/lib/python3.7/site-packages/setuptools/distutils_patch.py:26:
UserWarning: Distutils was imported before Setuptools. This usage is
discouraged and may exhibit undesirable behaviors or errors. Please use
Setuptools' objects directly or at least import Setuptools first.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)