Skip to content

[Release] Windows wheels verification jobs fails to set conda environment #50383

Description

@raulcd

Describe the bug, including details regarding any error messages, version, and platform.

The verification for the Release Candidate binaries fail on the Wheels Windows job with the following issue:

D:\a\arrow\arrow>call conda create -p C:\tmp\arrow-verify-release-wheels\_verify-wheel-3.10     --no-shortcuts -f -q -y python=3.10       || EXIT /B 1 
usage: conda-script.py create [-h] [--clone ENV] [-n ENVIRONMENT | -p PATH]
                              [-c CHANNEL] [--use-local] [-O]
                              [--repodata-fn REPODATA_FNS]
                              [--experimental {jlap,lock}] [--no-lock]
                              [--repodata-use-zst | --no-repodata-use-zst]
                              [--strict-channel-priority]
                              [--no-channel-priority] [--no-deps |
                              --only-deps] [--no-pin] [--copy]
                              [--no-shortcuts]
                              [--shortcuts-only SHORTCUTS_ONLY] [-C] [-k]
                              [--offline] [--json] [--console CONSOLE] [-v]
                              [-q] [-d] [-y] [--download-only]
                              [--show-channel-urls] [-f FILE]
                              [--environment-specifier {cep-24,environment-yaml,env.yml,environment.yml,explicit,requirements.txt,requirements,reqs}]
                              [--no-default-packages] [--subdir SUBDIR]
                              [--solver {classic,libmamba}] [--dev]
                              [package_spec ...]
conda-script.py create: error: argument -f/--file: expected one argument

This is the same as what we had with the verification script here:

Component(s)

Release

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions