You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/04/26 18:56:00 UTC

[jira] [Created] (ARROW-16347) [Packaging] verify-release-candidate fails oddly if a Conda environment is active

David Li created ARROW-16347:
--------------------------------

             Summary: [Packaging] verify-release-candidate fails oddly if a Conda environment is active
                 Key: ARROW-16347
                 URL: https://issues.apache.org/jira/browse/ARROW-16347
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Packaging
    Affects Versions: 8.0.0
            Reporter: David Li


{noformat}
Conda environment is active despite that USE_CONDA is set to 0.

CommandNotFoundError: No command 'conda deactive'.
Did you mean 'conda deactivate'?
{noformat}

The next line is {{echo "Deactivate the environment using `conda deactive` before running the verification script."}} but this tries to _evaluate_ "conda deactive" which of course fails. The typo should be fixed, but also the backticks should be escaped.



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