[
https://issues.apache.org/jira/browse/ARROW-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16729178#comment-16729178
]
Wes McKinney commented on ARROW-4118:
-------------------------------------
I'm not able to run "asv run" (getting the error above) and I don't really know
how to proceed. It seems that asv-build.sh doesn't like the "conda" bash
function. This is reproducible for me by running
{code}
$ bash python/asv-build.sh
{code}
and putting any conda command before the {{$ASV_ENV_DIR}} line 24
> [Python] More detailed benchmarking documentation
> -------------------------------------------------
>
> Key: ARROW-4118
> URL: https://issues.apache.org/jira/browse/ARROW-4118
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Fix For: 0.12.0
>
>
> We should write more documentation about common asv workflows. Having not run
> them in a while, I found some rough edges, like:
> {code}
> $ asv run -b ToPandasStrings master
> · Creating environments
> · Discovering benchmarks
> ·· Uninstalling from
> conda-py3.6-boost-cpp1.67.0-brotli-cmake-cython-flatbuffers1.7.1-libprotobuf-lz4-c-ninja-numpy1.14.5-pandas0.23.3-pip+setuptools_scm-rapidjson-snappy-zstd
> ·· Building 2849f46f <master> for
> conda-py3.6-boost-cpp1.67.0-brotli-cmake-cython-flatbuffers1.7.1-libprotobuf-lz4-c-ninja-numpy1.14.5-pandas0.23.3-pip+setuptools_scm-rapidjson-snappy-zstd
> ·· Error running /bin/bash
> /home/wesm/code/arrow/python/.asv/env/3dcfa8f34e2eb2b62de42321b0fd52e3/project/python/asv-build.sh
> STDOUT -------->
>
> STDERR -------->
>
> /home/wesm/code/arrow/python/.asv/env/3dcfa8f34e2eb2b62de42321b0fd52e3/project/python/asv-build.sh:
> line 24: conda: command not found
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)