You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/05/31 16:08:00 UTC

[jira] [Created] (ARROW-16694) [Packaging][Python] Conda packaging jobs on windows are failing

Raúl Cumplido created ARROW-16694:
-------------------------------------

             Summary: [Packaging][Python] Conda packaging jobs on windows are failing
                 Key: ARROW-16694
                 URL: https://issues.apache.org/jira/browse/ARROW-16694
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration, Packaging, Python
            Reporter: Raúl Cumplido
            Assignee: Raúl Cumplido
             Fix For: 9.0.0


The following nightly packaging builds have been failing during the last days:
 * conda-win-vs2017-py310
 * conda-win-vs2017-py37-r40
 * conda-win-vs2017-py37-r41
 * conda-win-vs2017-py38
 * conda-win-vs2017-py39

The error seems to indicate some conflicting dependencies that can't be resolved, see and example build [https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=26719&view=logs&j=4c86bc1b-1091-5192-4404-c74dfaad23e7&t=085d71a4-6d22-584c-1ec4-5970697330d9]

 
{code:java}
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

  - boa -> python[version='>=3.6,<3.7.0a0|>=3.6|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0']
  - conda -> conda[version='>=4.13.0']
  - conda -> menuinst[version='>=1.4.11,<2']
  - conda -> pyopenssl[version='>=16.2.0'] -> python[version='3.10.*|3.9.*|>=2.7|>=3.6|3.7.*|3.8.*|>=3.5']
  - conda -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*|>=3.4,<3.5.0a0']
  - conda-build -> beautifulsoup4 -> python[version='3.10.*|>=3.8,<3.9.0a0|>=3|>=3.5|>=3.6|>=3.7|>=2.7|3.8.*|3.7.*|3.9.*|>=3.4,<3.5.0a0',build=*cpython]
  - conda-build -> conda[version='<4.13.0|>=4.1,<4.13.0|>=4.1,<4.4|>=4.3,<4.13.0|>=4.5|>=4.5,<4.13.0|>=4.1,<4.3']
  - conda-build -> conda[version='>=4.5'] -> menuinst[version='>=1.4.11,<2']
  - conda-build -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
  - conda-forge-ci-setup=3 -> anaconda-client -> python[version='2.7.*|3.5.*|3.6.*|>=3.6|3.4.*|>=3.5,<3.6.0a0|>=2.7,<2.8.0a0|>=3|>=3.4,<3.5.0a0|>=3.7|>=3.5|3.9.*|3.8.*|3.10.*|3.7.*']
  - conda-forge-ci-setup=3 -> conda-build=3 -> conda[version='<4.13.0|>=4.3,<4.13.0|>=4.5|>=4.5,<4.13.0']
  - conda-forge-ci-setup=3 -> conda[version='>=4.3'] -> menuinst[version='>=1.4.11,<2']
  - conda-forge-ci-setup=3 -> python[version='>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0']
  - pip -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3|>=3.6|>=3.7|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*|>=3.9,<3.10.0a0|>=3.10,<3.11.0a0']
  - pip -> wheel -> python[version='!=3.0,!=3.1,!=3.2,!=3.3,!=3.4|2.7.*|>=3.6|2.7|>=3.6|>=2.7']
  - python=3.9

The following specifications were found to be incompatible with each other:
 {code}
 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)