Giter VIP home page Giter VIP logo

grpc-cpp-feedstock's Introduction

About grpc-cpp-feedstock

Feedstock license: BSD-3-Clause

Home: https://grpc.io/

Package license: Apache-2.0

Summary: gRPC - A high-performance, open-source universal RPC framework

Development: https://github.com/grpc/grpc

Documentation: https://grpc.io/docs/

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.

This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

Current build status

Azure
VariantStatus
linux_64 variant
linux_aarch64 variant
linux_ppc64le variant
osx_64 variant
osx_arm64 variant
win_64 variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing grpc-cpp

Installing grpc-cpp from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, grpcio, libgrpc can be installed with conda:

conda install grpcio libgrpc

or with mamba:

mamba install grpcio libgrpc

It is possible to list all of the versions of grpcio available on your platform with conda:

conda search grpcio --channel conda-forge

or with mamba:

mamba search grpcio --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search grpcio --channel conda-forge

# List packages depending on `grpcio`:
mamba repoquery whoneeds grpcio --channel conda-forge

# List dependencies of `grpcio`:
mamba repoquery depends grpcio --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating grpc-cpp-feedstock

If you would like to improve the grpc-cpp recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/grpc-cpp-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

grpc-cpp-feedstock's People

Contributors

beckermr avatar cj-wright avatar conda-forge-admin avatar conda-forge-curator[bot] avatar conda-forge-webservices[bot] avatar github-actions[bot] avatar h-vetinari avatar hmaarrfk avatar mariusvniekerk avatar ocefpaf avatar regro-cf-autotick-bot avatar wesm avatar xhochy avatar xylar avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

grpc-cpp-feedstock's Issues

c-ares missing from run requirements

Issue:
c-ares is missing from the meta.yaml run requirements. -lcares is in the grpc.pc file that gets installed to $CONDA_PREFIX/lib/pkgconfig


Environment (conda list):

$ conda list
# packages in environment at /home/users/sugdms/miniconda/envs/testgrpc:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       0_gnu    conda-forge
abseil-cpp                20200225.2           he1b5a44_0    conda-forge
ca-certificates           2020.6.20            hecda079_0    conda-forge
gflags                    2.2.2             he1b5a44_1002    conda-forge
grpc-cpp                  1.30.0               h9ea6770_0    conda-forge
libgcc-ng                 9.2.0                h24d8f2e_2    conda-forge
libgomp                   9.2.0                h24d8f2e_2    conda-forge
libprotobuf               3.12.3               h8b12597_0    conda-forge
libstdcxx-ng              9.2.0                hdf63c60_2    conda-forge
openssl                   1.1.1g               h516909a_0    conda-forge
zlib                      1.2.11            h516909a_1006    conda-forge

Details about conda and system ( conda info ):
$ conda info

     active environment : testgrpc
    active env location : /home/users/sugdms/miniconda/envs/testgrpc
            shell level : 2
       user config file : /home/users/sugdms/.condarc
 populated config files : /home/users/sugdms/miniconda/.condarc
          conda version : 4.8.3
    conda-build version : 3.19.2
         python version : 3.7.6.final.0
       virtual packages : __glibc=2.17
       base environment : /home/users/sugdms/miniconda  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /home/users/sugdms/miniconda/pkgs
                          /home/users/sugdms/.conda/pkgs
       envs directories : /home/users/sugdms/miniconda/envs
                          /home/users/sugdms/.conda/envs
               platform : linux-64
             user-agent : conda/4.8.3 requests/2.24.0 CPython/3.7.6 Linux/3.10.0-1127.8.2.el7.x86_64 rhel/7.8 glibc/2.17
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False

Downstream issues with 1.55.0

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Not sure if this is the right place for this but am seeing some issues with 155.0 on some python downstreams:

on conda-forge/grpcio-health-checking-feedstock#37

    grpcio:                 1.55.0-py311ha6695c7_1      conda-forge
    libprotobuf:            4.23.2-hd1fb520_1           conda-forge


ImportError: $WORK_DIR/lib/python3.11/site-packages/google/protobuf/pyext/_message.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZN6google8protobuf2io17SafeDoubleToFloatEd

on conda-forge/dagster-feedstock#259 (logs)

    grpcio:                 1.55.0-py311ha6695c7_0      conda-forge
    grpcio-health-checking: 1.54.2-pyhd8ed1ab_0         conda-forge
    libprotobuf:            4.23.2-hd1fb520_0           conda-forge
 
ImportError: libprotobuf.so.23.1.0: cannot open shared object file: No such file or directory

Installed packages

See above

Environment info

See above

Trying to link grpc-cpp on Windows after abseil static build migration fails

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

See logs from arrow-cpp build here: https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_apis/build/builds/551576/logs/480

It looks like it's trying to find abseil 20220623 symbols in the grpc lib and as far as I can tell those should be static linked into the grpc lib. The Arrow Flight shared library being built doesn't use abseil directly in any way or link to it via CMake.

