Coder Social home page Coder Social logo

mamba-feedstock's Introduction

About mamba-split-feedstock

Feedstock license: BSD-3-Clause

About mamba-split

Home: https://github.com/mamba-org/mamba

Package license: BSD-3-Clause

Summary: A fast drop-in alternative to conda, using libsolv for dependency resolution

Development: https://github.com/mamba-org/mamba

Mamba, the Fast Cross-Platform Package Manager

Build Status Join the Gitter Chat docs

mamba is a reimplementation of the conda package manager in C++.

  • parallel downloading of repository data and package files using multi-threading
  • libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
  • core parts of mamba are implemented in C++ for maximum efficiency

At the same time, mamba utilizes the same command line parser, package installation and deinstallation code and transaction verification routines as conda to stay as compatible as possible.

Mamba is part of a bigger ecosystem to make scientific packaging more sustainable. You can read our announcement blog post. The ecosystem also consists of quetz, an open source conda package server and boa, a fast conda package builder.

Installation

Please refer to the mamba and micromamba installation guide in the documentation.

Additional features in Mamba and Micromamba

mamba and micromamba come with features on top of stock conda.

repoquery

To efficiently query repositories and query package dependencies you can use mamba repoquery or micromamba repoquery. See the repoquery documentation for details.

Installing lock files

micromamba can be used to install lock files generated by conda-lock without having to install conda-lock. Simply invoke e.g. micromamba create -n my-env -f conda-lock.yml with an environment lockfile named *-lock.yml or *-lock.yaml.

About libmamba

Home: https://github.com/mamba-org/mamba

Package license: BSD-3-Clause

Summary: A fast drop-in alternative to conda, using libsolv for dependency resolution

Development: https://github.com/mamba-org/mamba

Build Status Join the Gitter Chat docs

mamba is a reimplementation of the conda package manager in C++.

  • parallel downloading of repository data and package files using multi-threading
  • libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
  • core parts of mamba are implemented in C++ for maximum efficiency

At the same time, mamba utilizes the same command line parser, package installation and deinstallation code and transaction verification routines as conda to stay as compatible as possible.

Mamba is part of a bigger ecosystem to make scientific packaging more sustainable. You can read our announcement blog post. The ecosystem also consists of quetz, an open source conda package server and boa, a fast conda package builder.

Please refer to the mamba and micromamba installation guide in the documentation.

mamba and micromamba come with features on top of stock conda.

To efficiently query repositories and query package dependencies you can use mamba repoquery or micromamba repoquery. See the repoquery documentation for details.

micromamba can be used to install lock files generated by conda-lock without having to install conda-lock. Simply invoke e.g. micromamba create -n my-env -f conda-lock.yml with an environment lockfile named *-lock.yml or *-lock.yaml.

About libmambapy

Home: https://github.com/mamba-org/mamba

Package license: BSD-3-Clause

Summary: A fast drop-in alternative to conda, using libsolv for dependency resolution

Development: https://github.com/mamba-org/mamba

Build Status Join the Gitter Chat docs

mamba is a reimplementation of the conda package manager in C++.

  • parallel downloading of repository data and package files using multi-threading
  • libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
  • core parts of mamba are implemented in C++ for maximum efficiency

At the same time, mamba utilizes the same command line parser, package installation and deinstallation code and transaction verification routines as conda to stay as compatible as possible.

Mamba is part of a bigger ecosystem to make scientific packaging more sustainable. You can read our announcement blog post. The ecosystem also consists of quetz, an open source conda package server and boa, a fast conda package builder.

Please refer to the mamba and micromamba installation guide in the documentation.

mamba and micromamba come with features on top of stock conda.

To efficiently query repositories and query package dependencies you can use mamba repoquery or micromamba repoquery. See the repoquery documentation for details.

micromamba can be used to install lock files generated by conda-lock without having to install conda-lock. Simply invoke e.g. micromamba create -n my-env -f conda-lock.yml with an environment lockfile named *-lock.yml or *-lock.yaml.

About mamba

Home: https://github.com/mamba-org/mamba

Package license: BSD-3-Clause

Summary: A fast drop-in alternative to conda, using libsolv for dependency resolution

Development: https://github.com/mamba-org/mamba

Build Status Join the Gitter Chat docs

mamba is a reimplementation of the conda package manager in C++.

  • parallel downloading of repository data and package files using multi-threading
  • libsolv for much faster dependency solving, a state of the art library used in the RPM package manager of Red Hat, Fedora and OpenSUSE
  • core parts of mamba are implemented in C++ for maximum efficiency

At the same time, mamba utilizes the same command line parser, package installation and deinstallation code and transaction verification routines as conda to stay as compatible as possible.

Mamba is part of a bigger ecosystem to make scientific packaging more sustainable. You can read our announcement blog post. The ecosystem also consists of quetz, an open source conda package server and boa, a fast conda package builder.

Please refer to the mamba and micromamba installation guide in the documentation.

mamba and micromamba come with features on top of stock conda.

To efficiently query repositories and query package dependencies you can use mamba repoquery or micromamba repoquery. See the repoquery documentation for details.

micromamba can be used to install lock files generated by conda-lock without having to install conda-lock. Simply invoke e.g. micromamba create -n my-env -f conda-lock.yml with an environment lockfile named *-lock.yml or *-lock.yaml.

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
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing mamba-split

Installing mamba-split from the conda-forge/label/mamba_dev channel can be achieved by adding conda-forge/label/mamba_dev to your channels with:

conda config --add channels conda-forge/label/mamba_dev
conda config --set channel_priority strict

Once the conda-forge/label/mamba_dev channel has been enabled, libmamba, libmambapy, mamba can be installed with conda:

conda install libmamba libmambapy mamba

or with mamba:

mamba install libmamba libmambapy mamba

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

conda search libmamba --channel conda-forge/label/mamba_dev

or with mamba:

mamba search libmamba --channel conda-forge/label/mamba_dev

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search libmamba --channel conda-forge/label/mamba_dev

# List packages depending on `libmamba`:
mamba repoquery whoneeds libmamba --channel conda-forge/label/mamba_dev

# List dependencies of `libmamba`:
mamba repoquery depends libmamba --channel conda-forge/label/mamba_dev

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 mamba-split-feedstock

If you would like to improve the mamba-split 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/mamba-split-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

mamba-feedstock's People

Contributors

achimgaedke avatar adriendelsalle avatar antoineprv avatar beckermr avatar beenje avatar chrisburr avatar conda-forge-admin avatar conda-forge-curator[bot] avatar conda-forge-webservices[bot] avatar dhirschfeld avatar duncanmmacleod avatar ericmjl avatar github-actions[bot] avatar hind-m avatar hmaarrfk avatar jaimergp avatar johanmabille avatar katietz avatar marcelotrevisani avatar maresb avatar mbargull avatar naumenko-sa avatar ocefpaf avatar pavelzw avatar regro-cf-autotick-bot avatar sylvaincorlay avatar wolfv avatar xhochy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mamba-feedstock's Issues

libmambapy requires libsolv

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Running this installation through OpenCE on a Power architecture system resulted in the following error:

-- Build files have been written to: /opt/conda/conda-bld/mamba-split_1667349061043/work/build
ninja: error: '/opt/conda/conda-bld/mamba-split_1667349061043/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/libsolv.so', needed by 'libmambapy/bindings.cpython-39-powerpc64le-linux-gnu.so', missing and no known rule to make it

I was able to fix this by adding libsolv as a host requirement under libmambapy in the recipe/meta.yaml file.

This is based on the open-ce-v1.7.3 tag which uses commit 6aebd7b6aa7cf5c38abdc09332e9739513d5049c.

Installed packages

Irrelevant.

Environment info

Irrelevant.

mamba for osx-arm64

As micromamba already exists as osx-arm64 package I'm wondering if there are any issues preventing mamba to be build for that architecture, too.

I've tried performed conda build for mamba locally and the recipe just works fine.
So, can we expect a conda-forge build any time soon?

Cosmetic bug Mambaforge-pypy3 - Display not well rendered on Windows

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Hello,

Some characters are not well displayed after installing Mambaforge-pypy3 on Windows 10. I have tried with classic Mamba without issues.

One expect Mamba to display :

                 /  \  /  \  /  \  /  \
                /    \/    \/    \/    \
โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ/  /โ–ˆโ–ˆ/  /โ–ˆโ–ˆ/  /โ–ˆโ–ˆ/  /โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
              /  / \   / \   / \   / \  \____
             /  /   \_/   \_/   \_/   \    o \__,
            / _/                       \_____/  `
            |/
        โ–ˆโ–ˆโ–ˆโ•—   โ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ•—   โ–ˆโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—
        โ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•—โ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•—
        โ–ˆโ–ˆโ•”โ–ˆโ–ˆโ–ˆโ–ˆโ•”โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ–ˆโ–ˆโ–ˆโ–ˆโ•”โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•‘
        โ–ˆโ–ˆโ•‘โ•šโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘โ•šโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•‘
        โ–ˆโ–ˆโ•‘ โ•šโ•โ• โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘  โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•‘ โ•šโ•โ• โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ•‘  โ–ˆโ–ˆโ•‘
        โ•šโ•โ•     โ•šโ•โ•โ•šโ•โ•  โ•šโ•โ•โ•šโ•โ•     โ•šโ•โ•โ•šโ•โ•โ•โ•โ•โ• โ•šโ•โ•  โ•šโ•โ•

        mamba (1.4.2) supported by @QuantStack

        GitHub:  https://github.com/mamba-org/mamba
        Twitter: https://twitter.com/QuantStack

โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ

Here Mambaforge-pypy3 displays :

                 /  \  /  \  /  \  /  \
                /    \/    \/    \/    \
ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรช/  /ร”รปรชร”รปรช/  /ร”รปรชร”รปรช/  /ร”รปรชร”รปรช/  /ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรช
              /  / \   / \   / \   / \  \____
             /  /   \_/   \_/   \_/   \    o \__,
            / _/                       \_____/  `
            |/
        ร”รปรชร”รปรชร”รปรชร”รฒรน   ร”รปรชร”รปรชร”รปรชร”รฒรน ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน ร”รปรชร”รปรชร”รปรชร”รฒรน   ร”รปรชร”รปรชร”รปรชร”รฒรนร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน  ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน
        ร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน ร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรนร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน ร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรนร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรน
        ร”รปรชร”รปรชร”รฒรถร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรถร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรถร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรถร”รฒร˜ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรฆ
        ร”รปรชร”รปรชร”รฒรฆร”รฒรœร”รปรชร”รปรชร”รฒรถร”รฒร˜ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรฆร”รฒรœร”รปรชร”รปรชร”รฒรถร”รฒร˜ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรนร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรฆ
        ร”รปรชร”รปรชร”รฒรฆ ร”รฒรœร”รฒร‰ร”รฒร˜ ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรฆ  ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรฆ ร”รฒรœร”รฒร‰ร”รฒร˜ ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรถร”รฒร˜ร”รปรชร”รปรชร”รฒรฆ  ร”รปรชร”รปรชร”รฒรฆ
        ร”รฒรœร”รฒร‰ร”รฒร˜     ร”รฒรœร”รฒร‰ร”รฒร˜ร”รฒรœร”รฒร‰ร”รฒร˜  ร”รฒรœร”รฒร‰ร”รฒร˜ร”รฒรœร”รฒร‰ร”รฒร˜     ร”รฒรœร”รฒร‰ร”รฒร˜ร”รฒรœร”รฒร‰ร”รฒร‰ร”รฒร‰ร”รฒร‰ร”รฒร‰ร”รฒร˜ ร”รฒรœร”รฒร‰ร”รฒร˜  ร”รฒรœร”รฒร‰ร”รฒร˜

        mamba (1.4.2) supported by @QuantStack

        GitHub:  https://github.com/mamba-org/mamba
        Twitter: https://twitter.com/QuantStack

ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรช

It was not troublesome until I ran into some packages installation error:

Could not solve for environment specs
The following packages are incompatible
ร”รถยฃร”รถร‡ modin   is installable with the potential options
ร”รถรฉ  ร”รถยฃร”รถร‡ modin [0.10.0|0.10.2|...|0.9.1] would require
ร”รถรฉ  ร”รถรฉ  ร”รถยฃร”รถร‡ modin-dask 0.10.2 py37h03978a9_1, which requires
[...]

Installed packages

# Name                    Version                   Build  Channel
anyio                     4.0.0              pyhd8ed1ab_0    conda-forge
argon2-cffi               23.1.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0          py311ha68e1ae_3    conda-forge
arrow                     1.2.3              pyhd8ed1ab_0    conda-forge
asttokens                 2.4.0              pyhd8ed1ab_0    conda-forge
async-lru                 2.0.4              pyhd8ed1ab_0    conda-forge
attrs                     23.1.0             pyh71513ae_1    conda-forge
aws-c-auth                0.7.3                hd125877_3    conda-forge
aws-c-cal                 0.6.2                hfb91821_0    conda-forge
aws-c-common              0.9.0                hcfcfb64_0    conda-forge
aws-c-compression         0.2.17               h04c9df6_2    conda-forge
aws-c-event-stream        0.3.2                h495bb32_0    conda-forge
aws-c-http                0.7.12               h0890e15_1    conda-forge
aws-c-io                  0.13.32              h83b3346_3    conda-forge
aws-c-mqtt                0.9.5                h0fd1aac_1    conda-forge
aws-c-s3                  0.3.17               h9f49523_0    conda-forge
aws-c-sdkutils            0.1.12               h04c9df6_1    conda-forge
aws-checksums             0.1.17               h04c9df6_1    conda-forge
aws-crt-cpp               0.23.1               hfe9bf68_1    conda-forge
aws-sdk-cpp               1.11.156             h77892aa_1    conda-forge
babel                     2.12.1             pyhd8ed1ab_1    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                pyhd8ed1ab_3    conda-forge
backports.functools_lru_cache 1.6.5              pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.12.2             pyha770c72_0    conda-forge
black                     23.9.1          py311h1ea47a8_0    conda-forge
bleach                    6.0.0              pyhd8ed1ab_0    conda-forge
brotli                    1.1.0                hcfcfb64_0    conda-forge
brotli-bin                1.1.0                hcfcfb64_0    conda-forge
brotli-python             1.1.0           py311h12c1d0e_0    conda-forge
bzip2                     1.0.8                h8ffe710_4    conda-forge
c-ares                    1.19.1               hcfcfb64_0    conda-forge
ca-certificates           2023.7.22            h56e8100_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
certifi                   2023.7.22          pyhd8ed1ab_0    conda-forge
cffi                      1.15.1          py311h7d9ee11_3    conda-forge
charset-normalizer        3.2.0              pyhd8ed1ab_0    conda-forge
click                     8.1.7           win_pyh7428d3b_0    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
comm                      0.1.4              pyhd8ed1ab_0    conda-forge
contourpy                 1.1.0           py311h005e61a_0    conda-forge
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
debugpy                   1.8.0           py311h12c1d0e_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
distlib                   0.3.7              pyhd8ed1ab_0    conda-forge
editables                 0.3                pyhd8ed1ab_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
exceptiongroup            1.1.3              pyhd8ed1ab_0    conda-forge
executing                 1.2.0              pyhd8ed1ab_0    conda-forge
filelock                  3.12.3             pyhd8ed1ab_0    conda-forge
fonttools                 4.42.1          py311ha68e1ae_0    conda-forge
fqdn                      1.5.1              pyhd8ed1ab_0    conda-forge
freetype                  2.12.1               h546665d_1    conda-forge
gettext                   0.21.1               h5728263_0    conda-forge
glib                      2.78.0               h12be248_0    conda-forge
glib-tools                2.78.0               h12be248_0    conda-forge
gst-plugins-base          1.22.5               h001b923_1    conda-forge
gstreamer                 1.22.5               hb4038d2_1    conda-forge
h11                       0.14.0             pyhd8ed1ab_0    conda-forge
h2                        4.1.0              pyhd8ed1ab_0    conda-forge
hatch                     1.7.0              pyhd8ed1ab_0    conda-forge
hatchling                 1.18.0             pyhd8ed1ab_0    conda-forge
hpack                     4.0.0              pyh9f0ad1d_0    conda-forge
httpcore                  0.18.0             pyhd8ed1ab_0    conda-forge
httpx                     0.25.0             pyhd8ed1ab_0    conda-forge
hyperframe                6.0.1              pyhd8ed1ab_0    conda-forge
hyperlink                 21.0.0             pyhd3deb0d_0    conda-forge
icu                       73.2                 h63175ca_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
importlib-metadata        6.8.0              pyha770c72_0    conda-forge
importlib_metadata        6.8.0                hd8ed1ab_0    conda-forge
importlib_resources       6.0.1              pyhd8ed1ab_0    conda-forge
intel-openmp              2023.2.0         h57928b3_49496    conda-forge
ipykernel                 6.25.2             pyh60829e3_0    conda-forge
ipython                   8.15.0             pyh5737063_0    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                8.1.1              pyhd8ed1ab_0    conda-forge
isoduration               20.11.0            pyhd8ed1ab_0    conda-forge
jaraco.classes            3.3.0              pyhd8ed1ab_0    conda-forge
jedi                      0.19.0             pyhd8ed1ab_0    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
joblib                    1.3.2              pyhd8ed1ab_0    conda-forge
json5                     0.9.14             pyhd8ed1ab_0    conda-forge
jsonpointer               2.0                        py_0    conda-forge
jsonschema                4.19.0             pyhd8ed1ab_1    conda-forge
jsonschema-specifications 2023.7.1           pyhd8ed1ab_0    conda-forge
jsonschema-with-format-nongpl 4.19.0             pyhd8ed1ab_1    conda-forge
jupyter                   1.0.0           py311h1ea47a8_8    conda-forge
jupyter-lsp               2.2.0              pyhd8ed1ab_0    conda-forge
jupyter_client            8.3.1              pyhd8ed1ab_0    conda-forge
jupyter_console           6.6.3              pyhd8ed1ab_0    conda-forge
jupyter_core              5.3.1           py311h1ea47a8_0    conda-forge
jupyter_events            0.7.0              pyhd8ed1ab_2    conda-forge
jupyter_server            2.7.3              pyhd8ed1ab_0    conda-forge
jupyter_server_terminals  0.4.4              pyhd8ed1ab_1    conda-forge
jupyterlab                4.0.5              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.25.0             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        3.0.9              pyhd8ed1ab_0    conda-forge
keyring                   24.2.0          py311h1ea47a8_0    conda-forge
kiwisolver                1.4.5           py311h005e61a_0    conda-forge
krb5                      1.21.2               heb0366b_0    conda-forge
lcms2                     2.15                 h3e3b177_1    conda-forge
lerc                      4.0.0                h63175ca_0    conda-forge
libabseil                 20230802.0      cxx17_h63175ca_3    conda-forge
libarrow                  13.0.0           h1e3473c_4_cpu    conda-forge
libblas                   3.9.0              18_win64_mkl    conda-forge
libbrotlicommon           1.1.0                hcfcfb64_0    conda-forge
libbrotlidec              1.1.0                hcfcfb64_0    conda-forge
libbrotlienc              1.1.0                hcfcfb64_0    conda-forge
libcblas                  3.9.0              18_win64_mkl    conda-forge
libclang                  15.0.7          default_h77d9078_3    conda-forge
libclang13                15.0.7          default_h77d9078_3    conda-forge
libcrc32c                 1.1.2                h0e60522_0    conda-forge
libcurl                   8.3.0                hd5e4a3a_0    conda-forge
libdeflate                1.18                 hcfcfb64_0    conda-forge
libevent                  2.1.12               h3671451_1    conda-forge
libexpat                  2.5.0                h63175ca_1    conda-forge
libffi                    3.4.2                h8ffe710_5    conda-forge
libglib                   2.78.0               he8f3873_0    conda-forge
libgoogle-cloud           2.12.0               h0a0a397_2    conda-forge
libgrpc                   1.57.0               h550f6bd_1    conda-forge
libhwloc                  2.9.2           default_haede6df_1009    conda-forge
libiconv                  1.17                 h8ffe710_0    conda-forge
libjpeg-turbo             2.1.5.1              hcfcfb64_1    conda-forge
liblapack                 3.9.0              18_win64_mkl    conda-forge
libogg                    1.3.4                h8ffe710_1    conda-forge
libpng                    1.6.39               h19919ed_0    conda-forge
libprotobuf               4.23.4               hb8276f3_6    conda-forge
libsodium                 1.0.18               h8d14728_1    conda-forge
libsqlite                 3.43.0               hcfcfb64_0    conda-forge
libssh2                   1.11.0               h7dfc565_0    conda-forge
libthrift                 0.19.0               h06f6336_0    conda-forge
libtiff                   4.5.1                h6c8260b_1    conda-forge
libutf8proc               2.8.0                h82a8f57_0    conda-forge
libvorbis                 1.3.7                h0e60522_0    conda-forge
libwebp-base              1.3.1                hcfcfb64_0    conda-forge
libxcb                    1.15                 hcd874cb_0    conda-forge
libxml2                   2.11.5               hc3477c8_1    conda-forge
libzlib                   1.2.13               hcfcfb64_5    conda-forge
lz4-c                     1.9.4                hcfcfb64_0    conda-forge
m2w64-gcc-libgfortran     5.3.0                         6    conda-forge
m2w64-gcc-libs            5.3.0                         7    conda-forge
m2w64-gcc-libs-core       5.3.0                         7    conda-forge
m2w64-gmp                 6.1.0                         2    conda-forge
m2w64-libwinpthread-git   5.0.0.4634.697f757               2    conda-forge
markdown-it-py            3.0.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.3           py311ha68e1ae_0    conda-forge
matplotlib                3.7.2           py311h1ea47a8_0    conda-forge
matplotlib-base           3.7.2           py311h6e989c2_0    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
mdurl                     0.1.0              pyhd8ed1ab_0    conda-forge
mistune                   3.0.1              pyhd8ed1ab_0    conda-forge
mkl                       2022.1.0           h6a75c08_874    conda-forge
more-itertools            10.1.0             pyhd8ed1ab_0    conda-forge
msys2-conda-epoch         20160418                      1    conda-forge
munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
mypy_extensions           1.0.0              pyha770c72_0    conda-forge
nbclient                  0.8.0              pyhd8ed1ab_0    conda-forge
nbconvert                 7.8.0              pyhd8ed1ab_0    conda-forge
nbconvert-core            7.8.0              pyhd8ed1ab_0    conda-forge
nbconvert-pandoc          7.8.0              pyhd8ed1ab_0    conda-forge
nbformat                  5.9.2              pyhd8ed1ab_0    conda-forge
nest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge
notebook                  7.0.3              pyhd8ed1ab_0    conda-forge
notebook-shim             0.2.3              pyhd8ed1ab_0    conda-forge
numpy                     1.25.2          py311h0b4df5a_0    conda-forge
openjpeg                  2.5.0                ha2aaf27_2    conda-forge
openssl                   3.1.3                hcfcfb64_0    conda-forge
orc                       1.9.0                h8dbeef6_2    conda-forge
overrides                 7.4.0              pyhd8ed1ab_0    conda-forge
packaging                 23.1               pyhd8ed1ab_0    conda-forge
pandas                    2.1.0           py311hf63dbb6_0    conda-forge
pandoc                    3.1.3                h57928b3_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
pathspec                  0.11.2             pyhd8ed1ab_0    conda-forge
patsy                     0.5.3              pyhd8ed1ab_0    conda-forge
pcre2                     10.40                h17e33f8_0    conda-forge
pexpect                   4.8.0              pyh1a96a4e_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pillow                    10.0.0          py311hde623f7_0    conda-forge
pip                       23.2.1             pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
platformdirs              3.10.0             pyhd8ed1ab_0    conda-forge
pluggy                    1.3.0              pyhd8ed1ab_0    conda-forge
ply                       3.11                       py_1    conda-forge
prometheus_client         0.17.1             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.39             pyha770c72_0    conda-forge
prompt_toolkit            3.0.39               hd8ed1ab_0    conda-forge
psutil                    5.9.5           py311ha68e1ae_0    conda-forge
pthread-stubs             0.4               hcd874cb_1001    conda-forge
pthreads-win32            2.9.1                hfa6e2cd_3    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
py4j                      0.10.9.7           pyhd8ed1ab_0    conda-forge
pyarrow                   13.0.0          py311h6a6099b_4_cpu    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pygments                  2.16.1             pyhd8ed1ab_0    conda-forge
pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
pyperclip                 1.8.2              pyhd8ed1ab_2    conda-forge
pyqt                      5.15.9          py311h125bc19_4    conda-forge
pyqt5-sip                 12.12.2         py311h12c1d0e_4    conda-forge
pysocks                   1.7.1              pyh0701188_6    conda-forge
pyspark                   3.4.1              pyhd8ed1ab_0    conda-forge
python                    3.11.5          h2628c8c_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.18.0             pyhd8ed1ab_0    conda-forge
python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
python-tzdata             2023.3             pyhd8ed1ab_0    conda-forge
python_abi                3.11                    3_cp311    conda-forge
pytz                      2023.3.post1       pyhd8ed1ab_0    conda-forge
pywin32                   304             py311h12c1d0e_2    conda-forge
pywin32-ctypes            0.2.2           py311h1ea47a8_0    conda-forge
pywinpty                  2.0.11          py311h12c1d0e_0    conda-forge
pyyaml                    6.0.1           py311ha68e1ae_0    conda-forge
pyzmq                     25.1.1          py311h7b3f143_0    conda-forge
qt-main                   5.15.8              he5a7383_16    conda-forge
qtconsole                 5.4.4              pyhd8ed1ab_0    conda-forge
qtconsole-base            5.4.4              pyha770c72_0    conda-forge
qtpy                      2.4.0              pyhd8ed1ab_0    conda-forge
re2                       2023.03.02           hd4eee63_0    conda-forge
referencing               0.30.2             pyhd8ed1ab_0    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
rich                      13.5.1             pyhd8ed1ab_0    conda-forge
rpds-py                   0.10.2          py311hc37eb10_0    conda-forge
scikit-learn              1.3.0           py311h142b183_0    conda-forge
scipy                     1.11.2          py311h37ff6ca_1    conda-forge
seaborn                   0.12.2               hd8ed1ab_0    conda-forge
seaborn-base              0.12.2             pyhd8ed1ab_0    conda-forge
send2trash                1.8.2              pyh08f2357_0    conda-forge
setuptools                68.2.2             pyhd8ed1ab_0    conda-forge
shellingham               1.5.3              pyhd8ed1ab_0    conda-forge
sip                       6.7.11          py311h12c1d0e_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
snappy                    1.1.10               hfb803bf_0    conda-forge
sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
statsmodels               0.14.0          py311h59ca53f_1    conda-forge
tbb                       2021.10.0            h91493d7_0    conda-forge
terminado                 0.17.0             pyh08f2357_0    conda-forge
threadpoolctl             3.2.0              pyha21a80b_0    conda-forge
tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.12               h8ffe710_0    conda-forge
toml                      0.10.2             pyhd8ed1ab_0    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tomli-w                   1.0.0              pyhd8ed1ab_0    conda-forge
tomlkit                   0.12.1             pyha770c72_0    conda-forge
tornado                   6.3.3           py311ha68e1ae_0    conda-forge
traitlets                 5.9.0              pyhd8ed1ab_0    conda-forge
trove-classifiers         2023.8.7           pyhd8ed1ab_0    conda-forge
typing-extensions         4.7.1                hd8ed1ab_0    conda-forge
typing_extensions         4.7.1              pyha770c72_0    conda-forge
typing_utils              0.1.0              pyhd8ed1ab_0    conda-forge
tzdata                    2023c                h71feb2d_0    conda-forge
ucrt                      10.0.22621.0         h57928b3_0    conda-forge
uri-template              1.3.0              pyhd8ed1ab_0    conda-forge
urllib3                   2.0.4              pyhd8ed1ab_0    conda-forge
userpath                  1.7.0              pyhd8ed1ab_0    conda-forge
vc                        14.3                h64f974e_17    conda-forge
vc14_runtime              14.36.32532         hdcecf7f_17    conda-forge
virtualenv                20.24.4            pyhd8ed1ab_0    conda-forge
vs2015_runtime            14.36.32532         h05e6639_17    conda-forge
wcwidth                   0.2.6              pyhd8ed1ab_0    conda-forge
webcolors                 1.13               pyhd8ed1ab_0    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          1.6.3              pyhd8ed1ab_0    conda-forge
wheel                     0.41.2             pyhd8ed1ab_0    conda-forge
widgetsnbextension        4.0.9              pyhd8ed1ab_0    conda-forge
win_inet_pton             1.1.0              pyhd8ed1ab_6    conda-forge
winpty                    0.4.3                         4    conda-forge
xorg-libxau               1.0.11               hcd874cb_0    conda-forge
xorg-libxdmcp             1.1.3                hcd874cb_0    conda-forge
xz                        5.2.6                h8d14728_0    conda-forge
yaml                      0.2.5                h8ffe710_2    conda-forge
zeromq                    4.3.4                h0e60522_1    conda-forge
zipp                      3.16.2             pyhd8ed1ab_0    conda-forge
zstd                      1.5.5                h12be248_0    conda-forge

