You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/08/11 13:48:00 UTC

[jira] [Created] (ARROW-9692) [Python] distutils import warning

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)