I'm not sure exactly what's going on and this may not be a grpc issue, but figured I'd open an issue here to start.

cc @hmaarrfk @h-vetinari

Installed packages

n/a

Environment info

n/a

Upstream cmake build downloads opencensus-proto

Seen in #213 on all platforms (see third line)

-- Found OpenSSL: /Users/runner/miniforge3/conda-bld/grpc-split_1660634755701/_build_env/lib/libcrypto.dylib (found version "3.0.5")  
-- Found ZLIB: /Users/runner/miniforge3/conda-bld/grpc-split_1660634755701/_build_env/lib/libz.dylib (found version "1.2.12") 
-- Downloading from https://storage.googleapis.com/grpc-bazel-mirror/github.com/census-instrumentation/opencensus-proto/archive/v0.3.0.tar.gz, if failed, please try configuring again
-- Configuring done
-- Generating done

We should replace this with builds from https://github.com/conda-forge/opencensus-proto-feedstock.

maybe rebuilding old grpc 1.46.4 was wrong after all :(

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

xref #223
xref conda-forge/jaxlib-feedstock#132

Somehow reverse engineering this was a mess... I am sorry.

I don't think any action is necessary at this point. I am pursuing remedies in jaxlib-feedstock.

Just wanted to note this here until this is fully resolved.

Installed packages

n/a

Environment info

n/a

Link error on Windows

   Creating library release\arrow_flight.lib and object release\arrow_flight.exp
absl_str_format_internal.lib(float_conversion.cc.obj) : error LNK2019: unresolved external symbol __std_reverse_trivially_swappable_1 referenced in function "void __cdecl std::_Reverse_unchecked1<char *>(char * const,char * const,struct std::integral_constant<unsigned __int64,1>)" (??$_Reverse_unchecked1@PEAD@std@@YAXQEAD0U?$integral_constant@_K$00@0@@Z)
absl_strings.lib(charconv_bigint.cc.obj) : error LNK2001: unresolved external symbol __std_reverse_trivially_swappable_1
release\arrow_flight.dll : fatal error LNK1120: 1 unresolved externals

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/32390358/job/2ekuy41nn69tk6qm#L1234

grpcio >=1.51 python stack is segfaults on osx (x86-64)

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

On 1.51/2, I get the following making a unary call:

>>> import grpc
>>> import helloworld_pb2
>>> import helloworld_pb2_grpc
>>> with grpc.insecure_channel('localhost:50051') as channel:
        stub = helloworld_pb2_grpc.GreeterStub(channel)
        response = stub.SayHello(helloworld_pb2.HelloRequest(name='you'))

E0221 15:33:42.187235000 140704340240576 client_channel.cc:625]        chand=0x7f8c0182d360: Illegal keepalive throttling value
E0221 15:33:42.187294000 140704340240576 client_channel.cc:625]        chand=0x7f8c0182d360: Illegal keepalive throttling value
E0221 15:33:42.187544000 140704340240576 client_channel.cc:625]        chand=0x7f8c0182d360: Illegal keepalive throttling value
E0221 15:33:42.191049000 123145385762816 client_channel.cc:625]        chand=0x7f8c0182d360: Illegal keepalive throttling value
E0221 15:33:42.191257000 123145385762816 client_channel.cc:625]        chand=0x7f8c0182d360: Illegal keepalive throttling value
E0221 15:33:42.195639000 140704340240576 client_channel.cc:625]        chand=0x7f8c0182d360: Illegal keepalive throttling value

then it randomly can segfault.

Running under lldb shows it's there's some kind of error (linkage to libstdc++?) in abseil (20230125.0):

 thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x1)
    frame #0: 0x0000000104bc7c2e libabsl_cord.2301.0.0.dylib`absl::lts_20230125::CopyCordToString(absl::lts_20230125::Cord const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) + 46