Environment info

/  \  /  \  /  \  /  \
                /    \/    \/    \/    \
ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรช/  /ร”รปรชร”รปรช/  /ร”รปรชร”รปรช/  /ร”รปรชร”รปรช/  /ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรช
              /  / \   / \   / \   / \  \____
             /  /   \_/   \_/   \_/   \    o \__,
            / _/                       \_____/  `
            |/
        ร”รปรชร”รปรชร”รปรชร”รฒรน   ร”รปรชร”รปรชร”รปรชร”รฒรน ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน ร”รปรชร”รปรชร”รปรชร”รฒรน   ร”รปรชร”รปรชร”รปรชร”รฒรนร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน  ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน
        ร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน ร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรนร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรน ร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรนร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรน
        ร”รปรชร”รปรชร”รฒรถร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรถร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรถร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรถร”รฒร˜ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรฆ
        ร”รปรชร”รปรชร”รฒรฆร”รฒรœร”รปรชร”รปรชร”รฒรถร”รฒร˜ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรฆร”รฒรœร”รปรชร”รปรชร”รฒรถร”รฒร˜ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรนร”รปรชร”รปรชร”รฒรถร”รฒร‰ร”รฒร‰ร”รปรชร”รปรชร”รฒรฆ
        ร”รปรชร”รปรชร”รฒรฆ ร”รฒรœร”รฒร‰ร”รฒร˜ ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรฆ  ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รฒรฆ ร”รฒรœร”รฒร‰ร”รฒร˜ ร”รปรชร”รปรชร”รฒรฆร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รฒรถร”รฒร˜ร”รปรชร”รปรชร”รฒรฆ  ร”รปรชร”รปรชร”รฒรฆ
        ร”รฒรœร”รฒร‰ร”รฒร˜     ร”รฒรœร”รฒร‰ร”รฒร˜ร”รฒรœร”รฒร‰ร”รฒร˜  ร”รฒรœร”รฒร‰ร”รฒร˜ร”รฒรœร”รฒร‰ร”รฒร˜     ร”รฒรœร”รฒร‰ร”รฒร˜ร”รฒรœร”รฒร‰ร”รฒร‰ร”รฒร‰ร”รฒร‰ร”รฒร‰ร”รฒร˜ ร”รฒรœร”รฒร‰ร”รฒร˜  ร”รฒรœร”รฒร‰ร”รฒร˜

        mamba (1.4.2) supported by @QuantStack

        GitHub:  https://github.com/mamba-org/mamba
        Twitter: https://twitter.com/QuantStack

ร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรชร”รปรช


     active environment : ds
    active env location : C:\Users\username\AppData\Local\mambaforge\envs\ds
            shell level : 2
       user config file : C:\Users\username\.condarc
 populated config files : C:\Users\username\.condarc
          conda version : 23.3.1
    conda-build version : not installed
         python version : 3.9.17.final.0
       virtual packages : __archspec=1=x86_64
                          __win=0=0
       base environment : C:\Users\username\AppData\Local\mambaforge  (writable)
      conda av data dir : C:\Users\username\AppData\Local\mambaforge\etc\conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : C:\Users\username\AppData\Local\mambaforge\pkgs
                          C:\Users\username\.conda\pkgs
                          C:\Users\username\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\username\AppData\Local\mambaforge\envs
                          C:\Users\username\.conda\envs
                          C:\Users\username\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/23.3.1 requests/2.31.0 PyPy/3.9.17 Windows/10 Windows/10.0.19045
          administrator : False
             netrc file : None
           offline mode : False

mamba 0.24.0 and conda 4.13.0

Comment:

@wolfv Did you mean to disallow mamba 0.24.0 and conda 4.13.0?

https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/274/files#diff-562be9a7a061c064fe4ad276374912f7928d706ac1b5accf3216d1e64dee5312R1533

I thought 0.24.0 is compatible with 4.13.0?

If not, it is causing some really strange issues where users with:

mamba 0.22.1 installs, that ask to update all their packages, will update to 4.13.0 and then have a situation where they cannot use mamba.

If it is compatible, maybe lets trigger a new build number and get things back to a working state?

Incorrect minimum version of conda pin

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Starting with this PR: mamba-org/mamba#2220 (released in 1.3.0) the minimum version of conda required by mamba was increased to 4.14.0 but this feedstock still allows for a minimum of 4.8 (https://github.com/conda-forge/mamba-feedstock/blob/main/recipe/meta.yaml#L126)

This can cause errors if the version of conda is too old. For example here

Installed packages

N/A

Environment info

N/A

libmambapy v2.0.0alpha2 pins to libmamba v2.0.0alpha1

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

This results in undefined symbol: _ZN5mamba6solver7libsolvneERKNS1_14RepodataOriginES4_.

Probably because this line was not updated:

{% set libmamba_version = "2.0.0alpha1" %}

Installed packages

# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
_openmp_mutex             4.5                       2_gnu    conda-forge
anaconda-client           1.12.1             pyhd8ed1ab_1    conda-forge
anaconda-project          0.11.1             pyhd8ed1ab_0    conda-forge
annotated-types           0.6.0              pyhd8ed1ab_0    conda-forge
appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
archspec                  0.2.2              pyhd8ed1ab_0    conda-forge
attrs                     23.1.0             pyh71513ae_1    conda-forge
beautifulsoup4            4.12.3             pyha770c72_0    conda-forge
blinker                   1.7.0              pyhd8ed1ab_0    conda-forge
boltons                   23.1.1             pyhd8ed1ab_0    conda-forge
brotli-python             1.1.0           py311h8715677_1    conda-forge
bzip2                     1.0.8                h31becfc_5    conda-forge
c-ares                    1.23.0               h31becfc_0    conda-forge
ca-certificates           2024.2.2             hcefe29a_0    conda-forge
cachecontrol              0.14.0             pyhd8ed1ab_0    conda-forge
cachecontrol-with-filecache 0.14.0             pyhd8ed1ab_0    conda-forge
cachy                     0.3.0              pyhd8ed1ab_1    conda-forge
certifi                   2024.2.2           pyhd8ed1ab_0    conda-forge
cffi                      1.16.0          py311h7963103_0    conda-forge
cfgv                      3.3.1              pyhd8ed1ab_0    conda-forge
chardet                   5.2.0           py311hfecb2dc_1    conda-forge
charset-normalizer        3.3.2              pyhd8ed1ab_0    conda-forge
click                     8.1.7           unix_pyh707e725_0    conda-forge
click-default-group       1.2.4              pyhd8ed1ab_0    conda-forge
clikit                    0.6.2              pyhd8ed1ab_2    conda-forge
clyent                    1.2.2              pyhd8ed1ab_2    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
conda                     23.11.1.dev107+g482c2daa7           dev_0    <develop>
conda-build               24.1.2          py311hec3470c_0    conda-forge
conda-content-trust       0.2.0              pyhd8ed1ab_0    conda-forge
conda-index               0.4.0              pyhd8ed1ab_0    conda-forge
conda-libmamba-solver     24.1.1.dev31+g97048b7.d20240221          pypi_0    pypi
conda-lock                2.5.5              pyhd8ed1ab_0    conda-forge
conda-pack                0.7.1              pyhd8ed1ab_0    conda-forge
conda-package-handling    2.2.0              pyh38be061_0    conda-forge
conda-package-streaming   0.9.0              pyhd8ed1ab_0    conda-forge
coverage                  7.3.2           py311hc8f2f60_0    conda-forge
crashtest                 0.4.1              pyhd8ed1ab_0    conda-forge
cryptography              41.0.7          py311hd42d77a_0    conda-forge
dbus                      1.13.6               h12b9eeb_3    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
distlib                   0.3.7              pyhd8ed1ab_0    conda-forge
distro                    1.8.0              pyhd8ed1ab_0    conda-forge
ensureconda               1.4.4              pyhd8ed1ab_0    conda-forge
exceptiongroup            1.2.0              pyhd8ed1ab_0    conda-forge
execnet                   2.0.2              pyhd8ed1ab_0    conda-forge
expat                     2.5.0                hd600fc2_1    conda-forge
filelock                  3.13.1             pyhd8ed1ab_0    conda-forge
flask                     3.0.2              pyhd8ed1ab_0    conda-forge
fmt                       10.2.1               h2a328a1_0    conda-forge
freetype                  2.12.1               hf0a5ef3_2    conda-forge
gettext                   0.21.1               ha18d298_0    conda-forge
gitdb                     4.0.11             pyhd8ed1ab_0    conda-forge
gitpython                 3.1.42             pyhd8ed1ab_0    conda-forge
html5lib                  1.1                pyh9f0ad1d_0    conda-forge
icu                       73.2                 h787c7f5_0    conda-forge
identify                  2.5.32             pyhd8ed1ab_0    conda-forge
idna                      3.6                pyhd8ed1ab_0    conda-forge
importlib-metadata        6.8.0              pyha770c72_0    conda-forge
importlib_metadata        6.8.0                hd8ed1ab_0    conda-forge
importlib_resources       6.1.1              pyhd8ed1ab_0    conda-forge
iniconfig                 2.0.0              pyhd8ed1ab_0    conda-forge
itsdangerous              2.1.2              pyhd8ed1ab_0    conda-forge
jaraco.classes            3.3.1              pyhd8ed1ab_0    conda-forge
jeepney                   0.8.0              pyhd8ed1ab_0    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
jsonpatch                 1.33               pyhd8ed1ab_0    conda-forge
jsonpointer               2.4             py311hec3470c_3    conda-forge
jsonschema                4.20.0             pyhd8ed1ab_0    conda-forge
jsonschema-specifications 2023.11.2          pyhd8ed1ab_0    conda-forge
jupyter_core              5.5.0           py311hec3470c_0    conda-forge
keyring                   24.3.0          py311hec3470c_0    conda-forge
keyutils                  1.6.1                h4e544f5_0    conda-forge
krb5                      1.21.2               hc419048_0    conda-forge
lcms2                     2.15                 h922389a_3    conda-forge
ld_impl_linux-aarch64     2.40                 h2d8c526_0    conda-forge
lerc                      4.0.0                h4de3ea5_0    conda-forge
libarchive                3.7.2                hd2f85e0_1    conda-forge
libcurl                   8.5.0                h4e8248e_0    conda-forge
libdeflate                1.19                 h31becfc_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libexpat                  2.5.0                hd600fc2_1    conda-forge
libffi                    3.4.2                h3557bc0_5    conda-forge
libgcc-ng                 13.2.0               hf8544c7_3    conda-forge
libglib                   2.78.4               h311d5f7_0    conda-forge
libgomp                   13.2.0               hf8544c7_3    conda-forge
libiconv                  1.17                 h9cdd2b7_0    conda-forge
libjpeg-turbo             3.0.0                h31becfc_1    conda-forge
liblief                   0.12.3               h4de3ea5_0    conda-forge
libmamba                  2.0.0alpha1          h19be64c_0    conda-forge/label/mamba_dev
libmambapy                2.0.0alpha2     py311h1564048_0    conda-forge/label/mamba_dev
libnghttp2                1.58.0               hb0e430d_0    conda-forge
libnsl                    2.0.1                h31becfc_0    conda-forge
libpng                    1.6.39               hf9034f9_0    conda-forge
libsolv                   0.7.27               hd84c7bf_0    conda-forge
libsqlite                 3.45.1               h194ca79_0    conda-forge
libssh2                   1.11.0               h492db2e_0    conda-forge
libstdcxx-ng              13.2.0               h9a76618_3    conda-forge
libtiff                   4.6.0                h1708d11_2    conda-forge
libuuid                   2.38.1               hb4cce97_0    conda-forge
libwebp-base              1.3.2                h31becfc_0    conda-forge
libxcb                    1.15                 h2a766a3_0    conda-forge
libxml2                   2.12.5               h3091e33_0    conda-forge
libzlib                   1.2.13               h31becfc_5    conda-forge
lz4-c                     1.9.4                hd600fc2_0    conda-forge
lzo                       2.10              h516909a_1000    conda-forge
markupsafe                2.1.3           py311hc8f2f60_1    conda-forge
menuinst                  2.0.0           py311hec3470c_1    conda-forge
more-itertools            10.2.0             pyhd8ed1ab_0    conda-forge
msgpack-python            1.0.7           py311h0d5d7b0_0    conda-forge
nbformat                  5.9.2              pyhd8ed1ab_0    conda-forge
ncurses                   6.4                  h0425590_2    conda-forge
nodeenv                   1.8.0              pyhd8ed1ab_0    conda-forge
openjpeg                  2.5.0                h0d9d63b_3    conda-forge
openssl                   3.2.1                h31becfc_0    conda-forge
packaging                 23.2               pyhd8ed1ab_0    conda-forge
pastel                    0.2.1              pyhd8ed1ab_0    conda-forge
patch                     2.7.6             hf897c2e_1002    conda-forge
patchelf                  0.17.2               h884eca8_0    conda-forge
pcre2                     10.42                hd0f9c67_0    conda-forge
pexpect                   4.8.0              pyh1a96a4e_2    conda-forge
pillow                    10.1.0          py311hbcc2232_0    conda-forge
pip                       24.0               pyhd8ed1ab_0    conda-forge
pkginfo                   1.9.6              pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
platformdirs              4.0.0              pyhd8ed1ab_0    conda-forge
pluggy                    1.3.0              pyhd8ed1ab_0    conda-forge
pre-commit                3.5.0              pyha770c72_0    conda-forge
psutil                    5.9.5           py311hcd402e7_1    conda-forge
pthread-stubs             0.4               hb9de7d4_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
py-lief                   0.12.3          py311h5a24a75_0    conda-forge
pybind11-abi              4                    hd8ed1ab_3    conda-forge
pycosat                   0.6.6           py311hcd402e7_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pydantic                  2.6.1              pyhd8ed1ab_0    conda-forge
pydantic-core             2.16.2          py311h2bdde80_1    conda-forge
pylev                     1.4.0              pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
pytest                    7.4.3              pyhd8ed1ab_0    conda-forge
pytest-cov                4.1.0              pyhd8ed1ab_0    conda-forge
pytest-mock               3.12.0             pyhd8ed1ab_0    conda-forge
pytest-rerunfailures      13.0               pyhd8ed1ab_0    conda-forge
pytest-split              0.8.2              pyhd8ed1ab_0    conda-forge
pytest-timeout            2.2.0              pyhd8ed1ab_0    conda-forge
pytest-xdist              3.5.0              pyhd8ed1ab_0    conda-forge
pytest-xprocess           0.23.0             pyhd8ed1ab_0    conda-forge
python                    3.11.6          h43d1f9e_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.19.0             pyhd8ed1ab_0    conda-forge
python-libarchive-c       5.0             py311hec3470c_2    conda-forge
python_abi                3.11                    4_cp311    conda-forge
pytz                      2023.3.post1       pyhd8ed1ab_0    conda-forge
pyyaml                    6.0.1           py311hcd402e7_1    conda-forge
readline                  8.2                  h8fc344f_1    conda-forge
referencing               0.31.1             pyhd8ed1ab_0    conda-forge
reproc                    14.2.4.post0         h31becfc_1    conda-forge
reproc-cpp                14.2.4.post0         h2f0025b_1    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
requests-toolbelt         1.0.0              pyhd8ed1ab_0    conda-forge
responses                 0.24.1             pyhd8ed1ab_0    conda-forge
ripgrep                   14.1.0               h1d8f897_0    conda-forge
rpds-py                   0.13.2          py311h32437ce_0    conda-forge
ruamel.yaml               0.18.5          py311hcd402e7_0    conda-forge
ruamel.yaml.clib          0.2.7           py311hcd402e7_2    conda-forge
ruamel_yaml               0.15.80         py311hcd402e7_1009    conda-forge
secretstorage             3.3.3           py311hfecb2dc_2    conda-forge
setuptools                68.2.2             pyhd8ed1ab_0    conda-forge
setuptools-scm            8.0.4              pyhd8ed1ab_0    conda-forge
setuptools_scm            8.0.4                hd8ed1ab_0    conda-forge
simdjson                  3.6.3                h2a328a1_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
smmap                     5.0.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
sqlite                    3.45.1               h3b3482f_0    conda-forge
tk                        8.6.13               h194ca79_0    conda-forge
toml                      0.10.2             pyhd8ed1ab_0    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tomlkit                   0.12.3             pyha770c72_0    conda-forge
toolz                     0.12.1             pyhd8ed1ab_0    conda-forge
tornado                   6.3.3           py311hc8f2f60_1    conda-forge
tqdm                      4.66.1             pyhd8ed1ab_0    conda-forge
traitlets                 5.14.0             pyhd8ed1ab_0    conda-forge
truststore                0.8.0              pyhd8ed1ab_0    conda-forge
types-pyyaml              6.0.12.12          pyhd8ed1ab_0    conda-forge
typing-extensions         4.8.0                hd8ed1ab_0    conda-forge
typing_extensions         4.8.0              pyha770c72_0    conda-forge
tzdata                    2023c                h71feb2d_0    conda-forge
ukkonen                   1.0.1           py311h098ece5_4    conda-forge
urllib3                   1.26.18            pyhd8ed1ab_0    conda-forge
virtualenv                20.24.7            pyhd8ed1ab_0    conda-forge
webencodings              0.5.1              pyhd8ed1ab_2    conda-forge
werkzeug                  3.0.1              pyhd8ed1ab_0    conda-forge
wheel                     0.42.0             pyhd8ed1ab_0    conda-forge
xdoctest                  1.1.3              pyhd8ed1ab_0    conda-forge
xorg-libxau               1.0.11               h31becfc_0    conda-forge
xorg-libxdmcp             1.1.3                h3557bc0_0    conda-forge
xz                        5.2.6                h9cdd2b7_0    conda-forge
yaml                      0.2.5                hf897c2e_2    conda-forge
yaml-cpp                  0.8.0                h2f0025b_0    conda-forge
zipp                      3.17.0             pyhd8ed1ab_0    conda-forge
zstandard                 0.22.0          py311hb827a26_0    conda-forge
zstd                      1.5.5                h4c53e97_0    conda-forge

Environment info

active environment : base
    active env location : /opt/conda
            shell level : 1
       user config file : /home/test_user/.condarc
 populated config files : /opt/conda/.condarc
          conda version : 23.11.1.dev107+g482c2daa7
    conda-build version : 24.1.2
         python version : 3.11.6.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=aarch64
                          __conda=23.11.1.dev107+g482c2daa7=0
                          __glibc=2.36=0
                          __linux=5.15.49=0
                          __unix=0=0
       base environment : /opt/conda  (read only)
      conda av data dir : /opt/conda/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/linux-aarch64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /opt/conda/pkgs
                          /home/test_user/.conda/pkgs
       envs directories : /home/test_user/.conda/envs
                          /opt/conda/envs
               platform : linux-aarch64
             user-agent : conda/23.11.1.dev107+g482c2daa7 requests/2.31.0 CPython/3.11.6 Linux/5.15.49-linuxkit-pr debian/12.2 glibc/2.36 solver/libmamba
                UID:GID : 1001:1001
             netrc file : None
           offline mode : False

mamba requires openssl >=3

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Is it intentional that newer releases of mamba, e.g. 1.3.1, require openssl >=3?

There are some unrelated issues with installing OpenSSL 3 currently and I'm intentionally suppressing it via a pinned file. Attempting to install latest mamba results in this:

> mamba install mamba=1.3.1

Could not solve for environment specs
Encountered problems while solving:
  - package mamba-1.3.1-py310h51d5547_1 requires openssl >=3.0.8,<4.0a0, but none of the providers can be installed

This seems to originate directly from the top level mamba package's dependencies:

dependencies:
    conda >=4.14,<23.4
    libmambapy 1.3.1 py310h1428755_2
    openssl >=3.0.8,<4.0a0
    python >=3.10,<3.11.0a0
    python_abi 3.10.* *_cp310
Installed packages
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
anyio                     3.5.0           py310h06a4308_0    main
appdirs                   1.4.4              pyhd3eb1b0_0    main
asttokens                 2.0.5              pyhd3eb1b0_0    main
attrs                     22.1.0          py310h06a4308_0    main
backcall                  0.2.0              pyhd3eb1b0_0    main
beautifulsoup4            4.11.1          py310h06a4308_0    main
boto3                     1.24.28         py310h06a4308_0    main
botocore                  1.27.59         py310h06a4308_0    main
brotlipy                  0.7.0           py310h7f8727e_1002    main
bzip2                     1.0.8                h7b6447c_0    main
c-ares                    1.19.0               h5eee18b_0    main
ca-certificates           2023.01.10           h06a4308_0    main
certifi                   2022.12.7       py310h06a4308_0    main
cffi                      1.15.1          py310h5eee18b_3    main
chardet                   4.0.0           py310h06a4308_1003    main
charset-normalizer        2.0.4              pyhd3eb1b0_0    main
colorama                  0.4.6           py310h06a4308_0    main
commonmark                0.9.1              pyhd3eb1b0_0    main
conda                     23.1.0          py310h06a4308_0    main
conda-build               3.23.3          py310hff52083_0    conda-forge
conda-package-handling    2.0.2           py310h06a4308_0    main
conda-package-streaming   0.7.0           py310h06a4308_0    main
cryptography              39.0.1          py310h9ce1e76_0    main
decorator                 5.1.1              pyhd3eb1b0_0    main
distlib                   0.3.6           py310h06a4308_0    main
executing                 0.8.3              pyhd3eb1b0_0    main
filelock                  3.9.0           py310h06a4308_0    main
flit-core                 3.6.0              pyhd3eb1b0_0    main
fmt                       9.1.0                h924138e_0    conda-forge
future                    0.18.3          py310h06a4308_0    main
glob2                     0.7                pyhd3eb1b0_0    main
icu                       70.1                 h27087fc_0    conda-forge
idna                      3.4             py310h06a4308_0    main
importlib-metadata        4.11.3          py310h06a4308_0    main
ipython                   8.10.0          py310h06a4308_0    main
jedi                      0.18.1          py310h06a4308_1    main
jinja2                    3.1.2           py310h06a4308_0    main
jmespath                  0.10.0             pyhd3eb1b0_0    main
keyutils                  1.6.1                h166bdaf_0    conda-forge
krb5                      1.20.1               hf9c8cef_0    conda-forge
ld_impl_linux-64          2.38                 h1181459_1    main
libarchive                3.6.2                hc8874e4_0    conda-forge
libcurl                   7.87.0               h6312ad2_0    conda-forge
libedit                   3.1.20221030         h5eee18b_0    main
libev                     4.33                 h7f8727e_1    main
libffi                    3.4.2                h6a678d5_6    main
libgcc-ng                 12.2.0              h65d4601_19    conda-forge
libgomp                   12.2.0              h65d4601_19    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
liblief                   0.12.3               h6a678d5_0    main
libmamba                  1.2.0                habaa8ee_0    conda-forge
libmambapy                1.2.0           py310h4d5d8b6_0    conda-forge
libnghttp2                1.51.0               hdcd2b5c_0    conda-forge
libsolv                   0.7.23               h3eb15da_0    conda-forge
libssh2                   1.10.0               h8f2d780_0    main
libstdcxx-ng              12.2.0              h46fd767_19    conda-forge
libuuid                   1.41.5               h5eee18b_0    main
libxml2                   2.10.3               h7463322_0    conda-forge
libzlib                   1.2.13               h166bdaf_4    conda-forge
llvm-openmp               14.0.6               h9e868ea_0    main
lz4-c                     1.9.4                h6a678d5_0    main
lzo                       2.10                 h7b6447c_2    main
mamba                     1.2.0           py310hf87f941_0    conda-forge
markupsafe                2.1.1           py310h7f8727e_0    main
matplotlib-inline         0.1.6           py310h06a4308_0    main
ncurses                   6.4                  h6a678d5_0    main
openssl                   1.1.1t               h7f8727e_0    main
packaging                 22.0            py310h06a4308_0    main
parso                     0.8.3              pyhd3eb1b0_0    main
patch                     2.7.6             h7b6447c_1001    main
patchelf                  0.17.2               h6a678d5_0    main
pexpect                   4.8.0              pyhd3eb1b0_3    main
pickleshare               0.7.5           pyhd3eb1b0_1003    main
pip                       23.0.1          py310h06a4308_0    main
pkginfo                   1.8.3           py310h06a4308_0    main
platformdirs              2.5.2           py310h06a4308_0    main
pluggy                    1.0.0           py310h06a4308_1    main
prompt-toolkit            3.0.36          py310h06a4308_0    main
prompt_toolkit            3.0.36               hd3eb1b0_0    main
psutil                    5.9.0           py310h5eee18b_0    main
ptyprocess                0.7.0              pyhd3eb1b0_2    main
pure_eval                 0.2.2              pyhd3eb1b0_0    main
py                        1.11.0             pyhd3eb1b0_0    main
py-lief                   0.12.3          py310h6a678d5_0    main
pybind11-abi              4                    hd8ed1ab_3    conda-forge
pycosat                   0.6.4           py310h5eee18b_0    main
pycparser                 2.21               pyhd3eb1b0_0    main
pygments                  2.11.2             pyhd3eb1b0_0    main
pyopenssl                 23.0.0          py310h06a4308_0    main
pyparsing                 3.0.9           py310h06a4308_0    main
pyrsistent                0.18.0          py310h7f8727e_0    main
pysocks                   1.7.1           py310h06a4308_0    main
python                    3.10.9               h7a1cb2a_2    main
python-dateutil           2.8.2              pyhd3eb1b0_0    main
python-libarchive-c       2.9                pyhd3eb1b0_1    main
python_abi                3.10                    2_cp310    conda-forge
pytz                      2022.7          py310h06a4308_0    main
pyyaml                    6.0             py310h5eee18b_1    main
readline                  8.2                  h5eee18b_0    main
reproc                    14.2.4               h295c915_1    main
reproc-cpp                14.2.4               h295c915_1    main
requests                  2.28.1          py310h06a4308_1    main
ripgrep                   13.0.0               hbdeaff8_0    main
ruamel.yaml               0.17.21         py310h5eee18b_0    main
ruamel.yaml.clib          0.2.6           py310h5eee18b_1    main
ruamel_yaml               0.17.21         py310h5eee18b_0    main
s3transfer                0.6.0           py310h06a4308_0    main
setuptools                65.6.3          py310h06a4308_0    main
six                       1.16.0             pyhd3eb1b0_1    main
sniffio                   1.2.0           py310h06a4308_1    main
soupsieve                 2.3.2.post1     py310h06a4308_0    main
sqlite                    3.40.1               h5082296_0    main
stack_data                0.2.0              pyhd3eb1b0_0    main
tk                        8.6.12               h1ccaba5_0    main
toml                      0.10.2             pyhd3eb1b0_0    main
tomli                     2.0.1           py310h06a4308_0    main
toolz                     0.12.0          py310h06a4308_0    main
tox                       3.27.1             pyhd8ed1ab_0    conda-forge
tox-conda                 0.10.2             pyhd8ed1ab_0    conda-forge
tqdm                      4.64.1          py310h06a4308_0    main
traitlets                 5.7.1           py310h06a4308_0    main
types-docutils            0.19.1.6           pyhd8ed1ab_0    conda-forge
types-setuptools          67.6.0.0           pyhd8ed1ab_0    conda-forge
typing_extensions         4.4.0           py310h06a4308_0    main
tzdata                    2022g                h04d1e81_0    main
urllib3                   1.26.14         py310h06a4308_0    main
virtualenv                20.17.1         py310h06a4308_0    main
wcwidth                   0.2.5              pyhd3eb1b0_0    main
wheel                     0.38.4          py310h06a4308_0    main
xz                        5.2.10               h5eee18b_1    main
yaml                      0.2.5                h7b6447c_0
yaml-cpp                  0.7.0                h295c915_1    main
zipp                      3.11.0          py310h06a4308_0    main
zlib                      1.2.13               h166bdaf_4    conda-forge
zstandard                 0.19.0          py310h5eee18b_0    main
zstd                      1.5.2                ha4553b6_0    main
Environment info
active environment : base
    active env location : /home/mp/conda
            shell level : 1
       user config file : /home/mp/.condarc
 populated config files : /home/mp/.condarc
          conda version : 23.1.0
    conda-build version : 3.23.3
         python version : 3.10.9.final.0
       virtual packages : __archspec=1=x86_64
                          __glibc=2.36=0
                          __linux=5.15.90.1=0
                          __unix=0=0
       base environment : /home/mp/conda  (writable)
      conda av data dir : /home/mp/conda/etc/conda
  conda av metadata url : None
           channel URLs : <some internal channels>
                          https://conda.anaconda.org/main/linux-64
                          https://conda.anaconda.org/main/noarch
                          https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /home/mp/conda/pkgs
                          /home/mp/.conda/pkgs
       envs directories : /home/mp/conda/envs
                          /home/mp/.conda/envs
               platform : linux-64
             user-agent : conda/23.1.0 requests/2.28.1 CPython/3.10.9 Linux/5.15.90.1-microsoft-standard-WSL2 ubuntu/22.10 glibc/2.36
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False

mamba incompatible with latest conda (both from conda-forge)

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Starting with a fresh miniforge install (py 3.10, but I think it's similar with 3.11), if I upgrade conda (with solver set to libmamba):

conda install conda=23.9.0

it upgrades conda, but removes mamba.

If I try to re-install mamba, it wants to downgrade conda:

The following NEW packages will be INSTALLED:

  mamba              conda-forge/osx-64::mamba-1.5.1-py310h6bde348_2 

The following packages will be DOWNGRADED:

  conda                              23.9.0-py310h2ec42d9_0 --> 23.7.4-py310h2ec42d9_0

So it seems that mamba and conda are depending on different version of, I assume, libmamba, though I'm having trouble figuring out the dependency stack.

I suppose I don't need mamba if I'm using conda with the libmamba solver, but it would be nice to be able to have up to date versions of both.

This is currently on OS-X, but I'm having similar problems with Linux on our CI.

Installed packages

# packages in environment at /Users/chris.barker/miniforge3:
#
# Name                    Version                   Build  Channel
boltons                   23.0.0             pyhd8ed1ab_0    conda-forge
brotli-python             1.1.0           py310h9e9d8ca_1    conda-forge
bzip2                     1.0.8                h0d85af4_4    conda-forge
c-ares                    1.20.1               h10d778d_0    conda-forge
ca-certificates           2023.7.22            h8857fd0_0    conda-forge
certifi                   2023.7.22          pyhd8ed1ab_0    conda-forge
cffi                      1.16.0          py310hdca579f_0    conda-forge
charset-normalizer        3.3.0              pyhd8ed1ab_0    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
conda                     23.9.0          py310h2ec42d9_0    conda-forge
conda-libmamba-solver     23.9.1             pyhd8ed1ab_0    conda-forge
conda-package-handling    2.2.0              pyh38be061_0    conda-forge
conda-package-streaming   0.9.0              pyhd8ed1ab_0    conda-forge
cryptography              41.0.4          py310ha1817de_0    conda-forge
fmt                       10.1.1               h1c7c39f_0    conda-forge
icu                       73.2                 hf5e326d_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
jsonpatch                 1.33               pyhd8ed1ab_0    conda-forge
jsonpointer               2.4             py310h2ec42d9_3    conda-forge
krb5                      1.21.2               hb884880_0    conda-forge
libarchive                3.7.2                h0b5dc4a_0    conda-forge
libcurl                   8.4.0                h726d00d_0    conda-forge
libcxx                    16.0.6               hd57cbcb_0    conda-forge
libedit                   3.1.20191231         h0678c8f_2    conda-forge
libev                     4.33                 haf1e3a3_1    conda-forge
libffi                    3.4.2                h0d85af4_5    conda-forge
libiconv                  1.17                 hac89ed1_0    conda-forge
libmamba                  1.5.1                hb976dfd_2    conda-forge
libmambapy                1.5.1           py310hd068509_2    conda-forge
libnghttp2                1.52.0               he2ab024_0    conda-forge
libsolv                   0.7.25               h7d26f99_0    conda-forge
libsqlite                 3.43.2               h92b6c6a_0    conda-forge
libssh2                   1.11.0               hd019ec5_0    conda-forge
libxml2                   2.11.5               h3346baf_1    conda-forge
libzlib                   1.2.13               h8a1eda9_5    conda-forge
lz4-c                     1.9.4                hf0c8a7f_0    conda-forge
lzo                       2.10              haf1e3a3_1000    conda-forge
ncurses                   6.4                  hf0c8a7f_0    conda-forge
openssl                   3.1.3                h8a1eda9_0    conda-forge
packaging                 23.2               pyhd8ed1ab_0    conda-forge
pip                       23.2.1             pyhd8ed1ab_0    conda-forge
pluggy                    1.3.0              pyhd8ed1ab_0    conda-forge
pybind11-abi              4                    hd8ed1ab_3    conda-forge
pycosat                   0.6.6           py310h6729b98_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pyopenssl                 23.2.0             pyhd8ed1ab_1    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
python                    3.10.12         had23ca6_0_cpython    conda-forge
python_abi                3.10                    4_cp310    conda-forge
readline                  8.2                  h9e318b2_1    conda-forge
reproc                    14.2.4.post0         h0dc2134_0    conda-forge
reproc-cpp                14.2.4.post0         he965462_0    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
ruamel.yaml               0.17.35         py310h6729b98_0    conda-forge
ruamel.yaml.clib          0.2.7           py310h6729b98_2    conda-forge
setuptools                68.2.2             pyhd8ed1ab_0    conda-forge
tk                        8.6.13               hef22860_0    conda-forge
toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
tqdm                      4.66.1             pyhd8ed1ab_0    conda-forge
truststore                0.8.0              pyhd8ed1ab_0    conda-forge
tzdata                    2023c                h71feb2d_0    conda-forge
urllib3                   2.0.6              pyhd8ed1ab_0    conda-forge
wheel                     0.41.2             pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h775f41a_0    conda-forge
yaml-cpp                  0.8.0                he965462_0    conda-forge
zstandard                 0.21.0          py310h151724a_1    conda-forge
zstd                      1.5.5                h829000d_0    conda-forge

Environment info

(base) ORR-M-4754597:~ chris.barker$ conda info

     active environment : base
    active env location : /Users/chris.barker/miniforge3
            shell level : 1
       user config file : /Users/chris.barker/.condarc
 populated config files : /Users/chris.barker/miniforge3/.condarc
                          /Users/chris.barker/.condarc
          conda version : 23.9.0
    conda-build version : not installed
         python version : 3.10.12.final.0
       virtual packages : __archspec=1=x86_64
                          __osx=13.6=0
                          __unix=0=0
       base environment : /Users/chris.barker/miniforge3  (writable)
      conda av data dir : /Users/chris.barker/miniforge3/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://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /Users/chris.barker/miniforge3/pkgs
                          /Users/chris.barker/.conda/pkgs
       envs directories : /Users/chris.barker/miniforge3/envs
                          /Users/chris.barker/.conda/envs
               platform : osx-64
             user-agent : conda/23.9.0 requests/2.31.0 CPython/3.10.12 Darwin/22.6.0 OSX/13.6 solver/libmamba conda-libmamba-solver/23.9.1 libmambapy/1.5.1
                UID:GID : 1048720323:1806393361
             netrc file : None
           offline mode : False

mamba 1.5.3 crashing with libsolv 0.7.19

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

I updated my base env with mamba 1.5.3 and mamba crashes with:

# mamba --version
Traceback (most recent call last):
  File "/opt/conda/bin/mamba", line 7, in <module>
    from mamba.mamba import main
  File "/opt/conda/lib/python3.9/site-packages/mamba/mamba.py", line 44, in <module>
    import libmambapy as api
  File "/opt/conda/lib/python3.9/site-packages/libmambapy/__init__.py", line 7, in <module>
    raise e
  File "/opt/conda/lib/python3.9/site-packages/libmambapy/__init__.py", line 4, in <module>
    from libmambapy.bindings import *  # noqa: F401,F403
ImportError: /opt/conda/lib/python3.9/site-packages/libmambapy/../../../libmamba.so.2: undefined symbol: solver_ruleinfo2str, version SOLV_1.0

Updating libsolv to a more recent version (it works with 0.7.25 - I didn't try with lower) solves the issue.
The minimum libsolv version in the recipe should be updated.

Installed packages

# conda list -n base
Error while loading conda entry point: conda-libmamba-solver (/opt/conda/lib/python3.9/site-packages/libmambapy/../../../libmamba.so.2: symbol solver_ruleinfo2str, version SOLV_1.0 not defined in file libsolv.so.1 with link time reference)
# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       1_gnu    conda-forge
archspec                  0.2.2              pyhd8ed1ab_0    conda-forge
boltons                   23.0.0             pyhd8ed1ab_0    conda-forge
brotlipy                  0.7.0           py39h3811e60_1003    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
c-ares                    1.18.1               h7f98852_0    conda-forge
ca-certificates           2023.7.22            hbcca054_0    conda-forge
certifi                   2023.7.22          pyhd8ed1ab_0    conda-forge
cffi                      1.15.0           py39h4bc2ebd_0    conda-forge
charset-normalizer        2.0.12             pyhd8ed1ab_0    conda-forge
colorama                  0.4.4              pyh9f0ad1d_0    conda-forge
conda                     23.9.0           py39hf3d152e_2    conda-forge
conda-libmamba-solver     23.11.0            pyhd8ed1ab_0    conda-forge
conda-package-handling    2.2.0              pyh38be061_0    conda-forge
conda-package-streaming   0.9.0              pyhd8ed1ab_0    conda-forge
cryptography              41.0.5           py39hd4f0224_0    conda-forge
fmt                       10.1.1               h00ab1b0_0    conda-forge
icu                       73.2                 h59595ed_0    conda-forge
idna                      3.3                pyhd8ed1ab_0    conda-forge
jsonpatch                 1.33               pyhd8ed1ab_0    conda-forge
jsonpointer               2.4              py39hf3d152e_3    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
krb5                      1.21.2               h659d440_0    conda-forge
ld_impl_linux-64          2.36.1               hea4e1c9_2    conda-forge
libarchive                3.7.2                h039dbb9_0    conda-forge
libcurl                   8.4.0                hca28451_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 13.2.0               h807b86a_2    conda-forge
libgomp                   13.2.0               h807b86a_2    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
libmamba                  1.5.3                had39da4_1    conda-forge
libmambapy                1.5.3            py39h10defb6_1    conda-forge
libnghttp2                1.52.0               h61bc06f_0    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libsolv                   0.7.19               h780b84a_5    conda-forge
libsqlite                 3.44.0               h2797004_0    conda-forge
libssh2                   1.11.0               h0841786_0    conda-forge
libstdcxx-ng              13.2.0               h7e041cc_2    conda-forge
libuuid                   2.38.1               h0b41bf4_0    conda-forge
libxml2                   2.11.5               h232c23b_1    conda-forge
libzlib                   1.2.13               hd590300_5    conda-forge
lz4-c                     1.9.3                h9c3ff4c_1    conda-forge
lzo                       2.10              h516909a_1000    conda-forge
mamba                     1.5.3            py39hc5d2bb1_1    conda-forge
ncurses                   6.4                  h59595ed_2    conda-forge
openssl                   3.1.4                hd590300_0    conda-forge
packaging                 23.2               pyhd8ed1ab_0    conda-forge
pip                       22.0.4             pyhd8ed1ab_0    conda-forge
pluggy                    1.3.0              pyhd8ed1ab_0    conda-forge
pybind11-abi              4                    hd8ed1ab_3    conda-forge
pycosat                   0.6.3           py39h3811e60_1009    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pyopenssl                 23.3.0             pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1            py39hf3d152e_4    conda-forge
python                    3.9.18          h0755675_0_cpython    conda-forge
python_abi                3.9                      2_cp39    conda-forge
readline                  8.2                  h8228510_1    conda-forge
reproc                    14.2.3               h7f98852_0    conda-forge
reproc-cpp                14.2.3               h9c3ff4c_0    conda-forge
requests                  2.27.1             pyhd8ed1ab_0    conda-forge
ruamel.yaml               0.17.40          py39hd1e30aa_0    conda-forge
ruamel.yaml.clib          0.2.7            py39hd1e30aa_2    conda-forge
ruamel_yaml               0.15.80         py39h3811e60_1006    conda-forge
setuptools                60.10.0          py39hf3d152e_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
sqlite                    3.37.1               h4ff8645_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
tqdm                      4.63.0             pyhd8ed1ab_0    conda-forge
tzdata                    2022a                h191b570_0    conda-forge
urllib3                   1.26.9             pyhd8ed1ab_0    conda-forge
wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
yaml-cpp                  0.8.0                h59595ed_0    conda-forge
zlib                      1.2.13               hd590300_5    conda-forge
zstandard                 0.22.0           py39h6e5214e_0    conda-forge
zstd                      1.5.5                hfc55251_0    conda-forge

Environment info

active environment : None
            shell level : 0
       user config file : /root/.condarc
 populated config files : /opt/conda/.condarc
          conda version : 23.9.0
    conda-build version : not installed
         python version : 3.9.18.final.0
       virtual packages : __archspec=1=x86_64_v4
                          __glibc=2.17=0
                          __linux=5.15.49=0
                          __unix=0=0
       base environment : /opt/conda  (writable)
      conda av data dir : /opt/conda/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /opt/conda/pkgs
                          /root/.conda/pkgs
       envs directories : /opt/conda/envs
                          /root/.conda/envs
               platform : linux-64
             user-agent : conda/23.9.0 requests/2.27.1 CPython/3.9.18 Linux/5.15.49-linuxkit centos/7.9.2009 glibc/2.17
                UID:GID : 0:0
             netrc file : None
           offline mode : False

mamba 1.1.0 ImportError:libstdc++.so.6: version `GLIBCXX_3.4.26' not found (py3.10)

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

