fulwang commented on issue #37697: URL: https://github.com/apache/arrow/issues/37697#issuecomment-1718873242
Kou, Many Thanks for the tips! I just try to build Arrow C++ following the guide you mentioned, but when executing the step of creating anaconda virtual env, i encountered below issues. seems need to specify additional channels when issue this command? I'm a newbie for python programming, could you kindly suggest what channels and how i can add them? Thanks! By the way, I'm build it on an redhat linux 8.6 (s390x) with python 3.11. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (base) [root@lpar50 ~]# (base) [root@lpar50 ~]# conda create -y -n pyarrow-dev -c conda-forge \ > --file arrow/ci/conda_env_unix.txt \ > --file arrow/ci/conda_env_cpp.txt \ > --file arrow/ci/conda_env_python.txt \ > --file arrow/ci/conda_env_gandiva.txt \ > compilers \ > python=3.11 \ > pandas Collecting package metadata (current_repodata.json): | DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 \ DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/current_repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/current_repodata.json HTTP/1.1" 304 0 / DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/linux-s390x/current_repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /conda-forge/noarch/current_repodata.json HTTP/1.1" 200 None DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/linux-s390x/current_repodata.json HTTP/1.1" 200 None | DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /conda-forge/linux-s390x/current_repodata.json HTTP/1.1" 200 None done Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. Collecting package metadata (repodata.json): \ DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): conda.anaconda.org:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 / DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /conda-forge/noarch/repodata.json HTTP/1.1" 200 None - DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/repodata.json HTTP/1.1" 304 0 \ DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/linux-s390x/repodata.json HTTP/1.1" 304 0 | DEBUG:urllib3.connectionpool:https://conda.anaconda.org:443 "GET /conda-forge/linux-s390x/repodata.json HTTP/1.1" 200 None / DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/linux-s390x/repodata.json HTTP/1.1" 200 None done Solving environment: failed PackagesNotFoundError: The following packages are not available from current channels: - clang[version='>=11'] - gflags - glog - benchmark[version='>=1.6.0'] - rapidjson - google-cloud-cpp[version='>=1.34.0'] - aws-sdk-cpp==1.11.68 - compilers - flatbuffers Current channels: - https://conda.anaconda.org/conda-forge/linux-s390x - https://conda.anaconda.org/conda-forge/noarch - https://repo.anaconda.com/pkgs/main/linux-s390x - https://repo.anaconda.com/pkgs/main/noarch - https://repo.anaconda.com/pkgs/r/linux-s390x - https://repo.anaconda.com/pkgs/r/noarch To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page. (base) [root@lpar50 ~]# -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