libabsl_cord.2301.0.0.dylib`absl::lts_20230125::CopyCordToString:
->  0x104bc7c2e <+46>: movq   (%rax), %r15
    0x104bc7c31 <+49>: movzbl (%rbx), %ecx
    0x104bc7c34 <+52>: movl   %ecx, %eax
    0x104bc7c36 <+54>: andb   $0x1, %al

Installed packages

# Name                    Version                   Build  Channel
bzip2                     1.0.8                h0d85af4_4    conda-forge
c-ares                    1.18.1               h0d85af4_0    conda-forge
ca-certificates           2022.12.7            h033912b_0    conda-forge
grpcio                    1.52.1          py311h814d153_0    conda-forge
libabseil                 20230125.0      cxx17_hf0c8a7f_1    conda-forge
libcxx                    14.0.6               hccf4f1f_0    conda-forge
libffi                    3.4.2                h0d85af4_5    conda-forge
libgrpc                   1.52.1               h493e69f_0    conda-forge
libprotobuf               3.21.12              hbc0c0cd_0    conda-forge
libsqlite                 3.40.0               ha978bb4_0    conda-forge
libzlib                   1.2.13               hfd90126_4    conda-forge
ncurses                   6.3                  h96cf925_1    conda-forge
openssl                   3.0.8                hfd90126_0    conda-forge
pip                       23.0.1             pyhd8ed1ab_0    conda-forge
protobuf                  4.21.12         py311h814d153_0    conda-forge
python                    3.11.0          he7542f4_1_cpython    conda-forge
python_abi                3.11                    3_cp311    conda-forge
re2                       2023.02.01           hf0c8a7f_0    conda-forge
readline                  8.1.2                h3899abd_0    conda-forge
setuptools                67.3.2             pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
tk                        8.6.12               h5dbffcc_0    conda-forge
tzdata                    2022g                h191b570_0    conda-forge
wheel                     0.38.4             pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h775f41a_0    conda-forge
zlib                      1.2.13               hfd90126_4    conda-forge

Environment info

active environment : test
    active env location : /conda/envs/test
            shell level : 2
       user config file : /.condarc
 populated config files : /.condarc
          conda version : 22.11.1
    conda-build version : 3.23.3
         python version : 3.11.0.final.0
       virtual packages : __archspec=1=x86_64
                          __osx=13.1=0
                          __unix=0=0
       base environment : /conda  (writable)
      conda av data dir : /conda/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/osx-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://conda.anaconda.org/bioconda/osx-64
                          https://conda.anaconda.org/bioconda/noarch
          package cache : /conda/pkgs
                          /.conda/pkgs
       envs directories : /conda/envs
                          /.conda/envs
               platform : osx-64
             user-agent : conda/22.11.1 requests/2.28.2 CPython/3.11.0 Darwin/22.2.0 OSX/13.1
                UID:GID : 501:20
             netrc file : None
           offline mode : False

[regression] Link error on Ubuntu 20.04 with 1.42.0 (libstdc++ missing symbol?)

I get the following error when trying to compile Apache Arrow against grpc-ccp 1.42.0. Version 1.41.1 works fine:

[7/11] Linking CXX executable debug/flight-test-integration-client
FAILED: debug/flight-test-integration-client 
: && /usr/bin/ccache /usr/bin/g++-9 -Wno-noexcept-type  -fdiagnostics-color=always -fuse-ld=gold -ggdb -O0  -Wall -fno-semantic-interposition -msse4.2  -D_GLIBCXX_USE_CXX11_ABI=1 -D_GLIBCXX_USE_CXX11_ABI=1 -fno-omit-frame-pointer -g  src/arrow/flight/CMakeFiles/flight-test-integration-client.dir/test_integration_client.cc.o -o debug/flight-test-integration-client  -Wl,-rpath,/home/antoine/arrow/dev/cpp/build-test/debug:/home/antoine/miniconda3/envs/pyarrow/lib  debug/libarrow_flight_testing.so.700.0.0  debug/libarrow_testing.so.700.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libcrypto.so  /home/antoine/miniconda3/envs/pyarrow/lib/libssl.so  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlienc.so  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlidec.so  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlicommon.so  /home/antoine/miniconda3/envs/pyarrow/lib/liborc.so  /home/antoine/miniconda3/envs/pyarrow/lib/libprotobuf.so  /home/antoine/miniconda3/envs/pyarrow/lib/libutf8proc.so  -ldl  /home/antoine/miniconda3/envs/pyarrow/lib/libgtest_main.so  /home/antoine/miniconda3/envs/pyarrow/lib/libgmock.so  /home/antoine/miniconda3/envs/pyarrow/lib/libboost_filesystem.so  /home/antoine/miniconda3/envs/pyarrow/lib/libboost_system.so  -ldl  /home/antoine/miniconda3/envs/pyarrow/lib/libgflags.so.2.2.2  /home/antoine/miniconda3/envs/pyarrow/lib/libgtest.so  debug/libarrow_flight.so.700.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libgrpc++.so.1.42.0  /home/antoine/miniconda3/envs/pyarrow/lib/libgrpc.so.20.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libz.so  /home/antoine/miniconda3/envs/pyarrow/lib/libcares.so.2.5.1  /home/antoine/miniconda3/envs/pyarrow/lib/libaddress_sorting.so.20.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_raw_hash_set.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_hashtablez_sampler.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_exponential_biased.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_hash.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_city.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_wyhash.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_statusor.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_bad_variant_access.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libgpr.so.20.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libupb.so.20.0.0  -lm  -lpthread  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_status.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_cord.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_bad_optional_access.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_str_format_internal.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_synchronization.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_stacktrace.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_symbolize.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_debugging_internal.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_demangle_internal.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_graphcycles_internal.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_malloc_internal.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_time.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_strings.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_throw_delegate.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_int128.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_strings_internal.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_base.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_raw_logging_internal.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_log_severity.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_spinlock_wait.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_civil_time.so.2103.0.1  /home/antoine/miniconda3/envs/pyarrow/lib/libabsl_time_zone.so.2103.0.1  debug/libarrow.so.700.0.0  /home/antoine/miniconda3/envs/pyarrow/lib/libssl.so  /home/antoine/miniconda3/envs/pyarrow/lib/libcrypto.so  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlienc.so  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlidec.so  /home/antoine/miniconda3/envs/pyarrow/lib/libbrotlicommon.so  /home/antoine/miniconda3/envs/pyarrow/lib/liborc.so  /home/antoine/miniconda3/envs/pyarrow/lib/libprotobuf.so  /home/antoine/miniconda3/envs/pyarrow/lib/libutf8proc.so  /home/antoine/miniconda3/envs/pyarrow/lib/libre2.so.9.0.0  -ldl  jemalloc_ep-prefix/src/jemalloc_ep/dist//lib/libjemalloc_pic.a  mimalloc_ep/src/mimalloc_ep/lib/mimalloc-1.7/libmimalloc-debug.a  -lrt  -pthread  -lpthread && :
/home/antoine/miniconda3/envs/pyarrow/lib/libgrpc++.so.1.42.0: error: undefined reference to 'std::__throw_bad_array_new_length()', version 'GLIBCXX_3.4.29'
collect2: error: ld returned 1 exit status
$ conda list

# packages in environment at /home/antoine/miniconda3/envs/pyarrow:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       1_gnu    conda-forge
abseil-cpp                20210324.2           h9c3ff4c_0    conda-forge
aiobotocore               1.4.2                    pypi_0    pypi
aiohttp                   3.7.4.post0              pypi_0    pypi
aioitertools              0.8.0                    pypi_0    pypi
alabaster                 0.7.12                   pypi_0    pypi
archery                   0.1.0                     dev_0    <develop>
async-timeout             3.0.1                    pypi_0    pypi
attrs                     21.2.0                   pypi_0    pypi
autopep8                  1.5.7                    pypi_0    pypi
aws-c-auth                0.6.8                hfef2836_0    conda-forge
aws-c-cal                 0.5.12               h70efedd_7    conda-forge
aws-c-common              0.6.17               h7f98852_0    conda-forge
aws-c-compression         0.2.14               h7c7754b_7    conda-forge
aws-c-event-stream        0.2.7               hb80ed28_31    conda-forge
aws-c-http                0.6.10               h58a30cf_2    conda-forge
aws-c-io                  0.10.13              he836878_5    conda-forge
aws-c-mqtt                0.7.9                h042a236_0    conda-forge
aws-c-s3                  0.1.28               h4f4cd48_0    conda-forge
aws-c-sdkutils            0.1.1                h7c7754b_4    conda-forge
aws-checksums             0.1.12               h7c7754b_6    conda-forge
aws-crt-cpp               0.17.10              h6e24543_1    conda-forge
aws-sdk-cpp               1.9.160              h36ff4c5_0    conda-forge
babel                     2.9.1                    pypi_0    pypi
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                        py_2    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.10.0                   pypi_0    pypi
benchmark                 1.6.0                h9c3ff4c_0    conda-forge
blinker                   1.4                      pypi_0    pypi
boost-cpp                 1.69.0            h11c811c_1000    conda-forge
botocore                  1.20.106                 pypi_0    pypi
breathe                   4.31.0                   pypi_0    pypi
brotli                    1.0.9                h7f98852_6    conda-forge
brotli-bin                1.0.9                h7f98852_6    conda-forge
brotlipy                  0.7.0                    pypi_0    pypi
bzip2                     1.0.8                h7f98852_4    conda-forge
c-ares                    1.18.1               h7f98852_0    conda-forge
ca-certificates           2021.10.26           h06a4308_2    defaults
certifi                   2021.10.8        py39hf3d152e_1    conda-forge
cffi                      1.14.6                   pypi_0    pypi
chardet                   4.0.0                    pypi_0    pypi
charset-normalizer        2.0.7                    pypi_0    pypi
click                     8.0.3                    pypi_0    pypi
cmake                     3.21.3               h8897547_0    conda-forge
cmake-format              0.6.13                   pypi_0    pypi
cmakelang                 0.6.13                   pypi_0    pypi
contextlib2               21.6.0                   pypi_0    pypi
crc32c                    2.2                      pypi_0    pypi
cryptography              35.0.0                   pypi_0    pypi
cython                    0.29.25          py39he80948d_0    conda-forge
decorator                 5.1.0              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1                    pypi_0    pypi
deprecated                1.2.13                   pypi_0    pypi
docutils                  0.16                     pypi_0    pypi
doxygen                   1.9.2                hb166930_0    conda-forge
expat                     2.4.1                h9c3ff4c_0    conda-forge
flake8                    4.0.1                    pypi_0    pypi
flask                     2.0.1                    pypi_0    pypi
flatbuffers               2.0.0                h9c3ff4c_0    conda-forge
fsspec                    2021.10.0                pypi_0    pypi
gflags                    2.2.2             he1b5a44_1004    conda-forge
gitdb                     4.0.7                    pypi_0    pypi
github3-py                2.0.0                    pypi_0    pypi
gitpython                 3.1.24                   pypi_0    pypi
glog                      0.5.0                h48cff8f_0    conda-forge
gmock                     1.10.0               h4bd325d_7    conda-forge
google-cloud-cpp          1.34.1               hec3964e_0    conda-forge
googleapis-common-protos  1.53.0                   pypi_0    pypi
googleapis-cpp            0.10.0              h3ba0af6_19    conda-forge
googleapis-storage-testbench 0.7.0                    pypi_0    pypi
grpc-cpp                  1.42.0               h7e358d9_0    conda-forge
grpcio                    1.41.0                   pypi_0    pypi
gtest                     1.10.0               h4bd325d_7    conda-forge
gunicorn                  20.1.0                   pypi_0    pypi
httpbin                   0.7.0                    pypi_0    pypi
hypothesis                6.23.2                   pypi_0    pypi
icu                       58.2              hf484d3e_1000    conda-forge
idna                      3.3                      pypi_0    pypi
imagesize                 1.2.0                    pypi_0    pypi
importlib-metadata        4.8.1                    pypi_0    pypi
iniconfig                 1.1.1                    pypi_0    pypi
ipython                   7.30.1           py39hf3d152e_0    conda-forge
itsdangerous              2.0.1                    pypi_0    pypi
jedi                      0.18.1           py39hf3d152e_0    conda-forge
jeepney                   0.7.1                    pypi_0    pypi
jinja2                    3.0.2                    pypi_0    pypi
jira                      3.0.1                    pypi_0    pypi
jmespath                  0.10.0                   pypi_0    pypi
jwcrypto                  1.0                      pypi_0    pypi
keyring                   23.2.1                   pypi_0    pypi
krb5                      1.19.2               hcc1bbae_3    conda-forge
ld_impl_linux-64          2.36.1               hea4e1c9_2    conda-forge
libblas                   3.9.0           12_linux64_openblas    conda-forge
libboost                  1.67.0               h46d08c1_4    defaults
libbrotlicommon           1.0.9                h7f98852_6    conda-forge
libbrotlidec              1.0.9                h7f98852_6    conda-forge
libbrotlienc              1.0.9                h7f98852_6    conda-forge
libcblas                  3.9.0           12_linux64_openblas    conda-forge
libcrc32c                 1.1.2                h9c3ff4c_0    conda-forge
libcurl                   7.80.0               h2574ce0_0    conda-forge
libedit                   3.1.20210714         h7f8727e_0    defaults
libev                     4.33                 h516909a_1    conda-forge
libevent                  2.1.10               h9b69904_4    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 11.2.0              h1d223b6_11    conda-forge
libgfortran-ng            11.2.0              h69a702a_11    conda-forge
libgfortran5              11.2.0              h5c6108e_11    conda-forge
libgomp                   11.2.0              h1d223b6_11    conda-forge
libiconv                  1.16                 h516909a_0    conda-forge
liblapack                 3.9.0           12_linux64_openblas    conda-forge
libllvm11                 11.1.0               hf817b99_2    conda-forge
libnghttp2                1.46.0               hce63b2e_0    defaults
libopenblas               0.3.18          pthreads_h8fe5266_0    conda-forge
libprotobuf               3.18.1               h780b84a_0    conda-forge
libssh2                   1.10.0               ha56f1ee_2    conda-forge
libstdcxx-ng              11.2.0              he4da1e4_11    conda-forge
libthrift                 0.15.0               he6d91bd_0    conda-forge
libutf8proc               2.6.1                h7f98852_0    conda-forge
libuv                     1.42.0               h7f98852_0    conda-forge
libzlib                   1.2.11            h36c2ea0_1013    conda-forge
llvmlite                  0.37.0           py39h1bbdace_1    conda-forge
lz4                       3.1.10           py39h03635ed_0    conda-forge
lz4-c                     1.9.3                h9c3ff4c_1    conda-forge
markupsafe                2.0.1                    pypi_0    pypi
matplotlib-inline         0.1.3              pyhd8ed1ab_0    conda-forge
mccabe                    0.6.1                    pypi_0    pypi
multidict                 5.2.0                    pypi_0    pypi
ncurses                   6.2                  h58526e2_4    conda-forge
nlohmann_json             3.10.4               h9c3ff4c_0    conda-forge
numba                     0.54.1           py39h56b8d98_0    conda-forge
numpy                     1.20.3           py39hdbf815f_1    conda-forge
numpydoc                  1.1.0                    pypi_0    pypi
oauthlib                  3.1.1                    pypi_0    pypi
openssl                   1.1.1l               h7f98852_0    conda-forge
orc                       1.7.1                h68e2c4e_0    conda-forge
packaging                 21.0                     pypi_0    pypi
pandas                    1.3.4            py39hde0f152_1    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
pickleshare               0.7.5           py39hde42818_1002    conda-forge
pip                       21.3.1             pyhd8ed1ab_0    conda-forge
pluggy                    1.0.0                    pypi_0    pypi
prompt-toolkit            3.0.23             pyha770c72_0    conda-forge
prompt_toolkit            3.0.23               hd8ed1ab_0    conda-forge
protobuf                  3.18.0                   pypi_0    pypi
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
py                        1.10.0                   pypi_0    pypi
pyarrow                   7.0.0.dev285+g375913377.d20211207           dev_0    <develop>
pycodestyle               2.8.0                    pypi_0    pypi
pycparser                 2.20                     pypi_0    pypi
pydata-sphinx-theme       0.7.1                    pypi_0    pypi
pyflakes                  2.4.0                    pypi_0    pypi
pygit2                    1.7.0                    pypi_0    pypi
pygithub                  1.55                     pypi_0    pypi
pygments                  2.10.0             pyhd8ed1ab_0    conda-forge
pyjwt                     2.2.0                    pypi_0    pypi
pynacl                    1.4.0                    pypi_0    pypi
pyparsing                 2.4.7                    pypi_0    pypi
pytest                    6.2.5                    pypi_0    pypi
pytest-lazy-fixture       0.6.3                    pypi_0    pypi
python                    3.9.7           hb7a2778_3_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-dotenv             0.19.1                   pypi_0    pypi
python_abi                3.9                      2_cp39    conda-forge
pytz                      2021.3             pyhd8ed1ab_0    conda-forge
rapidjson                 1.1.0             he1b5a44_1002    conda-forge
raven                     6.10.0                   pypi_0    pypi
re2                       2021.11.01           h9c3ff4c_0    conda-forge
readline                  8.1                  h46c0cb4_0    conda-forge
requests                  2.26.0                   pypi_0    pypi
requests-oauthlib         1.3.0                    pypi_0    pypi
requests-toolbelt         0.9.1                    pypi_0    pypi
responses                 0.16.0                   pypi_0    pypi
rhash                     1.4.1                h7f98852_0    conda-forge
ruamel-yaml               0.17.16                  pypi_0    pypi
ruamel-yaml-clib          0.2.6                    pypi_0    pypi
s2n                       1.3.0                h9b69904_0    conda-forge
s3fs                      2021.10.0                pypi_0    pypi
scalpl                    0.4.2                    pypi_0    pypi
schema                    0.7.4                    pypi_0    pypi
scipy                     1.7.3            py39hee8e79c_0    conda-forge
secretstorage             3.3.1                    pypi_0    pypi
semver                    2.13.0                   pypi_0    pypi
setuptools                59.4.0           py39hf3d152e_0    conda-forge
setuptools-scm            6.3.2                    pypi_0    pypi
six                       1.16.0             pyh6c4a22f_0    conda-forge
smmap                     4.0.0                    pypi_0    pypi
snappy                    1.1.8                he1b5a44_3    conda-forge
snowballstemmer           2.1.0                    pypi_0    pypi
sortedcontainers          2.4.0                    pypi_0    pypi
soupsieve                 2.2.1                    pypi_0    pypi
sphinx                    4.2.0                    pypi_0    pypi
sphinx-tabs               3.2.0                    pypi_0    pypi
sphinxcontrib-applehelp   1.0.2                    pypi_0    pypi
sphinxcontrib-devhelp     1.0.2                    pypi_0    pypi
sphinxcontrib-htmlhelp    2.0.0                    pypi_0    pypi
sphinxcontrib-jsmath      1.0.1                    pypi_0    pypi
sphinxcontrib-qthelp      1.0.3                    pypi_0    pypi
sphinxcontrib-serializinghtml 1.1.5                    pypi_0    pypi
sqlite                    3.37.0               h9cd32fc_0    conda-forge
thrift-compiler           0.15.0               he6d91bd_0    conda-forge
thrift-cpp                0.15.0               ha770c72_0    conda-forge
tk                        8.6.11               h27826a3_1    conda-forge
toml                      0.10.2                   pypi_0    pypi
tomli                     1.2.1                    pypi_0    pypi
traitlets                 5.1.1              pyhd8ed1ab_0    conda-forge
typing-extensions         3.10.0.2                 pypi_0    pypi
tzdata                    2021e                he74cb21_0    conda-forge
uritemplate               4.1.1                    pypi_0    pypi
urllib3                   1.26.7                   pypi_0    pypi
valgrind                  3.18.1               hf817b99_0    conda-forge
wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
werkzeug                  2.0.2                    pypi_0    pypi
wheel                     0.37.0             pyhd8ed1ab_1    conda-forge
wrapt                     1.13.2                   pypi_0    pypi
xz                        5.2.5                h516909a_1    conda-forge
yarl                      1.7.0                    pypi_0    pypi
zipp                      3.6.0                    pypi_0    pypi
zlib                      1.2.11            h36c2ea0_1013    conda-forge
zstd                      1.5.0                ha95c52a_0    conda-forge

Details about conda and system ( conda info ):
$ conda info

     active environment : pyarrow
    active env location : /home/antoine/miniconda3/envs/pyarrow
            shell level : 1
       user config file : /home/antoine/.condarc
 populated config files : /home/antoine/.condarc
          conda version : 4.10.3
    conda-build version : 3.21.6
         python version : 3.7.11.final.0
       virtual packages : __cuda=11.2=0
                          __linux=5.4.0=0
                          __glibc=2.31=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /home/antoine/miniconda3  (writable)
      conda av data dir : /home/antoine/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/antoine/miniconda3/pkgs
                          /home/antoine/.conda/pkgs
       envs directories : /home/antoine/miniconda3/envs
                          /home/antoine/.conda/envs
               platform : linux-64
             user-agent : conda/4.10.3 requests/2.26.0 CPython/3.7.11 Linux/5.4.0-91-generic ubuntu/20.04.3 glibc/2.31
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False

minor request

Comment:

rebuild: grpc-cpp 1.46.4 with abseil 20211102.0

motivation: mamba install grpc-cpp==1.46.4 yields:

package tensorflow-base-2.9.1-cpu_py310h048a3e3_0 requires abseil-cpp >=20211102.0,<20211102.1.0a0, but none of the providers can be installed

These pins are crazy wild... :tear

run_export doesn't account for abseil version

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

On windows builds it looks like this recipe static links abseil but then the run export only exports a minor version of the package without ensuring that it gets the same abseil version. This leads to missing symbols, for example from a recent arrow-cpp build: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=551543&view=logs&jobId=f15996c2-5e30-5466-ec4d-2c68bcfb4db9&j=f15996c2-5e30-5466-ec4d-2c68bcfb4db9&t=f8cd7f8c-ad12-57b1-4cd6-c2be466b37a3

Installed packages

n/a

Environment info

n/a

grpcio >= 1.46.3 is broken for fork-based GRPC client calls

Hi, I use grpcio (installed from a Python 3.7 conda environment) with multiple google cloud SDK libraries. It seems from 1.46.3 onwards (ever since you merged the feedstocks it seems), all of our post-fork Google SDK API calls, which rely on grpc calls underneath, no longer work. It seems that the underlying process simply hangs. This behaviour is similar to the one observed when one doesn't set the env vars GRPC_ENABLE_FORK_SUPPORT and GRPC_POLL_STRATEGY.

The reason I believe this looks like an issue with the conda package is because I am unable to reproduce the problem when using the corresponding pypi packages. Do you have an idea of what the issue might be or what I might be doing wrong?

Thanks in advance! ๐Ÿ˜„

Environment:
Conda version: 4.12
Platform: Linux x86-64
Python version: 3.7.12

1.58 packages do not work with ray

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

See conda-forge/ray-packages-feedstock#136. It seems grpcio 1.58.2 is broken? Are there projects that are using it successfully? There is some debate where the interaction problem is: in ray (which internally links to its own verison of grpcio) or in this feedstock.

Installed packages

see the ray/ray issue

Environment info

see the ray/ray issue

Why package name changed from `grpc-cpp` to `libgrpc`?

Comment:

It seems that you stopped publishing packages named grpc-cpp with version grpc-cpp 1.51.1 h88f4db0_3 conda-forge/osx-64

Versions higher than that seem to be only installable via grpcio, e.g. grpcio 1.54.1 py39h840bb9f_0 conda-forge/osx-64. The change to no longer publish grpc-cpp seems to have been made around this commit: bd4e5a2

What's the reason for this? This seems to cause some problems:

  • Some other package in my environment seems to require grpc-cpp
  • Instead of this being a clear version conflict, it appears as follows in mamba's repoquery:
The following packages are incompatible
โ”œโ”€ grpc-cpp   is requested and can be installed;
โ”œโ”€ jax 0.4.8**  is installable and it requires
โ”‚  โ””โ”€ jaxlib >=0.4.7  with the potential options
โ”‚     โ”œโ”€ jaxlib 0.4.7 would require
โ”‚     โ”‚  โ”œโ”€ libgrpc >=1.52.1,<1.53.0a0 , which requires
โ”‚     โ”‚  โ”‚  โ””โ”€ grpc-cpp 1.52.1* , which conflicts with any installable versions previously reported;
โ”‚     โ”‚  โ””โ”€ openssl >=3.1.0,<4.0a0 , which can be installed;
โ”‚     โ”œโ”€ jaxlib 0.4.7 would require
โ”‚     โ”‚  โ”œโ”€ libgrpc >=1.54.0,<1.55.0a0  but there are no viable options
โ”‚     โ”‚  โ”‚  โ”œโ”€ libgrpc 1.54.1 would require
โ”‚     โ”‚  โ”‚  โ”‚  โ””โ”€ grpc-cpp 1.54.1* , which conflicts with any installable versions previously reported;
โ”‚     โ”‚  โ”‚  โ””โ”€ libgrpc 1.54.0 would require
โ”‚     โ”‚  โ”‚     โ””โ”€ grpc-cpp 1.54.0* , which conflicts with any installable versions previously reported;

Can't install grpcio=1.60.0 and protobuf=4.25.1

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

$ conda create -y -n test python=3.11 grpcio=1.60.0 protobuf=4.25.1
Channels:
 - conda-forge
 - defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: | warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
/ warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning  libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package libgrpc-1.60.0-hd6c4280_0 requires libprotobuf >=4.24.4,<4.24.5.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
โ”œโ”€ grpcio 1.60.0**  is installable with the potential options
โ”‚  โ”œโ”€ grpcio 1.60.0 would require
โ”‚  โ”‚  โ””โ”€ libgrpc 1.60.0 hd6c4280_0, which requires
โ”‚  โ”‚     โ””โ”€ libprotobuf >=4.24.4,<4.24.5.0a0 , which can be installed;
โ”‚  โ”œโ”€ grpcio 1.60.0 would require
โ”‚  โ”‚  โ””โ”€ python_abi 3.10.* *_cp310, which can be installed;
โ”‚  โ”œโ”€ grpcio 1.60.0 would require
โ”‚  โ”‚  โ””โ”€ python_abi 3.12.* *_cp312, which can be installed;
โ”‚  โ”œโ”€ grpcio 1.60.0 would require
โ”‚  โ”‚  โ””โ”€ python_abi 3.8.* *_cp38, which can be installed;
โ”‚  โ”œโ”€ grpcio 1.60.0 would require
โ”‚  โ”‚  โ””โ”€ python_abi 3.9.* *_cp39, which can be installed;
โ”‚  โ””โ”€ grpcio 1.60.0 would require
โ”‚     โ””โ”€ pypy3.9 >=7.3.13 , which can be installed;
โ”œโ”€ protobuf 4.25.1**  is installable with the potential options
โ”‚  โ”œโ”€ protobuf 4.25.1 would require
โ”‚  โ”‚  โ””โ”€ libprotobuf >=4.25.1,<4.25.2.0a0 , which conflicts with any installable versions previously reported;
โ”‚  โ”œโ”€ protobuf 4.25.1 would require
โ”‚  โ”‚  โ””โ”€ python_abi 3.10.* *_cp310, which can be installed;
โ”‚  โ”œโ”€ protobuf 4.25.1 would require
โ”‚  โ”‚  โ””โ”€ python_abi 3.12.* *_cp312, which can be installed;
โ”‚  โ”œโ”€ protobuf 4.25.1 would require
โ”‚  โ”‚  โ””โ”€ python_abi 3.8.* *_cp38, which can be installed;
โ”‚  โ”œโ”€ protobuf 4.25.1 would require
โ”‚  โ”‚  โ””โ”€ python_abi 3.9.* *_cp39, which can be installed;
โ”‚  โ””โ”€ protobuf 4.25.1 would require
โ”‚     โ””โ”€ pypy3.9 >=7.3.13 , which can be installed;
โ””โ”€ python 3.11**  is not installable because there are no viable options
   โ”œโ”€ python [3.11.0|3.11.1|...|3.11.7] would require
   โ”‚  โ””โ”€ python_abi 3.11.* *_cp311, which conflicts with any installable versions previously reported;
   โ””โ”€ python [3.11.0|3.11.2|...|3.11.7] conflicts with any installable versions previously reported.

Installed packages

N/A

Environment info

$ conda info

     active environment : base
    active env location : /home/xylar/miniforge
            shell level : 1
       user config file : /home/xylar/.condarc
 populated config files : /home/xylar/miniforge/.condarc
                          /home/xylar/.condarc
          conda version : 23.11.0
    conda-build version : 3.28.4
         python version : 3.10.13.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=skylake
                          __conda=23.11.0=0
                          __glibc=2.35=0
                          __linux=6.5.0=0
                          __unix=0=0
       base environment : /home/xylar/miniforge  (writable)
      conda av data dir : /home/xylar/miniforge/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/xylar/miniforge/pkgs
                          /home/xylar/.conda/pkgs
       envs directories : /home/xylar/miniforge/envs
                          /home/xylar/.conda/envs
               platform : linux-64
             user-agent : conda/23.11.0 requests/2.31.0 CPython/3.10.13 Linux/6.5.0-15-generic ubuntu/22.04.3 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.6
                UID:GID : 1001:1001
             netrc file : None
           offline mode : False

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.