ImportError: /home/hit-master/software/miniconda3/lib/python3.10/site-packages/libmambapy/../../../libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /home/hit-master/software/miniconda3/lib/python3.10/site-packages/libmambapy/bindings.cpython-310-x86_64-linux-gnu.so)

Installed packages

_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                  2_kmp_llvm    conda-forge
aioeasywebdav             2.4.0              pyha770c72_0    conda-forge
aiohttp                   3.8.4           py310h1fa729e_0    conda-forge
aiosignal                 1.3.1              pyhd8ed1ab_0    conda-forge
alsa-lib                  1.2.8                h166bdaf_0    conda-forge
amply                     0.1.5              pyhd8ed1ab_0    conda-forge
anyio                     3.7.0              pyhd8ed1ab_1    conda-forge
appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
argcomplete               3.0.8              pyhd8ed1ab_0    conda-forge
argh                      0.27.2             pyhd8ed1ab_0    conda-forge
argon2-cffi               21.3.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0          py310h5764c6d_3    conda-forge
argtable2                 2.13              h14c3975_1001    conda-forge
asciitree                 0.3.3                      py_2    conda-forge
aspera-cli                3.9.6                h5e1937b_0    hcc
asttokens                 2.2.1              pyhd8ed1ab_0    conda-forge
async-lru                 2.0.2              pyhd8ed1ab_0    conda-forge
async-timeout             4.0.2              pyhd8ed1ab_0    conda-forge
atk-1.0                   2.38.0               hd4edc92_1    conda-forge
attmap                    0.13.2             pyhd8ed1ab_0    conda-forge
attr                      2.5.1                h166bdaf_1    conda-forge
attrs                     23.1.0             pyh71513ae_1    conda-forge
aws-c-auth                0.6.27               he072965_1    conda-forge
aws-c-cal                 0.5.26               hf677bf3_1    conda-forge
aws-c-common              0.8.19               hd590300_0    conda-forge
aws-c-compression         0.2.16               hbad4bc6_7    conda-forge
aws-c-event-stream        0.2.20               hb4b372c_7    conda-forge
aws-c-http                0.7.7                h2632f9a_4    conda-forge
aws-c-io                  0.13.21              h9fef7b8_5    conda-forge
aws-c-mqtt                0.8.11               h2282364_1    conda-forge
aws-c-s3                  0.3.0                hcb5a9b2_2    conda-forge
aws-c-sdkutils            0.1.9                hbad4bc6_2    conda-forge
aws-checksums             0.1.14               hbad4bc6_7    conda-forge
aws-crt-cpp               0.20.2               he0fdcb3_0    conda-forge
aws-sdk-cpp               1.10.57             h059227d_13    conda-forge
babel                     2.12.1             pyhd8ed1ab_1    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                pyhd8ed1ab_3    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
bamtools                  2.5.2                hdcf5f25_2    bioconda
bcftools                  1.17                 h3cc50cf_1    bioconda
bcrypt                    3.2.2           py310h5764c6d_1    conda-forge
beautifulsoup4            4.12.2             pyha770c72_0    conda-forge
bedtools                  2.31.0               hf5e1c6e_2    bioconda
biopython                 1.81            py310h1fa729e_0    conda-forge
bismark                   0.24.1               hdfd78af_0    bioconda
blast                     2.14.0               h7d5a4b4_1    bioconda
bleach                    6.0.0              pyhd8ed1ab_0    conda-forge
blosc                     1.21.4               h0f2a231_0    conda-forge
bokeh                     3.1.1              pyhd8ed1ab_0    conda-forge
boltons                   23.0.0          py310h06a4308_0  
boto3                     1.26.148           pyhd8ed1ab_0    conda-forge
botocore                  1.29.148           pyhd8ed1ab_0    conda-forge
bowtie                    1.3.1           py310h4070885_4    bioconda
bowtie2                   2.5.1           py310h8d7afc0_0    bioconda
brotli                    1.0.9                h166bdaf_8    conda-forge
brotli-bin                1.0.9                h166bdaf_8    conda-forge
brotlipy                  0.7.0           py310h7f8727e_1002  
bwa                       0.7.17              he4a0461_11    bioconda
bzip2                     1.0.8                h7b6447c_0  
c-ares                    1.19.1               hd590300_0    conda-forge
c-blosc2                  2.9.2                hb4ffafa_0    conda-forge
ca-certificates           2023.7.22            hbcca054_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cachetools                5.3.0              pyhd8ed1ab_0    conda-forge
cairo                     1.16.0               hb05425b_5  
certifi                   2023.7.22          pyhd8ed1ab_0    conda-forge
cffi                      1.15.1          py310h5eee18b_3  
charset-normalizer        2.0.4              pyhd3eb1b0_0  
click                     8.1.3           unix_pyhd8ed1ab_2    conda-forge
cloudpickle               2.2.1              pyhd8ed1ab_0    conda-forge
clustalo                  1.2.4                hdbdd923_7    bioconda
coin-or-cbc               2.10.10              h9002f0b_0    conda-forge
coin-or-cgl               0.60.7               h516709c_0    conda-forge
coin-or-clp               1.17.8               h1ee7a9c_0    conda-forge
coin-or-osi               0.108.8              ha2443b9_0    conda-forge
coin-or-utils             2.11.9               hee58242_0    conda-forge
coincbc                   2.10.10           0_metapackage    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
coloredlogs               15.0.1             pyhd8ed1ab_3    conda-forge
colormath                 3.0.0                      py_2    conda-forge
comm                      0.1.3              pyhd8ed1ab_0    conda-forge
conda                     23.3.1          py310hff52083_0    conda-forge
conda-content-trust       0.1.3           py310h06a4308_0  
conda-package-handling    2.0.2           py310h06a4308_0  
conda-package-streaming   0.7.0           py310h06a4308_0  
configargparse            1.5.3              pyhd8ed1ab_0    conda-forge
connection_pool           0.0.3              pyhd3deb0d_0    conda-forge
contourpy                 1.0.7           py310hdf3cbec_0    conda-forge
cooler                    0.9.2              pyh7cba7a3_0    bioconda
coreutils                 8.25                          1    bioconda
cryptography              38.0.4          py310h600f1e7_0    conda-forge
curl                      8.1.2                h409715c_0    conda-forge
cutadapt                  4.4             py310h4b81fae_1    bioconda
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
cytoolz                   0.12.0          py310h5764c6d_1    conda-forge
dask                      2023.5.1           pyhd8ed1ab_0    conda-forge
dask-core                 2023.5.1           pyhd8ed1ab_0    conda-forge
datrie                    0.8.2           py310h5764c6d_6    conda-forge
dbus                      1.13.18              hb2f20db_0  
debugpy                   1.6.7           py310heca2aa9_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
deeptools                 3.5.2              pyhdfd78af_0    bioconda
deeptoolsintervals        0.1.9           py310h1425a21_4    bioconda
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
dill                      0.3.6              pyhd8ed1ab_1    conda-forge
distributed               2023.5.1           pyhd8ed1ab_0    conda-forge
dnaio                     0.10.0          py310h4b81fae_3    bioconda
docutils                  0.20.1          py310hff52083_0    conda-forge
dpath                     2.1.6              pyha770c72_0    conda-forge
dropbox                   11.36.0            pyhd8ed1ab_0    conda-forge
eigen                     3.4.0                h4bd325d_0    conda-forge
entrez-direct             16.2                 he881be0_1    bioconda
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
exceptiongroup            1.1.1              pyhd8ed1ab_0    conda-forge
executing                 1.2.0              pyhd8ed1ab_0    conda-forge
expat                     2.5.0                hcb278e6_1    conda-forge
fastqc                    0.12.1               hdfd78af_0    bioconda
filechunkio               1.8                        py_2    conda-forge
filelock                  3.12.0             pyhd8ed1ab_0    conda-forge
fit_nbinom                1.1                pyh864c0ab_2    bioconda
flit-core                 3.9.0              pyhd8ed1ab_0    conda-forge
fmt                       9.1.0                h924138e_0    conda-forge
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
fontconfig                2.14.2               h14ed4e7_0    conda-forge
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
fonttools                 4.39.4          py310h2372a71_0    conda-forge
freetype                  2.12.1               hca18f0e_1    conda-forge
fribidi                   1.0.10               h36c2ea0_0    conda-forge
frozenlist                1.3.3           py310h5764c6d_0    conda-forge
fsspec                    2023.5.0           pyh1a96a4e_0    conda-forge
ftputil                   5.0.4              pyhd8ed1ab_0    conda-forge
future                    0.18.3             pyhd8ed1ab_0    conda-forge
gdal                      3.2.2.1                  pypi_0    pypi
gdk-pixbuf                2.42.6               h04a7f16_0    conda-forge
gettext                   0.21.1               h27087fc_0    conda-forge
gffutils                  0.11.1             pyh7cba7a3_0    bioconda
gflags                    2.2.2             he1b5a44_1004    conda-forge
ghostscript               9.18                          1    bioconda
giflib                    5.2.1                h0b41bf4_3    conda-forge
gitdb                     4.0.10             pyhd8ed1ab_0    conda-forge
gitpython                 3.1.31             pyhd8ed1ab_0    conda-forge
glib                      2.76.3               hfc55251_0    conda-forge
glib-tools                2.76.3               hfc55251_0    conda-forge
glog                      0.6.0                h6f12383_0    conda-forge
google-api-core           2.11.0             pyhd8ed1ab_0    conda-forge
google-api-python-client  2.88.0             pyhd8ed1ab_0    conda-forge
google-auth               2.19.1             pyh1a96a4e_0    conda-forge
google-auth-httplib2      0.1.0              pyhd8ed1ab_1    conda-forge
google-cloud-core         2.3.2              pyhd8ed1ab_0    conda-forge
google-cloud-storage      2.9.0              pyh1a96a4e_0    conda-forge
google-crc32c             1.1.2           py310he8fe98e_4    conda-forge
google-resumable-media    2.5.0              pyhd8ed1ab_0    conda-forge
googleapis-common-protos  1.57.1             pyhd8ed1ab_0    conda-forge
graphite2                 1.3.13            h58526e2_1001    conda-forge
graphviz                  2.47.1               hebd9034_0    conda-forge
grpcio                    1.54.2          py310heca2aa9_2    conda-forge
gsl                       2.7                  he838d99_0    conda-forge
gst-plugins-base          1.14.1               h6a678d5_1  
gstreamer                 1.14.1               h5eee18b_1  
gtk2                      2.24.33              hab0c2f8_0    conda-forge
gts                       0.7.6                h64030ff_2    conda-forge
h5py                      3.8.0           nompi_py310ha66b2ad_101    conda-forge
harfbuzz                  2.4.0                h37c48d4_1    conda-forge
hdf5                      1.14.0          nompi_hb72d44e_103    conda-forge
hic2cool                  0.8.3              pyh864c0ab_2    bioconda
hicexplorer               3.5.1                      py_0    bioconda
hicmatrix                 17                 pyhdfd78af_0    bioconda
hisat2                    2.2.1                hdbdd923_6    bioconda
htop                      3.2.2                h8228510_0    conda-forge
htslib                    1.17                 h81da01d_2    bioconda
httplib2                  0.22.0             pyhd8ed1ab_0    conda-forge
humanfriendly             10.0            py310hff52083_4    conda-forge
hyperopt                  0.2.7              pyhd8ed1ab_0    conda-forge
icu                       58.2              hf484d3e_1000    conda-forge
idna                      3.4             py310h06a4308_0  
importlib-metadata        6.6.0              pyha770c72_0    conda-forge
importlib_metadata        6.6.0                hd8ed1ab_0    conda-forge
importlib_resources       5.12.0             pyhd8ed1ab_0    conda-forge
iniconfig                 2.0.0              pyhd8ed1ab_0    conda-forge
intervaltree              3.1.0              pyhd8ed1ab_1    conda-forge
ipykernel                 6.23.1             pyh210e3f2_0    conda-forge
ipython                   8.14.0             pyh41d4057_0    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                8.0.6              pyhd8ed1ab_0    conda-forge
isa-l                     2.30.0               ha770c72_4    conda-forge
jedi                      0.18.2             pyhd8ed1ab_0    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
jmespath                  1.0.1              pyhd8ed1ab_0    conda-forge
jpeg                      9e                   h166bdaf_2    conda-forge
json5                     0.9.5              pyh9f0ad1d_0    conda-forge
jsonpatch                 1.32               pyhd3eb1b0_0  
jsonpointer               2.1                pyhd3eb1b0_0  
jsonschema                4.17.3             pyhd8ed1ab_0    conda-forge
jupyter                   1.0.0           py310hff52083_8    conda-forge
jupyter-lsp               2.2.0              pyhd8ed1ab_0    conda-forge
jupyter_client            8.2.0              pyhd8ed1ab_0    conda-forge
jupyter_console           6.6.3              pyhd8ed1ab_0    conda-forge
jupyter_core              5.3.0           py310hff52083_0    conda-forge
jupyter_events            0.6.3              pyhd8ed1ab_0    conda-forge
jupyter_server            2.6.0              pyhd8ed1ab_0    conda-forge
jupyter_server_terminals  0.4.4              pyhd8ed1ab_1    conda-forge
jupyterlab                4.0.1              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.22.1             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        3.0.7              pyhd8ed1ab_1    conda-forge
k8                        0.2.5                hdcf5f25_4    bioconda
keyutils                  1.6.1                h166bdaf_0    conda-forge
kiwisolver                1.4.4           py310hbf28c38_1    conda-forge
krb5                      1.20.1               h81ceb04_0    conda-forge
krbalancing               0.0.5           py310h0dbaff4_7    bioconda
lame                      3.100             h166bdaf_1003    conda-forge
lcms2                     2.12                 hddcbb42_0    conda-forge
ld_impl_linux-64          2.38                 h1181459_1  
ldc                       1.28.1               hcf88599_0    conda-forge
lerc                      4.0.0                h27087fc_0    conda-forge
libabseil                 20230125.2      cxx17_h59595ed_2    conda-forge
libaec                    1.0.6                hcb278e6_1    conda-forge
libarchive                3.5.2                hada088e_3    conda-forge
libarrow                  12.0.0           hed73b3e_6_cpu    conda-forge
libblas                   3.9.0           17_linux64_openblas    conda-forge
libbrotlicommon           1.0.9                h166bdaf_8    conda-forge
libbrotlidec              1.0.9                h166bdaf_8    conda-forge
libbrotlienc              1.0.9                h166bdaf_8    conda-forge
libcap                    2.67                 he9d0100_0    conda-forge
libcblas                  3.9.0           17_linux64_openblas    conda-forge
libclang                  14.0.6          default_h7634d5b_1    conda-forge
libclang13                14.0.6          default_h9986a30_1    conda-forge
libcrc32c                 1.1.2                h9c3ff4c_0    conda-forge
libcups                   2.3.3                h36d4200_3    conda-forge
libcurl                   8.1.2                h409715c_0    conda-forge
libdeflate                1.18                 h0b41bf4_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libevent                  2.1.12               hf998b51_1    conda-forge
libexpat                  2.5.0                hcb278e6_1    conda-forge
libffi                    3.4.2                h6a678d5_6  
libflac                   1.4.2                h27087fc_0    conda-forge
libgcc                    7.2.0                h69d50b8_2    conda-forge
libgcc-ng                 13.1.0               he5830b7_0    conda-forge
libgcrypt                 1.10.1               h166bdaf_0    conda-forge
libgd                     2.3.3                h6a678d5_3  
libgfortran-ng            13.1.0               h69a702a_0    conda-forge
libgfortran5              13.1.0               h15d22d2_0    conda-forge
libglib                   2.76.3               hebfc3b9_0    conda-forge
libgoogle-cloud           2.11.0               hac9eb74_1    conda-forge
libgpg-error              1.46                 h620e276_0    conda-forge
libgrpc                   1.54.2               hb20ce57_2    conda-forge
libhwloc                  2.8.0                h32351e8_1    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
libidn2                   2.3.4                h166bdaf_0    conda-forge
libjpeg-turbo             2.1.4                h166bdaf_0    conda-forge
liblapack                 3.9.0           17_linux64_openblas    conda-forge
liblapacke                3.9.0           17_linux64_openblas    conda-forge
libllvm12                 12.0.1               hf817b99_2    conda-forge
libllvm14                 14.0.6               hcd5def8_4    conda-forge
libllvm15                 15.0.3               h503ea73_0    conda-forge
libmamba                  1.1.0                h70b1f8a_2    conda-forge
libmambapy                1.1.0           py310h69aa5bf_2    conda-forge
libnghttp2                1.52.0               h61bc06f_0    conda-forge
libnl                     3.7.0                h166bdaf_0    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libnuma                   2.0.16               h0b41bf4_1    conda-forge
libogg                    1.3.4                h7f98852_1    conda-forge
libopenblas               0.3.23          pthreads_h80387f5_0    conda-forge
libopus                   1.3.1                h7f98852_1    conda-forge
libpng                    1.6.39               h753d276_0    conda-forge
libpq                     12.15                hdbd6064_1  
libprotobuf               3.21.12              h3eb15da_0    conda-forge
librsvg                   2.50.3               hfa39831_1    conda-forge
libsndfile                1.2.0                hb75c966_0    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsolv                   0.7.24               h3eb15da_0    conda-forge
libsqlite                 3.42.0               h2797004_0    conda-forge
libssh2                   1.11.0               h0841786_0    conda-forge
libstdcxx-ng              13.1.0               hfd8a6a1_0    conda-forge
libsystemd0               253                  h8c4010b_1    conda-forge
libthrift                 0.18.1               h8fd135c_2    conda-forge
libtiff                   4.2.0                hf544144_3    conda-forge
libtool                   2.4.7                h27087fc_0    conda-forge
libunistring              0.9.10               h7f98852_0    conda-forge
libutf8proc               2.8.0                h166bdaf_0    conda-forge
libuuid                   2.38.1               h0b41bf4_0    conda-forge
libuv                     1.44.2               h166bdaf_0    conda-forge
libvorbis                 1.3.7                h9c3ff4c_0    conda-forge
libwebp                   1.2.4                h11a3e52_1  
libwebp-base              1.2.4                h166bdaf_0    conda-forge
libxcb                    1.15                 h0b41bf4_0    conda-forge
libxkbcommon              1.0.3                he3ba5ed_0    conda-forge
libxml2                   2.9.14               h74e7548_0  
libzlib                   1.2.13               h166bdaf_4    conda-forge
llvm-openmp               16.0.5               h4dfa4b3_0    conda-forge
locket                    1.0.0              pyhd8ed1ab_0    conda-forge
logmuse                   0.2.6              pyh8c360ce_0    conda-forge
lz4                       4.3.2           py310h0cfdcf0_0    conda-forge
lz4-c                     1.9.4                hcb278e6_0    conda-forge
lzo                       2.10              h516909a_1000    conda-forge
lzstring                  1.0.4                   py_1001    conda-forge
mamba                     1.1.0           py310h51d5547_2    conda-forge
markdown                  3.4.3              pyhd8ed1ab_0    conda-forge
markdown-it-py            2.2.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.3           py310h2372a71_0    conda-forge
matplotlib                3.7.1           py310hff52083_0    conda-forge
matplotlib-base           3.7.1           py310he60537e_0    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
mdurl                     0.1.0              pyhd8ed1ab_0    conda-forge
minimap2                  2.26                 he4a0461_1    bioconda
mistune                   2.0.5              pyhd8ed1ab_0    conda-forge
mpg123                    1.31.3               hcb278e6_0    conda-forge
msgpack-python            1.0.5           py310hdf3cbec_0    conda-forge
multidict                 6.0.4           py310h1fa729e_0    conda-forge
multiprocess              0.70.14         py310h5764c6d_3    conda-forge
multiqc                   1.14               pyhdfd78af_0    bioconda
munkres                   1.0.7                      py_1    bioconda
mysql                     5.7.20            hf484d3e_1001    conda-forge
mysql-common              8.0.32               hf1915f5_2    conda-forge
mysql-libs                8.0.32               hca2cd23_2    conda-forge
nbclassic                 1.0.0              pyhb4ecaf3_1    conda-forge
nbclient                  0.8.0              pyhd8ed1ab_0    conda-forge
nbconvert                 7.4.0              pyhd8ed1ab_0    conda-forge
nbconvert-core            7.4.0              pyhd8ed1ab_0    conda-forge
nbconvert-pandoc          7.4.0              pyhd8ed1ab_0    conda-forge
nbformat                  5.9.0              pyhd8ed1ab_0    conda-forge
ncbi-vdb                  3.0.8                hdbdd923_0    bioconda
ncdu                      1.16                 h46c0cb4_0    conda-forge
ncurses                   6.4                  hcb278e6_0    conda-forge
nest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge
networkx                  3.1                pyhd8ed1ab_0    conda-forge
nodejs                    12.4.0               he1b5a44_0    conda-forge
nomkl                     1.0                  h5ca1d4c_0    conda-forge
notebook                  6.5.4              pyha770c72_0    conda-forge
notebook-shim             0.2.3              pyhd8ed1ab_0    conda-forge
nspr                      4.35                 h27087fc_0    conda-forge
nss                       3.89                 he45b914_0    conda-forge
numexpr                   2.8.4           py310h690d005_100    conda-forge
numpy                     1.23.5          py310h53a5b5f_0    conda-forge
oauth2client              4.1.3                      py_0    conda-forge
openjdk                   11.0.1            h516909a_1016    conda-forge
openjpeg                  2.4.0                hb52868f_1    conda-forge
openssl                   3.1.3                hd590300_0    conda-forge
orc                       1.8.3                h2f23424_1    conda-forge
ossuuid                   1.6.2             hf484d3e_1000    conda-forge
overrides                 7.3.1              pyhd8ed1ab_0    conda-forge
packaging                 23.0            py310h06a4308_0  
pairix                    0.3.7           py310h83093d7_5    bioconda
pandarallel               1.6.5              pyhd8ed1ab_0    conda-forge
pandas                    2.0.2           py310h7cbd5c2_0    conda-forge
pandoc                    2.19.2               h32600fe_2    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
pango                     1.42.4               h7062337_4    conda-forge
parallel-fastq-dump       0.6.7              pyhdfd78af_0    bioconda
paramiko                  3.2.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
partd                     1.4.0              pyhd8ed1ab_0    conda-forge
pbzip2                    1.1.13                        0    conda-forge
pcre                      8.45                 h9c3ff4c_0    conda-forge
pcre2                     10.40                hc3806b6_0    conda-forge
peppy                     0.35.5             pyhd8ed1ab_0    conda-forge
perl                      5.32.1          2_h7f98852_perl5    conda-forge
perl-alien-build          2.48            pl5321hec16e2b_0    bioconda
perl-alien-libxml2        0.17            pl5321hec16e2b_0    bioconda
perl-archive-tar          2.40            pl5321hdfd78af_0    bioconda
perl-business-isbn        3.007           pl5321hdfd78af_0    bioconda
perl-business-isbn-data   20210112.006    pl5321hdfd78af_0    bioconda
perl-capture-tiny         0.48            pl5321hdfd78af_2    bioconda
perl-carp                 1.38            pl5321hdfd78af_4    bioconda
perl-common-sense         3.75            pl5321hdfd78af_0    bioconda
perl-compress-raw-bzip2   2.201           pl5321h87f3376_1    bioconda
perl-compress-raw-zlib    2.105           pl5321h87f3376_0    bioconda
perl-constant             1.33            pl5321hdfd78af_2    bioconda
perl-data-dumper          2.183           pl5321hec16e2b_1    bioconda
perl-encode               3.19            pl5321hec16e2b_1    bioconda
perl-exporter             5.72            pl5321hdfd78af_2    bioconda
perl-exporter-tiny        1.002002        pl5321hdfd78af_0    bioconda
perl-extutils-makemaker   7.70            pl5321hd8ed1ab_0    conda-forge
perl-ffi-checklib         0.28            pl5321hdfd78af_0    bioconda
perl-file-chdir           0.1010          pl5321hdfd78af_3    bioconda
perl-file-path            2.18            pl5321hd8ed1ab_0    conda-forge
perl-file-temp            0.2304          pl5321hd8ed1ab_0    conda-forge
perl-file-which           1.24            pl5321hd8ed1ab_0    conda-forge
perl-importer             0.026           pl5321hdfd78af_0    bioconda
perl-io-compress          2.201           pl5321hdbdd923_2    bioconda
perl-io-zlib              1.14            pl5321hdfd78af_0    bioconda
perl-json                 4.10            pl5321hdfd78af_0    bioconda
perl-json-xs              2.34            pl5321h4ac6f70_6    bioconda
perl-list-moreutils       0.430           pl5321hdfd78af_0    bioconda
perl-list-moreutils-xs    0.430           pl5321h031d066_2    bioconda
perl-mime-base64          3.16            pl5321hec16e2b_2    bioconda
perl-parent               0.236           pl5321hdfd78af_2    bioconda
perl-path-tiny            0.122           pl5321hdfd78af_0    bioconda
perl-pathtools            3.75            pl5321hec16e2b_3    bioconda
perl-scalar-list-utils    1.62            pl5321hec16e2b_1    bioconda
perl-scope-guard          0.21            pl5321hdfd78af_3    bioconda
perl-sub-info             0.002           pl5321hdfd78af_1    bioconda
perl-term-table           0.016           pl5321hdfd78af_0    bioconda
perl-test2-suite          0.000145        pl5321hdfd78af_0    bioconda
perl-types-serialiser     1.01            pl5321hdfd78af_0    bioconda
perl-uri                  5.12            pl5321hdfd78af_0    bioconda
perl-xml-libxml           2.0207          pl5321h661654b_0    bioconda
perl-xml-namespacesupport 1.12            pl5321hdfd78af_1    bioconda
perl-xml-sax              1.02            pl5321hdfd78af_1    bioconda
perl-xml-sax-base         1.09            pl5321hdfd78af_1    bioconda
pexpect                   4.8.0              pyh1a96a4e_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pigz                      2.6                  h27826a3_0    conda-forge
pillow                    9.4.0           py310h6a678d5_0  
pip                       23.2.1                   pypi_0    pypi
pixman                    0.40.0               h36c2ea0_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
plac                      1.3.5              pyhd8ed1ab_0    conda-forge
platformdirs              3.5.1              pyhd8ed1ab_0    conda-forge
plotly                    5.14.1             pyhd8ed1ab_0    conda-forge
pluggy                    1.0.0           py310h06a4308_1  
ply                       3.11                       py_1    conda-forge
pooch                     1.7.0              pyha770c72_3    conda-forge
prettytable               3.7.0              pyhd8ed1ab_0    conda-forge
prometheus_client         0.17.0             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.38             pyha770c72_0    conda-forge
prompt_toolkit            3.0.38               hd8ed1ab_0    conda-forge
protobuf                  4.21.12         py310heca2aa9_0    conda-forge
psutil                    5.9.5           py310h1fa729e_0    conda-forge
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pulp                      2.7.0           py310hff52083_0    conda-forge
pulseaudio-client         16.1                 hb77b528_4    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
py-cpuinfo                9.0.0              pyhd8ed1ab_0    conda-forge
py2bit                    0.3.0           py310h4b81fae_8    bioconda
py4j                      0.10.9.7           pyhd8ed1ab_0    conda-forge
pyarrow                   12.0.0          py310he6bfd7f_6_cpu    conda-forge
pyasn1                    0.4.8                      py_0    conda-forge
pyasn1-modules            0.2.7                      py_0    conda-forge
pybedtools                0.9.0           py310h2b6aa90_2    bioconda
pybigwig                  0.3.22          py310h79000e5_1    bioconda
pybind11                  2.10.4          py310hdf3cbec_0    conda-forge
pybind11-abi              4                    hd8ed1ab_3    conda-forge
pybind11-global           2.10.4          py310hdf3cbec_0    conda-forge
pycosat                   0.6.4           py310h5eee18b_0  
pycparser                 2.21               pyhd3eb1b0_0  
pyfaidx                   0.7.2.1            pyh7cba7a3_1    bioconda
pygenometracks            3.3                        py_0    bioconda
pygments                  2.15.1             pyhd8ed1ab_0    conda-forge
pynacl                    1.5.0           py310h5764c6d_2    conda-forge
pyopenssl                 23.0.0          py310h06a4308_0  
pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
pyqt                      5.15.4          py310hd8f1fbe_0    conda-forge
pyqt5-sip                 12.9.0          py310hd8f1fbe_0    conda-forge
pyrsistent                0.19.3          py310h1fa729e_0    conda-forge
pysam                     0.21.0          py310h41dec4a_1    bioconda
pysftp                    0.2.9                      py_1    conda-forge
pysocks                   1.7.1           py310h06a4308_0  
pytables                  3.8.0           py310hde6a235_1    conda-forge
pytest                    7.3.1              pyhd8ed1ab_0    conda-forge
python                    3.10.11         he550d4f_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.17.1             pyhd8ed1ab_0    conda-forge
python-graphviz           0.20.1             pyh22cad53_0    conda-forge
python-irodsclient        1.1.8              pyhd8ed1ab_0    conda-forge
python-isal               1.1.0           py310h2372a71_2    conda-forge
python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
python-tzdata             2023.3             pyhd8ed1ab_0    conda-forge
python_abi                3.10                    3_cp310    conda-forge
pytz                      2023.3             pyhd8ed1ab_0    conda-forge
pyu2f                     0.1.5              pyhd8ed1ab_0    conda-forge
pyvcf3                    1.0.3              pyhdfd78af_0    bioconda
pyyaml                    6.0             py310h5764c6d_5    conda-forge
pyzmq                     25.1.0          py310h5bbb5d0_0    conda-forge
qt-main                   5.15.2               h7358343_9  
qtconsole                 5.4.3              pyhd8ed1ab_0    conda-forge
qtconsole-base            5.4.3              pyha770c72_0    conda-forge
qtpy                      2.3.1              pyhd8ed1ab_0    conda-forge
rdma-core                 28.9                 h59595ed_1    conda-forge
re2                       2023.03.02           h8c504da_0    conda-forge
readline                  8.2                  h8228510_1    conda-forge
reproc                    14.2.4               h0b41bf4_0    conda-forge
reproc-cpp                14.2.4               hcb278e6_0    conda-forge
requests                  2.28.1          py310h06a4308_1  
reretry                   0.11.8             pyhd8ed1ab_0    conda-forge
rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
rich                      13.4.1             pyhd8ed1ab_0    conda-forge
rich-click                1.6.1              pyhd8ed1ab_0    conda-forge
rsa                       4.9                pyhd8ed1ab_0    conda-forge
ruamel.yaml               0.17.21         py310h5eee18b_0  
ruamel.yaml.clib          0.2.6           py310h5eee18b_1  
s2n                       1.3.44               h06160fa_0    conda-forge
s3transfer                0.6.1              pyhd8ed1ab_0    conda-forge
sambamba                  1.0                  h98b6b92_0    bioconda
samclip                   0.4.0                hdfd78af_1    bioconda
samtools                  1.17                 hd87286a_1    bioconda
scipy                     1.10.1          py310ha4c1d20_3    conda-forge
screen                    4.8.0                he28a2e2_0    conda-forge
send2trash                1.8.2              pyh41d4057_0    conda-forge
setuptools                68.0.0                   pypi_0    pypi
setuptools-scm            7.1.0              pyhd8ed1ab_0    conda-forge
simplejson                3.19.1          py310h1fa729e_0    conda-forge
sip                       6.5.1           py310h122e73d_2    conda-forge
six                       1.16.0             pyhd3eb1b0_1  
slacker                   0.14.0                     py_0    conda-forge
smart_open                6.3.0              pyhd8ed1ab_1    conda-forge
smmap                     3.0.5              pyh44b312d_0    conda-forge
snakemake                 7.26.0               hdfd78af_0    bioconda
snakemake-minimal         7.26.0             pyhdfd78af_0    bioconda
snappy                    1.1.10               h9fff704_0    conda-forge
sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge
spectra                   0.0.11                     py_1    conda-forge
sqlite                    3.42.0               h2c6b66d_0    conda-forge
sra-tools                 3.0.7                h9f5acd7_0    bioconda
stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
stone                     3.3.1              pyhd8ed1ab_0    conda-forge
stopit                    1.1.2                      py_0    conda-forge
subread                   2.0.3                he4a0461_3    bioconda
tabulate                  0.9.0              pyhd8ed1ab_1    conda-forge
tbb                       2021.7.0             h924138e_1    conda-forge
tblib                     1.7.0              pyhd8ed1ab_0    conda-forge
tenacity                  8.2.2              pyhd8ed1ab_0    conda-forge
terminado                 0.17.1             pyh41d4057_0    conda-forge
throttler                 1.2.1              pyhd8ed1ab_0    conda-forge
tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.12               h1ccaba5_0  
toml                      0.10.2             pyhd8ed1ab_0    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
toolz                     0.12.0          py310h06a4308_0  
toposort                  1.10               pyhd8ed1ab_0    conda-forge
tornado                   6.3.2           py310h2372a71_0    conda-forge
tqdm                      4.65.0          py310h2f386ee_0  
traitlets                 5.9.0              pyhd8ed1ab_0    conda-forge
typing-extensions         4.6.3                hd8ed1ab_0    conda-forge
typing_extensions         4.6.3              pyha770c72_0    conda-forge
typing_utils              0.1.0              pyhd8ed1ab_0    conda-forge
tzdata                    2023c                h04d1e81_0  
ubiquerg                  0.6.2              pyhd8ed1ab_0    conda-forge
ucx                       1.14.1               hf587318_2    conda-forge
unicodedata2              15.0.0          py310h5764c6d_0    conda-forge
unidecode                 1.3.6              pyhd8ed1ab_0    conda-forge
uritemplate               4.1.1              pyhd8ed1ab_0    conda-forge
urllib3                   1.26.15         py310h06a4308_0  
vcftools                  0.1.16          pl5321hdcf5f25_9    bioconda
veracitools               0.1.3                      py_0    conda-forge
wcwidth                   0.2.6              pyhd8ed1ab_0    conda-forge
webencodings              0.5.1                      py_1    conda-forge
weblogo                   3.7.9              pyhdfd78af_0    bioconda
websocket-client          1.5.2              pyhd8ed1ab_0    conda-forge
wget                      1.20.3               ha35d2d1_1    conda-forge
wheel                     0.41.0                   pypi_0    pypi
widgetsnbextension        4.0.7              pyhd8ed1ab_0    conda-forge
wrapt                     1.15.0          py310h1fa729e_0    conda-forge
xcb-util                  0.4.0                hd590300_1    conda-forge
xcb-util-image            0.4.0                h8ee46fc_1    conda-forge
xcb-util-keysyms          0.4.0                h8ee46fc_1    conda-forge
xcb-util-renderutil       0.3.9                hd590300_1    conda-forge
xcb-util-wm               0.4.1                h8ee46fc_1    conda-forge
xkeyboard-config          2.38                 h0b41bf4_0    conda-forge
xopen                     1.7.0           py310hff52083_2    conda-forge
xorg-fixesproto           5.0               h7f98852_1002    conda-forge
xorg-inputproto           2.3.2             h7f98852_1002    conda-forge
xorg-kbproto              1.0.7             h7f98852_1002    conda-forge
xorg-libice               1.1.1                hd590300_0    conda-forge
xorg-libsm                1.2.4                h7391055_0    conda-forge
xorg-libx11               1.8.5                h8ee46fc_0    conda-forge
xorg-libxau               1.0.11               hd590300_0    conda-forge
xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
xorg-libxext              1.3.4                h0b41bf4_2    conda-forge
xorg-libxfixes            5.0.3             h7f98852_1004    conda-forge
xorg-libxi                1.7.10               h7f98852_0    conda-forge
xorg-libxrender           0.9.10            h7f98852_1003    conda-forge
xorg-libxtst              1.2.3             h7f98852_1002    conda-forge
xorg-recordproto          1.14.2            h7f98852_1002    conda-forge
xorg-renderproto          0.11.1            h7f98852_1002    conda-forge
xorg-xextproto            7.3.0             h0b41bf4_1003    conda-forge
xorg-xf86vidmodeproto     2.3.1             h7f98852_1002    conda-forge
xorg-xproto               7.0.31            h7f98852_1007    conda-forge
xyzservices               2023.5.0           pyhd8ed1ab_1    conda-forge
xz                        5.2.10               h5eee18b_1  
yaml                      0.2.5                h7f98852_2    conda-forge
yaml-cpp                  0.7.0                h27087fc_2    conda-forge
yarl                      1.9.2           py310h2372a71_0    conda-forge
yte                       1.5.1              pyha770c72_2    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zict                      3.0.0              pyhd8ed1ab_0    conda-forge
zipp                      3.15.0             pyhd8ed1ab_0    conda-forge
zlib                      1.2.13               h166bdaf_4    conda-forge
zlib-ng                   2.0.7                h0b41bf4_0    conda-forge
zstandard                 0.19.0          py310h5eee18b_0  
zstd                      1.5.2                h3eb15da_6    conda-forge

