You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Michael Ho (JIRA)" <ji...@apache.org> on 2018/03/23 22:12:00 UTC

[jira] [Created] (IMPALA-6731) Could not find suitable distribution for Requirement.parse('setuptools-scm')

Michael Ho created IMPALA-6731:
----------------------------------

             Summary: Could not find suitable distribution for Requirement.parse('setuptools-scm')
                 Key: IMPALA-6731
                 URL: https://issues.apache.org/jira/browse/IMPALA-6731
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.0, Impala 2.12.0
            Reporter: Michael Ho


Our integration build at commit 08b60a15cc9548487e1d62ecefde7672a20a8487 started failing with the following errors. Sounds like a continuation of the setup tools woes from IMPALA-6695 and IMPALA-6697

{noformat}
02:02:03   InsecurePlatformWarning
02:02:03     Complete output from command python setup.py egg_info:
02:02:03     Couldn't find index page for 'setuptools_scm' (maybe misspelled?)
02:02:03     No local packages or download links found for setuptools-scm
02:02:03     Traceback (most recent call last):
02:02:03       File "<string>", line 20, in <module>
02:02:03       File "/tmp/pip-build-460f0w/execnet/setup.py", line 68, in <module>
02:02:03         main()
02:02:03       File "/tmp/pip-build-460f0w/execnet/setup.py", line 64, in main
02:02:03         setup_requires=['setuptools_scm'],
02:02:03       File "/usr/lib64/python2.6/distutils/core.py", line 113, in setup
02:02:03         _setup_distribution = dist = klass(attrs)
02:02:03       File "/data/jenkins/workspace/impala-asf-master-exhaustive-integration/repos/Impala/infra/python/env/lib/python2.6/site-packages/setuptools/dist.py", line 268, in __init__
02:02:03         self.fetch_build_eggs(attrs['setup_requires'])
02:02:03       File "/data/jenkins/workspace/impala-asf-master-exhaustive-integration/repos/Impala/infra/python/env/lib/python2.6/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs
02:02:03         replace_conflicting=True,
02:02:03       File "/data/jenkins/workspace/impala-asf-master-exhaustive-integration/repos/Impala/infra/python/env/lib/python2.6/site-packages/pkg_resources/__init__.py", line 836, in resolve
02:02:03         dist = best[req.key] = env.best_match(req, ws, installer)
02:02:03       File "/data/jenkins/workspace/impala-asf-master-exhaustive-integration/repos/Impala/infra/python/env/lib/python2.6/site-packages/pkg_resources/__init__.py", line 1081, in best_match
02:02:03         return self.obtain(req, installer)
02:02:03       File "/data/jenkins/workspace/impala-asf-master-exhaustive-integration/repos/Impala/infra/python/env/lib/python2.6/site-packages/pkg_resources/__init__.py", line 1093, in obtain
02:02:03         return installer(requirement)
02:02:03       File "/data/jenkins/workspace/impala-asf-master-exhaustive-integration/repos/Impala/infra/python/env/lib/python2.6/site-packages/setuptools/dist.py", line 380, in fetch_build_egg
02:02:03         return cmd.easy_install(req)
02:02:03       File "/data/jenkins/workspace/impala-asf-master-exhaustive-integration/repos/Impala/infra/python/env/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 623, in easy_install
02:02:03         raise DistutilsError(msg)
02:02:03     distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-scm')
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)