Environment info

python 3.10

xmlschema >=2.5.0 breaks mamba 1.4.2

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

xmlschema got an update 10 days ago to 2.5.0

We use the docker image condaforge/mambaforge and installing dependencies of our packages fail with

critical libmamba Pathname can't be converted from UTF-8 to current locale.
548
error    libmamba Error opening for reading "/opt/conda/pkgs/xmlschema-2.5.0-pyhd8ed1ab_0/info/index.json": No such file or directory
549
error    libmamba Error when extracting package: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
550
xmlschema-2.5.0-pyhd8ed1ab_0.conda extraction failed
551
Found incorrect download: xmlschema. Aborting


# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
2023-10-08T08:09:02.0103195Z 
2023-10-08T08:09:02.0103568Z     Traceback (most recent call last):
2023-10-08T08:09:02.0104805Z       File "/opt/conda/lib/python3.10/site-packages/conda/exceptions.py", line 1132, in __call__
2023-10-08T08:09:02.0105266Z         return func(*args, **kwargs)
2023-10-08T08:09:02.0231170Z       File "/opt/conda/lib/python3.10/site-packages/mamba/mamba.py", line 941, in exception_converter
2023-10-08T08:09:02.0231830Z         raise e
2023-10-08T08:09:02.0232445Z       File "/opt/conda/lib/python3.10/site-packages/mamba/mamba.py", line 934, in exception_converter
2023-10-08T08:09:02.0232844Z         exit_code = _wrapped_main(*args, **kwargs)
2023-10-08T08:09:02.0233580Z       File "/opt/conda/lib/python3.10/site-packages/mamba/mamba.py", line 892, in _wrapped_main
2023-10-08T08:09:02.0234141Z         result = do_call(parsed_args, p)
2023-10-08T08:09:02.0234671Z       File "/opt/conda/lib/python3.10/site-packages/mamba/mamba.py", line 758, in do_call
2023-10-08T08:09:02.0235056Z         exit_code = create(args, parser)
2023-10-08T08:09:02.0235551Z       File "/opt/conda/lib/python3.10/site-packages/mamba/mamba.py", line 632, in create
2023-10-08T08:09:02.0235940Z         return install(args, parser, "create")
2023-10-08T08:09:02.0236449Z       File "/opt/conda/lib/python3.10/site-packages/mamba/mamba.py", line 588, in install
2023-10-08T08:09:02.0236845Z         transaction.fetch_extract_packages()
2023-10-08T08:09:02.0237203Z     RuntimeError: Found incorrect download: xmlschema. Aborting

Installed packages

2023-10-08T08:08:25.5001973Z   + _libgcc_mutex                           0.1  conda_forge              conda-forge/linux-64        3kB
2023-10-08T08:08:25.5002464Z   + _openmp_mutex                           4.5  2_gnu                    conda-forge/linux-64       24kB
2023-10-08T08:08:25.5002956Z   + alabaster                            0.7.13  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5003444Z   + alembic                              1.12.0  pyhd8ed1ab_0             conda-forge/noarch        155kB
2023-10-08T08:08:25.5003898Z   + alsa-lib                            1.2.3.2  h166bdaf_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5004512Z   + appdirs                               1.4.4  pyh9f0ad1d_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5005216Z   + argon2-cffi                          23.1.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5005789Z   + argon2-cffi-bindings                 21.2.0  py310h2372a71_4          conda-forge/linux-64       34kB
2023-10-08T08:08:25.5006423Z   + babel                                2.12.1  pyhd8ed1ab_1             conda-forge/noarch       Cached
2023-10-08T08:08:25.5007307Z   + basemap                               1.3.6  py310h6b4e152_2          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5007831Z   + basemap-data                          1.3.2  pyhd8ed1ab_3             conda-forge/noarch       Cached
2023-10-08T08:08:25.5008520Z   + bcrypt                                4.0.1  py310hcb5633a_1          conda-forge/linux-64      576kB
2023-10-08T08:08:25.5009000Z   + bidict                               0.22.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5009489Z   + blinker                               1.6.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5010139Z   + brotli                                1.1.0  hd590300_1               conda-forge/linux-64       19kB
2023-10-08T08:08:25.5010755Z   + brotli-bin                            1.1.0  hd590300_1               conda-forge/linux-64       19kB
2023-10-08T08:08:25.5011226Z   + brotli-python                         1.1.0  py310hc6cd4ac_1          conda-forge/linux-64      349kB
2023-10-08T08:08:25.5011694Z   + bzip2                                 1.0.8  h7f98852_4               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5012142Z   + c-ares                               1.19.1  hd590300_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5012596Z   + ca-certificates                   2023.7.22  hbcca054_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5014056Z   + cachetools                            5.3.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5016095Z   + cartopy                              0.22.0  py310h7cbd5c2_0          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5018059Z   + certifi                           2023.7.22  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5020917Z   + cffi                                 1.16.0  py310h2fee648_0          conda-forge/linux-64      241kB
2023-10-08T08:08:25.5021518Z   + cftime                                1.6.2  py310h1f7b6fc_2          conda-forge/linux-64      247kB
2023-10-08T08:08:25.5022063Z   + chameleon                             3.9.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5022680Z   + charset-normalizer                    3.3.0  pyhd8ed1ab_0             conda-forge/noarch         46kB
2023-10-08T08:08:25.5023227Z   + click                                 8.1.7  unix_pyh707e725_0        conda-forge/noarch       Cached
2023-10-08T08:08:25.5023950Z   + colorama                              0.4.6  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5024497Z   + conda-verify                          3.1.1  py310hff52083_1006       conda-forge/linux-64     Cached
2023-10-08T08:08:25.5025264Z   + coverage                              7.3.2  py310h2372a71_0          conda-forge/linux-64      281kB
2023-10-08T08:08:25.5025966Z   + cryptography                         39.0.0  py310h65dfdc0_0          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5026576Z   + curl                                 7.87.0  h6312ad2_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5027412Z   + cycler                               0.12.1  pyhd8ed1ab_0             conda-forge/noarch         13kB
2023-10-08T08:08:25.5028079Z   + dataclasses                             0.8  pyhc8e2a94_3             conda-forge/noarch       Cached
2023-10-08T08:08:25.5028938Z   + dbus                                 1.13.6  h5008d03_3               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5029819Z   + dbus-python                           1.3.2  py310h5b20155_3          conda-forge/linux-64      262kB
2023-10-08T08:08:25.5030753Z   + defusedxml                            0.7.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5031542Z   + dnspython                             2.2.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5032917Z   + docutils                             0.18.1  py310hff52083_1          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5033914Z   + elementpath                           4.1.5  pyhd8ed1ab_0             conda-forge/noarch        154kB
2023-10-08T08:08:25.5034624Z   + email-validator                 2.0.0.post2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5036061Z   + email_validator                 2.0.0.post2  hd8ed1ab_0               conda-forge/noarch          9kB
2023-10-08T08:08:25.5036873Z   + esmf                                  8.4.0  mpi_mpich_hc592774_104   conda-forge/linux-64     Cached
2023-10-08T08:08:25.5037389Z   + eventlet                             0.33.3  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5038405Z   + exceptiongroup                        1.1.3  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5039062Z   + execnet                               2.0.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5039688Z   + expat                                 2.5.0  hcb278e6_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5040144Z   + fastkml                                0.11  py_1                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5040587Z   + flake8                                6.1.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5041051Z   + flask                                 3.0.0  pyhd8ed1ab_0             conda-forge/noarch         80kB
2023-10-08T08:08:25.5041513Z   + flask-cors                            4.0.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5041984Z   + flask-httpauth                        4.8.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5042695Z   + flask-login                           0.6.2  pyhd8ed1ab_0             conda-forge/noarch         19kB
2023-10-08T08:08:25.5043156Z   + flask-mail                            0.9.1  py_2                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5043626Z   + flask-migrate                         4.0.5  pyhd8ed1ab_0             conda-forge/noarch         18kB
2023-10-08T08:08:25.5044088Z   + flask-socketio                        5.1.0  pyhd8ed1ab_0             conda-forge/noarch         18kB
2023-10-08T08:08:25.5044637Z   + flask-sqlalchemy                      3.0.3  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5045214Z   + flask-testing                         0.8.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5045776Z   + flask-wtf                             1.1.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5046306Z   + font-ttf-dejavu-sans-mono              2.37  hab24e00_0               conda-forge/noarch       Cached
2023-10-08T08:08:25.5046915Z   + font-ttf-inconsolata                  3.000  h77eed37_0               conda-forge/noarch       Cached
2023-10-08T08:08:25.5047713Z   + font-ttf-source-code-pro              2.038  h77eed37_0               conda-forge/noarch       Cached
2023-10-08T08:08:25.5048237Z   + font-ttf-ubuntu                        0.83  hab24e00_0               conda-forge/noarch       Cached
2023-10-08T08:08:25.5048801Z   + fontconfig                           2.14.2  h14ed4e7_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5049380Z   + fonts-conda-ecosystem                     1  0                        conda-forge/noarch          4kB
2023-10-08T08:08:25.5050148Z   + fonts-conda-forge                         1  0                        conda-forge/noarch          4kB
2023-10-08T08:08:25.5050679Z   + fonttools                            4.43.1  py310h2372a71_0          conda-forge/linux-64        2MB
2023-10-08T08:08:25.5051241Z   + freetype                             2.12.1  h267a509_2               conda-forge/linux-64      635kB
2023-10-08T08:08:25.5051805Z   + fs                                   2.4.16  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5052503Z   + fs.sshfs                              1.0.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5053137Z   + fs.webdavfs                           0.4.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5053704Z   + fs_filepicker                         0.3.8  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5054283Z   + future                               0.18.3  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5054834Z   + geos                                 3.11.1  h27087fc_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5055323Z   + gettext                              0.21.1  h27087fc_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5055979Z   + gevent                         23.9.0.post1  py310h216423f_0          conda-forge/linux-64        2MB
2023-10-08T08:08:25.5056556Z   + git                                  2.39.1  pl5321ha3eba64_0         conda-forge/linux-64     Cached
2023-10-08T08:08:25.5057060Z   + gitdb                                4.0.10  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5057620Z   + gitpython                            3.1.37  pyhd8ed1ab_0             conda-forge/noarch        147kB
2023-10-08T08:08:25.5058591Z   + glib                                 2.78.0  hfc55251_0               conda-forge/linux-64      491kB
2023-10-08T08:08:25.5059303Z   + glib-tools                           2.78.0  hfc55251_0               conda-forge/linux-64      112kB
2023-10-08T08:08:25.5059781Z   + gpxpy                                 1.5.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5061008Z   + greenlet                              3.0.0  py310hc6cd4ac_1          conda-forge/linux-64      206kB
2023-10-08T08:08:25.5061607Z   + gsl                                     2.7  he838d99_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5062288Z   + gst-plugins-base                     1.20.2  hcf0ee16_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5062789Z   + gstreamer                            1.20.3  hd4edc92_2               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5063322Z   + h11                                  0.14.0  pyhd8ed1ab_0             conda-forge/noarch         48kB
2023-10-08T08:08:25.5063846Z   + hdf4                                 4.2.15  h9772cbc_5               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5064321Z   + hdf5                                 1.12.2  mpi_mpich_h08b82f9_1     conda-forge/linux-64     Cached
2023-10-08T08:08:25.5064975Z   + humanfriendly                          10.0  py310hff52083_5          conda-forge/linux-64      123kB
2023-10-08T08:08:25.5065524Z   + icu                                    69.1  h9c3ff4c_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5066058Z   + idna                                    3.4  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5066551Z   + imagesize                             1.4.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5067208Z   + importlib-metadata                    6.8.0  pyha770c72_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5067792Z   + importlib-resources                   6.1.0  pyhd8ed1ab_0             conda-forge/noarch         10kB
2023-10-08T08:08:25.5068358Z   + importlib_metadata                    6.8.0  hd8ed1ab_0               conda-forge/noarch          9kB
2023-10-08T08:08:25.5068862Z   + importlib_resources                   6.1.0  pyhd8ed1ab_0             conda-forge/noarch         30kB
2023-10-08T08:08:25.5069440Z   + iniconfig                             2.0.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5070122Z   + isodate                               0.6.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5070825Z   + itsdangerous                          2.1.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5071423Z   + jaraco.classes                        3.3.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5071980Z   + jeepney                               0.8.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5072608Z   + jinja2                                3.1.2  pyhd8ed1ab_1             conda-forge/noarch       Cached
2023-10-08T08:08:25.5073095Z   + jpeg                                     9e  h0b41bf4_3               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5073635Z   + jplephem                               2.19  pyh296e5bb_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5074204Z   + keyring                              24.2.0  py310hff52083_1          conda-forge/linux-64       63kB
2023-10-08T08:08:25.5074738Z   + keyutils                              1.6.1  h166bdaf_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5075305Z   + kiwisolver                            1.4.5  py310hd41b1e2_1          conda-forge/linux-64       73kB
2023-10-08T08:08:25.5075844Z   + krb5                                 1.20.1  hf9c8cef_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5076364Z   + lcms2                                  2.14  h6ed2654_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5076905Z   + ld_impl_linux-64                       2.40  h41732ed_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5077376Z   + lerc                                  4.0.0  h27087fc_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5077971Z   + libaec                                1.1.2  h59595ed_1               conda-forge/linux-64       35kB
2023-10-08T08:08:25.5078679Z   + libblas                               3.9.0  18_linux64_openblas      conda-forge/linux-64       15kB
2023-10-08T08:08:25.5079420Z   + libbrotlicommon                       1.1.0  hd590300_1               conda-forge/linux-64       69kB
2023-10-08T08:08:25.5079940Z   + libbrotlidec                          1.1.0  hd590300_1               conda-forge/linux-64       33kB
2023-10-08T08:08:25.5080606Z   + libbrotlienc                          1.1.0  hd590300_1               conda-forge/linux-64      283kB
2023-10-08T08:08:25.5081354Z   + libcblas                              3.9.0  18_linux64_openblas      conda-forge/linux-64       14kB
2023-10-08T08:08:25.5081944Z   + libclang                             13.0.1  default_h7634d5b_3       conda-forge/linux-64     Cached
2023-10-08T08:08:25.5082647Z   + libcurl                              7.87.0  h6312ad2_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5083186Z   + libdeflate                             1.14  h166bdaf_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5083803Z   + libedit                        3.1.20191231  he28a2e2_2               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5084304Z   + libev                                  4.33  h516909a_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5084825Z   + libevent                             2.1.10  h9b69904_4               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5085530Z   + libexpat                              2.5.0  hcb278e6_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5086335Z   + libffi                                3.4.2  h7f98852_5               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5086848Z   + libgcc-ng                            13.2.0  h807b86a_2               conda-forge/linux-64      771kB
2023-10-08T08:08:25.5087422Z   + libgcrypt                            1.10.1  h166bdaf_0               conda-forge/linux-64      720kB
2023-10-08T08:08:25.5089463Z   + libgfortran-ng                       13.2.0  h69a702a_2               conda-forge/linux-64       24kB
2023-10-08T08:08:25.5108860Z   + libgfortran5                         13.2.0  ha4646dd_2               conda-forge/linux-64        1MB
2023-10-08T08:08:25.5121133Z   + libglib                              2.78.0  hebfc3b9_0               conda-forge/linux-64        3MB
2023-10-08T08:08:25.5121777Z   + libgomp                              13.2.0  h807b86a_2               conda-forge/linux-64      421kB
2023-10-08T08:08:25.5122357Z   + libgpg-error                           1.47  h71f35ed_0               conda-forge/linux-64      261kB
2023-10-08T08:08:25.5122880Z   + libiconv                               1.17  h166bdaf_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5123690Z   + liblapack                             3.9.0  18_linux64_openblas      conda-forge/linux-64       14kB
2023-10-08T08:08:25.5124665Z   + libllvm13                            13.0.1  hf817b99_2               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5125277Z   + libnetcdf                             4.8.1  mpi_mpich_h06c54e2_4     conda-forge/linux-64     Cached
2023-10-08T08:08:25.5125844Z   + libnghttp2                           1.51.0  hdcd2b5c_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5126452Z   + libnsl                                2.0.0  hd590300_1               conda-forge/linux-64       33kB
2023-10-08T08:08:25.5127142Z   + libogg                                1.3.4  h7f98852_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5128219Z   + libopenblas                          0.3.24  pthreads_h413a1c8_0      conda-forge/linux-64     Cached
2023-10-08T08:08:25.5128924Z   + libopus                               1.3.1  h7f98852_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5129479Z   + libpng                               1.6.39  h753d276_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5130440Z   + libpq                                  14.5  h2baec63_5               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5131821Z   + libsodium                            1.0.18  h36c2ea0_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5132365Z   + libsqlite                            3.43.0  h2797004_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5133062Z   + libssh2                              1.10.0  haa6b8db_3               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5133622Z   + libstdcxx-ng                         13.2.0  h7e041cc_2               conda-forge/linux-64        4MB
2023-10-08T08:08:25.5134334Z   + libtiff                               4.4.0  h82bc61c_5               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5134894Z   + libtool                               2.4.7  h27087fc_0               conda-forge/linux-64      412kB
2023-10-08T08:08:25.5135466Z   + libudunits2                          2.2.28  h40f5838_3               conda-forge/linux-64       81kB
2023-10-08T08:08:25.5136055Z   + libuuid                              2.38.1  h0b41bf4_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5136553Z   + libuv                                1.46.0  hd590300_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5137364Z   + libvorbis                             1.3.7  h9c3ff4c_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5137914Z   + libwebp-base                          1.3.2  hd590300_0               conda-forge/linux-64      402kB
2023-10-08T08:08:25.5138904Z   + libxcb                                 1.13  h7f98852_1004            conda-forge/linux-64     Cached
2023-10-08T08:08:25.5139381Z   + libxkbcommon                          1.0.3  he3ba5ed_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5141500Z   + libxml2                              2.9.14  haae042b_4               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5142285Z   + libxmlsec1                           1.2.33  hb6668e7_0               conda-forge/linux-64      377kB
2023-10-08T08:08:25.5142921Z   + libxslt                              1.1.33  h0ef7038_3               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5143756Z   + libzip                                1.9.2  hc869a4a_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5144788Z   + libzlib                              1.2.13  hd590300_5               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5145541Z   + lxml                                  4.8.0  py310h5764c6d_3          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5146394Z   + mako                                  1.2.4  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5146953Z   + markdown                                3.5  pyhd8ed1ab_0             conda-forge/noarch         76kB
2023-10-08T08:08:25.5147518Z   + markupsafe                            2.1.3  py310h2372a71_1          conda-forge/linux-64       24kB
2023-10-08T08:08:25.5148375Z   + matplotlib                            3.5.3  py310hff52083_2          conda-forge/linux-64        7kB
2023-10-08T08:08:25.5149072Z   + matplotlib-base                       3.5.3  py310h8d5ebf3_2          conda-forge/linux-64        8MB
2023-10-08T08:08:25.5149639Z   + mccabe                                0.7.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5150196Z   + metpy                                 1.5.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5150842Z   + mock                                  5.1.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5151357Z   + more-itertools                       10.1.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5151908Z   + mpi                                     1.0  mpich                    conda-forge/linux-64        4kB
2023-10-08T08:08:25.5152648Z   + mpich                                 4.0.3  h846660c_100             conda-forge/linux-64     Cached
2023-10-08T08:08:25.5153211Z   + multidict                             6.0.4  py310h2372a71_1          conda-forge/linux-64       57kB
2023-10-08T08:08:25.5153835Z   + munkres                               1.1.4  pyh9f0ad1d_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5154401Z   + mysql-common                         8.0.32  h14678bc_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5154951Z   + mysql-libs                           8.0.32  h54cf53e_0               conda-forge/linux-64        2MB
2023-10-08T08:08:25.5155440Z   + nco                                   5.1.4  habcb6d4_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5155995Z   + ncurses                                 6.4  hcb278e6_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5156634Z   + netcdf-fortran                        4.6.0  mpi_mpich_h1e13492_2     conda-forge/linux-64     Cached
2023-10-08T08:08:25.5157223Z   + netcdf4                               1.6.2  nompi_py310h55e1e36_100  conda-forge/linux-64     Cached
2023-10-08T08:08:25.5157715Z   + nspr                                   4.35  h27087fc_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5158447Z   + nss                                    3.94  h1d7d5a4_0               conda-forge/linux-64        2MB
2023-10-08T08:08:25.5159049Z   + numpy                                1.26.0  py310hb13e2d6_0          conda-forge/linux-64        7MB
2023-10-08T08:08:25.5159592Z   + openjpeg                              2.5.0  h7d73246_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5160073Z   + openssl                              1.1.1w  hd590300_0               conda-forge/linux-64        2MB
2023-10-08T08:08:25.5160605Z   + owslib                               0.29.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5161164Z   + packaging                              23.2  pyhd8ed1ab_0             conda-forge/noarch         49kB
2023-10-08T08:08:25.5161793Z   + pandas                                2.1.1  py310hcc13569_1          conda-forge/linux-64       12MB
2023-10-08T08:08:25.5162435Z   + parallelio                           2.5.10  mpi_mpich_h862c5c2_100   conda-forge/linux-64     Cached
2023-10-08T08:08:25.5163031Z   + paramiko                              3.3.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5163574Z   + passlib                               1.7.4  pyh9f0ad1d_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5164149Z   + pcre2                                 10.40  hc3806b6_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5164733Z   + pep8                                  1.7.1  py_0                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5165274Z   + perl                                 5.32.1  4_hd590300_perl5         conda-forge/linux-64     Cached
2023-10-08T08:08:25.5165820Z   + pillow                                9.2.0  py310h454ad03_3          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5166300Z   + pint                                   0.22  pyhd8ed1ab_1             conda-forge/noarch       Cached
2023-10-08T08:08:25.5166947Z   + pip                                  23.2.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5167492Z   + platformdirs                         3.11.0  pyhd8ed1ab_0             conda-forge/noarch         20kB
2023-10-08T08:08:25.5168227Z   + pluggy                                1.3.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5168724Z   + pooch                                 1.7.0  pyhd8ed1ab_4             conda-forge/noarch         51kB
2023-10-08T08:08:25.5169346Z   + proj                                  9.1.1  h93bde94_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5170141Z   + property-cached                       1.6.4  py_0                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5170885Z   + psycopg2                              2.9.3  py310h5764c6d_1          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5171383Z   + pthread-stubs                           0.4  h36c2ea0_1001            conda-forge/linux-64        6kB
2023-10-08T08:08:25.5171918Z   + py                                   1.11.0  pyh6c4a22f_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5172563Z   + pycodestyle                          2.11.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5173420Z   + pycountry                            22.3.5  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5174008Z   + pycparser                              2.21  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5174656Z   + pyflakes                              3.1.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5175458Z   + pygeoif                                 0.7  py_1                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5176176Z   + pygments                             2.16.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5177098Z   + pyjwt                                 2.8.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5178291Z   + pymysql                               1.1.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5178913Z   + pynacl                                1.5.0  py310h2372a71_3          conda-forge/linux-64        1MB
2023-10-08T08:08:25.5180202Z   + pynco                                 1.1.0  pyhd8ed1ab_1             conda-forge/noarch       Cached
2023-10-08T08:08:25.5180886Z   + pyopenssl                            23.2.0  pyhd8ed1ab_1             conda-forge/noarch       Cached
2023-10-08T08:08:25.5181841Z   + pyparsing                             3.1.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5182737Z   + pyproj                                3.4.1  py310h15e2413_1          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5183429Z   + pyqt                                 5.12.3  py310hff52083_8          conda-forge/linux-64       22kB
2023-10-08T08:08:25.5184115Z   + pyqt-impl                            5.12.3  py310h1f8e252_8          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5184658Z   + pyqt5-sip                           4.19.18  py310h122e73d_8          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5185148Z   + pyqtchart                              5.12  py310hfcd6d55_8          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5185704Z   + pyqtwebengine                        5.12.1  py310hfcd6d55_8          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5186341Z   + pysaml2                               7.4.2  pyhd8ed1ab_0             conda-forge/noarch        268kB
2023-10-08T08:08:25.5187261Z   + pyshp                                 2.3.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5187777Z   + pysocks                               1.7.1  pyha2e5f31_6             conda-forge/noarch       Cached
2023-10-08T08:08:25.5188553Z   + pytest                                7.4.2  pyhd8ed1ab_0             conda-forge/noarch        245kB
2023-10-08T08:08:25.5189288Z   + pytest-cache                            1.0  py_2                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5189987Z   + pytest-cov                            4.1.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5190531Z   + pytest-flake8                         1.1.1  pyhd8ed1ab_1             conda-forge/noarch       Cached
2023-10-08T08:08:25.5191125Z   + pytest-pep8                           1.0.6  py_2                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5191891Z   + pytest-reverse                        1.7.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5192767Z   + pytest-timeout                        2.1.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5193308Z   + pytest-xdist                          3.3.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5194046Z   + python                               3.10.8  h257c98d_0_cpython       conda-forge/linux-64     Cached
2023-10-08T08:08:25.5194628Z   + python-dateutil                       2.8.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5195144Z   + python-engineio                       4.7.1  pyhd8ed1ab_0             conda-forge/noarch         38kB
2023-10-08T08:08:25.5195996Z   + python-socketio                       5.9.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5196595Z   + python-tzdata                        2023.3  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5197539Z   + python_abi                             3.10  4_cp310                  conda-forge/linux-64        6kB
2023-10-08T08:08:25.5198257Z   + pytz                           2023.3.post1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5198900Z   + pyvirtualdisplay                        3.0  py310hff52083_3          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5199791Z   + pyyaml                                6.0.1  py310h2372a71_1          conda-forge/linux-64      171kB
2023-10-08T08:08:25.5200782Z   + qt                                   5.12.9  h1304e3e_6               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5201333Z   + readline                                8.2  h8228510_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5201958Z   + requests                             2.31.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5202692Z   + scipy                                1.11.3  py310hb13e2d6_1          conda-forge/linux-64       15MB
2023-10-08T08:08:25.5203300Z   + secretstorage                         3.3.3  py310hff52083_2          conda-forge/linux-64       27kB
2023-10-08T08:08:25.5204296Z   + setuptools                           68.2.2  pyhd8ed1ab_0             conda-forge/noarch        464kB
2023-10-08T08:08:25.5205167Z   + sgp4                                   2.22  py310hfb6f7a9_0          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5205754Z   + shapely                               1.8.5  py310h5b266fc_2          conda-forge/linux-64     Cached
2023-10-08T08:08:25.5206391Z   + simple-websocket                      1.0.0  pyhd8ed1ab_1             conda-forge/noarch         15kB
2023-10-08T08:08:25.5206977Z   + six                                  1.16.0  pyh6c4a22f_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5207523Z   + skyfield                               1.45  pyh1a96a4e_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5208253Z   + skyfield-data                         5.0.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5208785Z   + smmap                                 3.0.5  pyh44b312d_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5209471Z   + snowballstemmer                       2.2.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5210059Z   + sphinx                                7.2.6  pyhd8ed1ab_0             conda-forge/noarch          1MB
2023-10-08T08:08:25.5210642Z   + sphinx_rtd_theme                      1.3.0  pyha770c72_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5211191Z   + sphinxcontrib-applehelp               1.0.7  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5211899Z   + sphinxcontrib-devhelp                 1.0.5  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5212522Z   + sphinxcontrib-htmlhelp                2.0.4  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5213257Z   + sphinxcontrib-jquery                    4.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5213944Z   + sphinxcontrib-jsmath                  1.0.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5214564Z   + sphinxcontrib-qthelp                  1.0.6  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5215645Z   + sphinxcontrib-serializinghtml         1.1.9  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5217916Z   + sqlalchemy                           2.0.21  py310h2372a71_1          conda-forge/linux-64        3MB
2023-10-08T08:08:25.5218579Z   + sqlite                               3.43.0  h2c6b66d_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5219239Z   + tempest-remap                         2.1.6  hf6b5aa3_1               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5220243Z   + tk                                   8.6.13  h2797004_0               conda-forge/linux-64        3MB
2023-10-08T08:08:25.5220955Z   + toml                                 0.10.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5221584Z   + tomli                                 2.0.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5222229Z   + tornado                               6.3.3  py310h2372a71_1          conda-forge/linux-64      642kB
2023-10-08T08:08:25.5223041Z   + traitlets                            5.11.2  pyhd8ed1ab_0             conda-forge/noarch        109kB
2023-10-08T08:08:25.5224060Z   + typing-extensions                     4.8.0  hd8ed1ab_0               conda-forge/noarch         10kB
2023-10-08T08:08:25.5224841Z   + typing_extensions                     4.8.0  pyha770c72_0             conda-forge/noarch         35kB
2023-10-08T08:08:25.5225432Z   + tzdata                                2023c  h71feb2d_0               conda-forge/noarch       Cached
2023-10-08T08:08:25.5226153Z   + udunits2                             2.2.28  h40f5838_3               conda-forge/linux-64      113kB
2023-10-08T08:08:25.5226953Z   + unicodecsv                           0.14.1  py_1                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5227852Z   + unicodedata2                         15.1.0  py310h2372a71_0          conda-forge/linux-64      374kB
2023-10-08T08:08:25.5228491Z   + urllib3                               2.0.6  pyhd8ed1ab_0             conda-forge/noarch         98kB
2023-10-08T08:08:25.5229025Z   + validate_email                          1.3  py_3                     conda-forge/noarch       Cached
2023-10-08T08:08:25.5229607Z   + webdavclient3                        3.14.5  pyhd8ed1ab_1             conda-forge/noarch       Cached
2023-10-08T08:08:25.5230286Z   + websocket-client                      1.6.3  pyhd8ed1ab_0             conda-forge/noarch         46kB
2023-10-08T08:08:25.5230891Z   + werkzeug                              3.0.0  pyhd8ed1ab_0             conda-forge/noarch        241kB
2023-10-08T08:08:25.5231431Z   + wheel                                0.41.2  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5232003Z   + wsproto                               1.2.0  pyhd8ed1ab_0             conda-forge/noarch         25kB
2023-10-08T08:08:25.5232582Z   + wtforms                               3.0.1  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5233245Z   + xarray                             2023.9.0  pyhd8ed1ab_0             conda-forge/noarch        702kB
2023-10-08T08:08:25.5233774Z   + xmlschema                             2.5.0  pyhd8ed1ab_0             conda-forge/noarch        362kB
2023-10-08T08:08:25.5234360Z   + xorg-libxau                          1.0.11  hd590300_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5234934Z   + xorg-libxdmcp                         1.1.3  h7f98852_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5235455Z   + xstatic                               1.0.2  pyh9f0ad1d_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5236336Z   + xstatic-bootstrap                   4.5.3.1  pyhd3deb0d_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5236952Z   + xstatic-jquery                      3.5.1.1  py310hff52083_4          conda-forge/linux-64      173kB
2023-10-08T08:08:25.5237534Z   + xz                                    5.2.6  h166bdaf_0               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5238031Z   + yaml                                  0.2.5  h7f98852_2               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5238680Z   + zipp                                 3.17.0  pyhd8ed1ab_0             conda-forge/noarch         19kB
2023-10-08T08:08:25.5239265Z   + zlib                                 1.2.13  hd590300_5               conda-forge/linux-64     Cached
2023-10-08T08:08:25.5239829Z   + zope.event                              5.0  pyhd8ed1ab_0             conda-forge/noarch       Cached
2023-10-08T08:08:25.5240525Z   + zope.interface                          6.1  py310h2372a71_0          conda-forge/linux-64      311kB
2023-10-08T08:08:25.5241077Z   + zstd                                  1.5.5  hfc55251_0               conda-forge/linux-64     Cached


### Environment info

```shell
2023-10-08T08:09:02.0238084Z   environment variables:
2023-10-08T08:09:02.0238361Z                  CIO_TEST=<not set>
2023-10-08T08:09:02.0238786Z                 CONDA_DIR=/opt/conda
2023-10-08T08:09:02.0239075Z                 CONDA_EXE=/opt/conda/bin/conda
2023-10-08T08:09:02.0239396Z          CONDA_PYTHON_EXE=/opt/conda/bin/python
2023-10-08T08:09:02.0239677Z                CONDA_ROOT=/opt/conda
2023-10-08T08:09:02.0239933Z               CONDA_SHLVL=0
2023-10-08T08:09:02.0240189Z            CURL_CA_BUNDLE=<not set>
2023-10-08T08:09:02.0240967Z         GITHUB_EVENT_PATH=/github/workflow/event.json
2023-10-08T08:09:02.0241520Z               GITHUB_PATH=/__w/_temp/_runner_file_commands/add_path_0d67347d-82de-42e3-bd28-
2023-10-08T08:09:02.0241856Z                           34c88dc024c1
2023-10-08T08:09:02.0242102Z                LD_PRELOAD=<not set>
2023-10-08T08:09:02.0242465Z                      PATH=/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr
2023-10-08T08:09:02.0242823Z                           /sbin:/usr/bin:/sbin:/bin
2023-10-08T08:09:02.0243122Z                PYTHONPATH=/srv/mss:/root/mss
2023-10-08T08:09:02.0243390Z        REQUESTS_CA_BUNDLE=<not set>
2023-10-08T08:09:02.0243667Z             SSL_CERT_FILE=<not set>
2023-10-08T08:09:02.0243845Z 
2023-10-08T08:09:02.0243961Z      active environment : None
2023-10-08T08:09:02.0244212Z             shell level : 0
2023-10-08T08:09:02.0244496Z        user config file : /github/home/.condarc
2023-10-08T08:09:02.0244818Z  populated config files : /opt/conda/.condarc
2023-10-08T08:09:02.0245112Z           conda version : 23.3.1
2023-10-08T08:09:02.0245475Z     conda-build version : not installed
2023-10-08T08:09:02.0245776Z          python version : 3.10.12.final.0
2023-10-08T08:09:02.0246066Z        virtual packages : __archspec=1=x86_64
2023-10-08T08:09:02.0246347Z                           __glibc=2.31=0
2023-10-08T08:09:02.0246609Z                           __linux=6.2.0=0
2023-10-08T08:09:02.0246848Z                           __unix=0=0
2023-10-08T08:09:02.0247142Z        base environment : /opt/conda  (writable)
2023-10-08T08:09:02.0247464Z       conda av data dir : /opt/conda/etc/conda
2023-10-08T08:09:02.0247749Z   conda av metadata url : None
2023-10-08T08:09:02.0248470Z            channel URLs : https://conda.anaconda.org/conda-forge/linux-64
2023-10-08T08:09:02.0248975Z                           https://conda.anaconda.org/conda-forge/noarch
2023-10-08T08:09:02.0249323Z           package cache : /opt/conda/pkgs
2023-10-08T08:09:02.0249618Z                           /github/home/.conda/pkgs
2023-10-08T08:09:02.0249919Z        envs directories : /opt/conda/envs
2023-10-08T08:09:02.0250216Z                           /github/home/.conda/envs
2023-10-08T08:09:02.0250538Z                platform : linux-64
2023-10-08T08:09:02.0251058Z              user-agent : conda/23.3.1 requests/2.31.0 CPython/3.10.12 Linux/6.2.0-1012-azure ubuntu/20.04.6 glibc/2.31
2023-10-08T08:09:02.0251407Z                 UID:GID : 0:0
2023-10-08T08:09:02.0251647Z              netrc file : None
2023-10-08T08:09:02.0251911Z            offline mode : False

libmambapy does not include .pyi typings

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

The mamba project seems to provide .pyi bindings for the libmambapy extension, but the conda package does not include them.

libmambapy-1.5.6-py38h32fc51e_0
โ”œโ”€โ”€ info
โ”‚ย ...
โ””โ”€โ”€ lib
    โ””โ”€โ”€ python3.8
        โ””โ”€โ”€ site-packages
            โ”œโ”€โ”€ libmambapy
            โ”‚ย ย  โ”œโ”€โ”€ __init__.py
            โ”‚ย ย  โ”œโ”€โ”€ __pycache__
            โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ __init__.cpython-38.pyc
            โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ _version.cpython-38.pyc
            โ”‚ย ย  โ”œโ”€โ”€ _version.py
            โ”‚ย ย  โ””โ”€โ”€ bindings.cpython-38-darwin.so
            โ””โ”€โ”€ libmambapy-1.5.6.dist-info
                โ”œโ”€โ”€ INSTALLER
                โ”œโ”€โ”€ LICENSE
                โ”œโ”€โ”€ METADATA
                โ”œโ”€โ”€ RECORD
                โ”œโ”€โ”€ REQUESTED
                โ”œโ”€โ”€ WHEEL
                โ”œโ”€โ”€ direct_url.json
                โ””โ”€โ”€ top_level.txt

Installed packages

N/A

Environment info

N/A

Latest mamba (1.5.6) not compatible with conda 24.*

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

conda 24.1.1 was recently released on conda-forge but the latest version of mamba (1.5.6) pins the conda version to the range >=23.11,<23.12 so it is not possible to install the latest conda without uninstalling mamba.

Installed packages

n/a

Environment info

n/a

libiconv.so.2 missing

Ubuntu 20.04 (regolith) can't run mamba. Ends up with

Traceback (most recent call last):
  File "/home/msarahan/miniconda3/bin/mamba", line 7, in <module>
    from mamba.mamba import main
  File "/home/msarahan/miniconda3/lib/python3.7/site-packages/mamba/mamba.py", line 43, in <module>
    import mamba.mamba_api as api
ImportError: libiconv.so.2: cannot open shared object file: No such file or directory

This probably indicates that libiconv was linked as a dependency at some point in the stack, but I don't see it in any of the recipes for mamba, libsolv, or pybind11. libiconv on linux is supposed to come from the compiler toolchain, not the libiconv package.

No condabin/mamba in unix packages for mamba-0.18.0

Issue:

The packages for mamba-0.18.0 on linux and osx don't include condabin/mamba, which is causing hashing issues with $PATH when upgrading. This is because conda is no longer a host requirement, so the following check never returns true:

if [ -d "$PREFIX/condabin" ]; then


Environment (conda list):
$ conda list


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

rolllback using `mamba install --revisions` does nothing

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

When I tried to rollback using mamba install --revisions, it does nothing with a message "All requested packages already installed."

Using conda install --revisions works, however.


Specifics: mamba install --revisions 2 did nothing. The abbreviated revision history:

...
2024-04-15 07:15:48  (rev 1)
    ...
    +zeromq-4.3.5 (conda-forge/win-64)
    +zipp-3.17.0 (conda-forge/noarch)
    +zstd-1.5.5 (conda-forge/win-64)

2024-04-15 07:16:18  (rev 2)
    -lightkurve-2.4.2 (conda-forge/noarch)

2024-04-15 07:20:25  (rev 3)
     keyring  {25.1.0 (conda-forge/noarch) -> 24.3.1 (conda-forge/win-64)}
    +cachecontrol-0.14.0 (conda-forge/noarch)
    +cachecontrol-with-filecache-0.14.0 (conda-forge/noarch)
    +cleo-2.1.0 (conda-forge/noarch)
    +crashtest-0.4.1 (conda-forge/noarch)
    +distlib-0.3.8 (conda-forge/noarch)
    +dulwich-0.21.7 (conda-forge/win-64)
    +filelock-3.13.4 (conda-forge/noarch)
    +msgpack-python-1.0.7 (conda-forge/win-64)
    +pexpect-4.9.0 (conda-forge/noarch)
    +pkginfo-1.10.0 (conda-forge/noarch)
    +poetry-1.8.2 (conda-forge/noarch)
    +poetry-core-1.9.0 (conda-forge/noarch)
    +poetry-plugin-export-1.7.1 (conda-forge/noarch)
    +ptyprocess-0.7.0 (conda-forge/noarch)
    +pyproject_hooks-1.0.0 (conda-forge/noarch)
    +python-build-1.2.1 (conda-forge/noarch)
    +python-installer-0.7.0 (conda-forge/noarch)
    +rapidfuzz-3.8.1 (conda-forge/win-64)
    +requests-toolbelt-1.0.0 (conda-forge/noarch)
    +shellingham-1.5.4 (conda-forge/noarch)
    +tomlkit-0.12.4 (conda-forge/noarch)
    +trove-classifiers-2024.4.10 (conda-forge/noarch)
    +virtualenv-20.25.1 (conda-forge/noarch)

2024-04-15 07:22:00  (rev 4)
    +docutils-0.21.1 (conda-forge/noarch)

I also tried mamba install --revisions 1, which did not work either (revision 2 contains a force uninstall of a single package. So I tried revision 1 in case it it specific to force uninstall).


Versions:
mamba 1.5.7
conda 24.1.2
Windows 11

Installed packages

# Name                    Version                   Build  Channel
anyio                     4.3.0              pyhd8ed1ab_0    conda-forge
appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
argon2-cffi               23.1.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0          py310h8d17308_4    conda-forge
arrow                     1.3.0              pyhd8ed1ab_0    conda-forge
astropy                   6.0.1           py310h3e78b6c_0    conda-forge
astropy-iers-data         0.2024.4.15.2.45.49    pyhd8ed1ab_0    conda-forge
astroquery                0.4.7              pyhd8ed1ab_0    conda-forge
asttokens                 2.4.1              pyhd8ed1ab_0    conda-forge
async-lru                 2.0.4              pyhd8ed1ab_0    conda-forge
attrs                     23.2.0             pyh71513ae_0    conda-forge
autograd                  1.6.2              pyhd8ed1ab_0    conda-forge
babel                     2.14.0             pyhd8ed1ab_0    conda-forge
beautifulsoup4            4.12.3             pyha770c72_0    conda-forge
black                     24.4.0          py310h5588dad_0    conda-forge
bleach                    6.1.0              pyhd8ed1ab_0    conda-forge
bokeh                     3.4.1              pyhd8ed1ab_0    conda-forge
brotli                    1.1.0                hcfcfb64_1    conda-forge
brotli-bin                1.1.0                hcfcfb64_1    conda-forge
brotli-python             1.1.0           py310h00ffb61_1    conda-forge
bzip2                     1.0.8                hcfcfb64_5    conda-forge
ca-certificates           2024.2.2             h56e8100_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
certifi                   2024.2.2           pyhd8ed1ab_0    conda-forge
cffi                      1.16.0          py310h8d17308_0    conda-forge
charset-normalizer        3.3.2              pyhd8ed1ab_0    conda-forge
click                     8.1.7           win_pyh7428d3b_0    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
comm                      0.2.2              pyhd8ed1ab_0    conda-forge
contourpy                 1.2.1           py310h232114e_0    conda-forge
cycler                    0.12.1             pyhd8ed1ab_0    conda-forge
debugpy                   1.8.1           py310h00ffb61_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
exceptiongroup            1.2.0              pyhd8ed1ab_2    conda-forge
executing                 2.0.1              pyhd8ed1ab_0    conda-forge
fbpca                     1.0                        py_0    conda-forge
fonttools                 4.51.0          py310h8d17308_0    conda-forge
fqdn                      1.5.1              pyhd8ed1ab_0    conda-forge
freetype                  2.12.1               hdaf720e_2    conda-forge
future                    1.0.0              pyhd8ed1ab_0    conda-forge
h11                       0.14.0             pyhd8ed1ab_0    conda-forge
h2                        4.1.0              pyhd8ed1ab_0    conda-forge
hpack                     4.0.0              pyh9f0ad1d_0    conda-forge
html5lib                  1.1                pyh9f0ad1d_0    conda-forge
httpcore                  1.0.5              pyhd8ed1ab_0    conda-forge
httpx                     0.27.0             pyhd8ed1ab_0    conda-forge
hyperframe                6.0.1              pyhd8ed1ab_0    conda-forge
idna                      3.6                pyhd8ed1ab_0    conda-forge
importlib-metadata        7.1.0              pyha770c72_0    conda-forge
importlib_metadata        7.1.0                hd8ed1ab_0    conda-forge
importlib_resources       6.4.0              pyhd8ed1ab_0    conda-forge
intel-openmp              2024.1.0           h57928b3_965    conda-forge
ipykernel                 6.29.3             pyha63f2e9_0    conda-forge
ipython                   8.22.2             pyh7428d3b_0    conda-forge
isoduration               20.11.0            pyhd8ed1ab_0    conda-forge
jaraco.classes            3.4.0              pyhd8ed1ab_0    conda-forge
jaraco.context            4.3.0              pyhd8ed1ab_0    conda-forge
jaraco.functools          4.0.0              pyhd8ed1ab_0    conda-forge
jedi                      0.19.1             pyhd8ed1ab_0    conda-forge
jinja2                    3.1.3              pyhd8ed1ab_0    conda-forge
joblib                    1.4.0              pyhd8ed1ab_0    conda-forge
json5                     0.9.25             pyhd8ed1ab_0    conda-forge
jsonpointer               2.4             py310h5588dad_3    conda-forge
jsonschema                4.21.1             pyhd8ed1ab_0    conda-forge
jsonschema-specifications 2023.12.1          pyhd8ed1ab_0    conda-forge
jsonschema-with-format-nongpl 4.21.1             pyhd8ed1ab_0    conda-forge
jupyter-lsp               2.2.5              pyhd8ed1ab_0    conda-forge
jupyter_client            8.6.1              pyhd8ed1ab_0    conda-forge
jupyter_core              5.7.2           py310h5588dad_0    conda-forge
jupyter_events            0.10.0             pyhd8ed1ab_0    conda-forge
jupyter_server            2.14.0             pyhd8ed1ab_0    conda-forge
jupyter_server_terminals  0.5.3              pyhd8ed1ab_0    conda-forge
jupyterlab                4.1.6              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.3.0              pyhd8ed1ab_1    conda-forge
jupyterlab_server         2.26.0             pyhd8ed1ab_0    conda-forge
keyring                   25.1.0             pyh7428d3b_0    conda-forge
kiwisolver                1.4.5           py310h232114e_1    conda-forge
lcms2                     2.16                 h67d730c_0    conda-forge
lerc                      4.0.0                h63175ca_0    conda-forge
libblas                   3.9.0              22_win64_mkl    conda-forge
libbrotlicommon           1.1.0                hcfcfb64_1    conda-forge
libbrotlidec              1.1.0                hcfcfb64_1    conda-forge
libbrotlienc              1.1.0                hcfcfb64_1    conda-forge
libcblas                  3.9.0              22_win64_mkl    conda-forge
libdeflate                1.20                 hcfcfb64_0    conda-forge
libffi                    3.4.2                h8ffe710_5    conda-forge
libhwloc                  2.10.0          default_h2fffb23_1000    conda-forge
libiconv                  1.17                 hcfcfb64_2    conda-forge
libjpeg-turbo             3.0.0                hcfcfb64_1    conda-forge
liblapack                 3.9.0              22_win64_mkl    conda-forge
libpng                    1.6.43               h19919ed_0    conda-forge
libsodium                 1.0.18               h8d14728_1    conda-forge
libsqlite                 3.45.2               hcfcfb64_0    conda-forge
libtiff                   4.6.0                hddb2be6_3    conda-forge
libwebp-base              1.3.2                hcfcfb64_1    conda-forge
libxcb                    1.15                 hcd874cb_0    conda-forge
libxml2                   2.12.6               hc3477c8_1    conda-forge
libzlib                   1.2.13               hcfcfb64_5    conda-forge
m2w64-gcc-libgfortran     5.3.0                         6    conda-forge
m2w64-gcc-libs            5.3.0                         7    conda-forge
m2w64-gcc-libs-core       5.3.0                         7    conda-forge
m2w64-gmp                 6.1.0                         2    conda-forge
m2w64-libwinpthread-git   5.0.0.4634.697f757               2    conda-forge
markupsafe                2.1.5           py310h8d17308_0    conda-forge
matplotlib-base           3.8.4           py310hc9baf74_0    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
memoization               0.4.0              pyhd8ed1ab_1    conda-forge
mistune                   3.0.2              pyhd8ed1ab_0    conda-forge
mkl                       2024.1.0           h66d3029_692    conda-forge
more-itertools            10.2.0             pyhd8ed1ab_0    conda-forge
msys2-conda-epoch         20160418                      1    conda-forge
munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
mypy_extensions           1.0.0              pyha770c72_0    conda-forge
nbclient                  0.10.0             pyhd8ed1ab_0    conda-forge
nbconvert-core            7.16.3             pyhd8ed1ab_1    conda-forge
nbformat                  5.10.4             pyhd8ed1ab_0    conda-forge
nest-asyncio              1.6.0              pyhd8ed1ab_0    conda-forge
notebook                  7.1.2              pyhd8ed1ab_0    conda-forge
notebook-shim             0.2.4              pyhd8ed1ab_0    conda-forge
numpy                     1.26.4          py310hf667824_0    conda-forge
oktopus                   0.1.2                      py_0    conda-forge
openjpeg                  2.5.2                h3d672ee_0    conda-forge
openssl                   3.2.1                hcfcfb64_1    conda-forge
overrides                 7.7.0              pyhd8ed1ab_0    conda-forge
packaging                 24.0               pyhd8ed1ab_0    conda-forge
pandas                    2.2.2           py310hecd3228_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
parso                     0.8.4              pyhd8ed1ab_0    conda-forge
pathspec                  0.12.1             pyhd8ed1ab_0    conda-forge
patsy                     0.5.6              pyhd8ed1ab_0    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pillow                    10.3.0          py310hf5d6e66_0    conda-forge
pip                       24.0               pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_1    conda-forge
platformdirs              4.2.0              pyhd8ed1ab_0    conda-forge
prometheus_client         0.20.0             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.42             pyha770c72_0    conda-forge
prompt_toolkit            3.0.42               hd8ed1ab_0    conda-forge
psutil                    5.9.8           py310h8d17308_0    conda-forge
pthread-stubs             0.4               hcd874cb_1001    conda-forge
pthreads-win32            2.9.1                hfa6e2cd_3    conda-forge
ptpython                  3.0.25          py310h5588dad_1    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
pycparser                 2.22               pyhd8ed1ab_0    conda-forge
pyerfa                    2.0.1.4         py310h3e78b6c_0    conda-forge
pygments                  2.17.2             pyhd8ed1ab_0    conda-forge
pyparsing                 3.1.2              pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1              pyh0701188_6    conda-forge
python                    3.10.14         h4de0772_0_cpython    conda-forge
python-dateutil           2.9.0              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.19.1             pyhd8ed1ab_0    conda-forge
python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
python-tzdata             2024.1             pyhd8ed1ab_0    conda-forge
python_abi                3.10                    4_cp310    conda-forge
pytz                      2024.1             pyhd8ed1ab_0    conda-forge
pyvo                      1.5.1              pyhd8ed1ab_0    conda-forge
pywin32                   306             py310h00ffb61_2    conda-forge
pywin32-ctypes            0.2.2           py310h5588dad_1    conda-forge
pywinpty                  2.0.13          py310h00ffb61_0    conda-forge
pyyaml                    6.0.1           py310h8d17308_1    conda-forge
pyzmq                     25.1.2          py310h2849c00_0    conda-forge
referencing               0.34.0             pyhd8ed1ab_0    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
rpds-py                   0.18.0          py310h87d50f1_0    conda-forge
scikit-learn              1.4.2           py310hfd2573f_0    conda-forge
scipy                     1.13.0          py310hf667824_0    conda-forge
send2trash                1.8.3              pyh5737063_0    conda-forge
setuptools                69.5.1             pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
sniffio                   1.3.1              pyhd8ed1ab_0    conda-forge
soupsieve                 2.5                pyhd8ed1ab_1    conda-forge
stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
tbb                       2021.12.0            h91493d7_0    conda-forge
terminado                 0.18.1             pyh5737063_0    conda-forge
threadpoolctl             3.4.0              pyhc1e730c_0    conda-forge
tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.13               h5226925_1    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tornado                   6.4             py310h8d17308_0    conda-forge
tqdm                      4.66.2             pyhd8ed1ab_0    conda-forge
traitlets                 5.14.2             pyhd8ed1ab_0    conda-forge
types-python-dateutil     2.9.0.20240316     pyhd8ed1ab_0    conda-forge
typing-extensions         4.11.0               hd8ed1ab_0    conda-forge
typing_extensions         4.11.0             pyha770c72_0    conda-forge
typing_utils              0.1.0              pyhd8ed1ab_0    conda-forge
tzdata                    2024a                h0c530f3_0    conda-forge
ucrt                      10.0.22621.0         h57928b3_0    conda-forge
uncertainties             3.1.7              pyhd8ed1ab_0    conda-forge
unicodedata2              15.1.0          py310h8d17308_0    conda-forge
uri-template              1.3.0              pyhd8ed1ab_0    conda-forge
urllib3                   2.2.1              pyhd8ed1ab_0    conda-forge
vc                        14.3                hcf57466_18    conda-forge
vc14_runtime              14.38.33130         h82b7239_18    conda-forge
vs2015_runtime            14.38.33130         hcb4865c_18    conda-forge
wcwidth                   0.2.13             pyhd8ed1ab_0    conda-forge
webcolors                 1.13               pyhd8ed1ab_0    conda-forge
webencodings              0.5.1              pyhd8ed1ab_2    conda-forge
websocket-client          1.7.0              pyhd8ed1ab_0    conda-forge
wheel                     0.43.0             pyhd8ed1ab_1    conda-forge
win_inet_pton             1.1.0              pyhd8ed1ab_6    conda-forge
winpty                    0.4.3                         4    conda-forge
xorg-libxau               1.0.11               hcd874cb_0    conda-forge
xorg-libxdmcp             1.1.3                hcd874cb_0    conda-forge
xyzservices               2024.4.0           pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h8d14728_0    conda-forge
yaml                      0.2.5                h8ffe710_2    conda-forge
zeromq                    4.3.5                h63175ca_1    conda-forge
zipp                      3.17.0             pyhd8ed1ab_0    conda-forge
zstd                      1.5.5                h12be248_0    conda-forge

Environment info

mamba version : 1.5.7
     active environment : lk_dev
    active env location : C:\pkg\_winNonPortables\miniforge3\envs\lk_dev
            shell level : 1
       user config file : C:\Users\SL\.condarc
 populated config files : C:\pkg\_winNonPortables\miniforge3\.condarc
                          C:\Users\SL\.condarc
          conda version : 24.1.2
    conda-build version : not installed
         python version : 3.10.14.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=x86_64
                          __conda=24.1.2=0
                          __cuda=11.6=0
                          __win=0=0
       base environment : C:\pkg\_winNonPortables\miniforge3  (writable)
      conda av data dir : C:\pkg\_winNonPortables\miniforge3\etc\conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://conda.anaconda.org/pytorch/win-64
                          https://conda.anaconda.org/pytorch/noarch
                          https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
          package cache : C:\pkg\_winNonPortables\miniforge3\pkgs
                          C:\Users\SL\.conda\pkgs
                          C:\Users\SL\AppData\Local\conda\conda\pkgs
       envs directories : C:\pkg\_winNonPortables\miniforge3\envs
                          C:\Users\SL\.conda\envs
                          C:\Users\SL\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/24.1.2 requests/2.31.0 CPython/3.10.14 Windows/10 Windows/10.0.22631 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.7
          administrator : False
             netrc file : None
           offline mode : False

pip check fails after installing mamba

Issue:

I noticed that pybind11 is a pip install requirement but not a conda runtime requirement. This causes pip check to fail. (See #108).

Is pybind11 really a runtime requirement? It seems to work for me from conda without. Could we make things consistent so that pip check stays happy?


Environment (conda list):
$ conda list
# packages in environment at /opt/conda:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       1_gnu    conda-forge
brotlipy                  0.7.0           py38h8df0ef7_1001    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
c-ares                    1.17.1               h7f98852_1    conda-forge
ca-certificates           2020.12.5            ha878542_0    conda-forge
certifi                   2020.12.5        py38h578d9bd_1    conda-forge
cffi                      1.14.4           py38ha65f79e_1    conda-forge
chardet                   4.0.0            py38h578d9bd_0    conda-forge
conda                     4.10.0           py38h578d9bd_1    conda-forge
conda-package-handling    1.7.2            py38h8df0ef7_0    conda-forge
cryptography              3.3.1            py38h2b97feb_0    conda-forge
icu                       68.1                 h58526e2_0    conda-forge
idna                      2.10               pyh9f0ad1d_0    conda-forge
krb5                      1.17.2               h926e7f8_0    conda-forge
ld_impl_linux-64          2.35.1               hea4e1c9_1    conda-forge
libarchive                3.5.1                h3f442fb_1    conda-forge
libcurl                   7.76.0               hc4aaa36_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libffi                    3.3                  h58526e2_2    conda-forge
libgcc-ng                 9.3.0               h5dbcf3e_17    conda-forge
libgomp                   9.3.0               h5dbcf3e_17    conda-forge
libiconv                  1.16                 h516909a_0    conda-forge
libnghttp2                1.43.0               h812cca2_0    conda-forge
libsolv                   0.7.18               h780b84a_0    conda-forge
libssh2                   1.9.0                ha56f1ee_6    conda-forge
libstdcxx-ng              9.3.0               h2ae2ef3_17    conda-forge
libxml2                   2.9.10               h72842e0_3    conda-forge
lz4-c                     1.9.3                h9c3ff4c_0    conda-forge
lzo                       2.10              h516909a_1000    conda-forge
mamba                     0.9.2            py38h2aa5da1_0    conda-forge
ncurses                   6.2                  h58526e2_4    conda-forge
openssl                   1.1.1k               h7f98852_0    conda-forge
pip                       20.3.3             pyhd8ed1ab_0    conda-forge
pycosat                   0.6.3           py38h8df0ef7_1005    conda-forge
pycparser                 2.20               pyh9f0ad1d_2    conda-forge
pyopenssl                 20.0.1             pyhd8ed1ab_0    conda-forge
pysocks                   1.7.1            py38h924ce5b_2    conda-forge
python                    3.8.6           hffdb5ce_4_cpython    conda-forge
python_abi                3.8                      1_cp38    conda-forge
readline                  8.0                  he28a2e2_2    conda-forge
reproc                    14.2.1               h36c2ea0_0    conda-forge
reproc-cpp                14.2.1               h58526e2_0    conda-forge
requests                  2.25.1             pyhd3deb0d_0    conda-forge
ruamel_yaml               0.15.80         py38h8df0ef7_1003    conda-forge
setuptools                49.6.0           py38h924ce5b_2    conda-forge
six                       1.15.0             pyh9f0ad1d_0    conda-forge
sqlite                    3.34.0               h74cdb3f_0    conda-forge
tk                        8.6.10               h21135ba_1    conda-forge
tqdm                      4.55.0             pyhd8ed1ab_0    conda-forge
urllib3                   1.26.2             pyhd8ed1ab_0    conda-forge
wheel                     0.36.2             pyhd3deb0d_0    conda-forge
xz                        5.2.5                h516909a_1    conda-forge
yaml                      0.2.5                h516909a_0    conda-forge
zlib                      1.2.11            h516909a_1010    conda-forge
zstd                      1.4.9                ha95c52a_0    conda-forge


Details about conda and system ( conda info ):
$ conda info
     active environment : base
    active env location : /opt/conda
            shell level : 1
       user config file : /root/.condarc
 populated config files : /opt/conda/.condarc
          conda version : 4.10.0
    conda-build version : not installed
         python version : 3.8.6.final.0
       virtual packages : __linux=5.4.0=0
                          __glibc=2.31=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /opt/conda  (writable)
      conda av data dir : /opt/conda/etc/conda
  conda av metadata url : https://repo.anaconda.com/pkgs/main
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /opt/conda/pkgs
                          /root/.conda/pkgs
       envs directories : /opt/conda/envs
                          /root/.conda/envs
               platform : linux-64
             user-agent : conda/4.10.0 requests/2.25.1 CPython/3.8.6 Linux/5.4.0-70-generic ubuntu/20.04.1 glibc/2.31
                UID:GID : 0:0
             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.