Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libmamba does not load after trying to update from 23.3.1 to 23.5.0 #225

Closed
2 tasks done
andreaniml opened this issue Jul 3, 2023 · 8 comments
Closed
2 tasks done
Labels
locked [bot] locked due to inactivity type::bug describes erroneous operation, use severity::* to classify the type

Comments

@andreaniml
Copy link

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

I was having trouble to update conda from 23.3.1 to 23.5.0.
I had set libmamba as the solver. I then tried to update by using: conda install conda==23.5.0

got this error message:
Solving environment: / error libmamba Selected channel specific (or force-reinstall) job, but package is not available from channel. Solve job will fail.
I aborted the operation and then tried to see what would happen if I set the solver to classic while trying to update conda by doing: conda update -n base -c conda-forge conda --solver=classic

It suggested a list of updates, however, I got this warning

The following packages are causing the inconsistency:

  - conda-forge/noarch::conda-libmamba-solver==23.1.0=pyhd8ed1ab_0
  - conda-forge/noarch::datashader==0.15.0=pyhd8ed1ab_0
  - conda-forge/linux-64::libmamba==1.0.0=hb5f4133_2
  - conda-forge/linux-64::mamba==1.0.0=py38h1abaa86_2
  - conda-forge/noarch::xarray==2023.1.0=pyhd8ed1ab_0
  - defaults/linux-64::_anaconda_depends==2023.07=py38_0
  - conda-forge/linux-64::spyder==5.4.3=py38h578d9bd_0
  - defaults/linux-64::anaconda==custom=py38_1
  - conda-forge/noarch::python-slugify==8.0.1=pyhd8ed1ab_1
  - conda-forge/linux-64::libmambapy==1.0.0=py38hb4c32bc_2
  - conda-forge/noarch::cookiecutter==2.1.1=pyh6c4a22f_0
done

I then thought that the problem of not being able to update conda was because libmamba itself needed to be upgraded and ran:

conda update conda-libmamba-solver
bioconda/linux-64                                             No change
bioconda/noarch                                               No change
pkgs/main/linux-64                                            No change
pkgs/main/noarch                                              No change
r/linux-64                                                    No change
pkgs/r/noarch                                                 No change
r/noarch                                                      No change
pkgs/r/linux-64                                               No change
conda-forge/noarch                                  13.2MB @   4.4MB/s  3.3s
conda-forge/linux-64                                32.8MB @   4.6MB/s  7.8s
Collect all metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /home/malu/anaconda3

  added / updated specs:
    - conda-libmamba-solver


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    conda-23.5.0               |   py38h578d9bd_1         995 KB  conda-forge
    conda-libmamba-solver-23.5.0|     pyhd8ed1ab_0          40 KB  conda-forge
    libarchive-3.6.2           |       hc8874e4_0         815 KB  conda-forge
    libmamba-1.4.1             |       hdb19cb5_0         1.7 MB
    libmambapy-1.4.1           |   py38hdb19cb5_0         289 KB
    ------------------------------------------------------------
                                           Total:         3.8 MB

The following packages will be REMOVED:

  mamba-1.0.0-py38h1abaa86_2

The following packages will be UPDATED:

  conda                               23.3.1-py38h578d9bd_0 --> 23.5.0-py38h578d9bd_1
  conda-libmamba-so~                    23.1.0-pyhd8ed1ab_0 --> 23.5.0-pyhd8ed1ab_0
  libarchive                               3.5.2-hb890918_3 --> 3.6.2-hc8874e4_0
  libmamba           conda-forge::libmamba-1.0.0-hb5f4133_2 --> pkgs/main::libmamba-1.4.1-hdb19cb5_0
  libmambapy         conda-forge::libmambapy-1.0.0-py38hb4~ --> pkgs/main::libmambapy-1.4.1-py38hdb19cb5_0
  libssh2              pkgs/main::libssh2-1.10.0-h37d81fd_2 --> conda-forge::libssh2-1.10.0-haa6b8db_3


Proceed ([y]/n)? y


Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done

And now I can't use libmamba coupled with a message everytime I input a command that is conda-related.

Example error message that I get when I try to create an environment this with libmamba:

Could not load conda plugin `conda-libmamba-solver`:

libarchive.so.19: cannot open shared object file: No such file or directory

CondaValueError: You have chosen a non-default solver backend (libmamba) but it was not recognized. Choose one of: classic

The first two lines appear if I try to create an environment using classic solver and any conda-related command.

I tried to install libmamba again, it just says all packages are installed.

I'm unsure on how to proceed, do I try to update conda using classic solver? Do I do something like " conda remove conda-libmamba-solver"?

Conda Info

active environment : base
    active env location : /home/malu/anaconda3
            shell level : 3
       user config file : /home/malu/.condarc
 populated config files : /home/malu/.condarc
          conda version : 23.5.0
    conda-build version : 3.22.0
         python version : 3.8.13.final.0
       virtual packages : __archspec=1=x86_64
                          __glibc=2.31=0
                          __linux=5.4.0=0
                          __unix=0=0
       base environment : /home/malu/anaconda3  (writable)
      conda av data dir : /home/malu/anaconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/bioconda/linux-64
                          https://conda.anaconda.org/bioconda/noarch
                          https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://conda.anaconda.org/r/linux-64
                          https://conda.anaconda.org/r/noarch
          package cache : /home/malu/anaconda3/pkgs
                          /home/malu/.conda/pkgs
       envs directories : /home/malu/anaconda3/envs
                          /home/malu/.conda/envs
               platform : linux-64
             user-agent : conda/23.5.0 requests/2.31.0 CPython/3.8.13 Linux/5.4.0-29-generic ubuntu/20.04.6 glibc/2.31
                UID:GID : 1010:1010
             netrc file : None
           offline mode : False

Conda Config

==> /home/malu/.condarc <==
channels:
  - bioconda
  - conda-forge
  - defaults
  - r
solver: classic

Conda list

# packages in environment at /home/malu/anaconda3:
#
# Name                    Version                   Build  Channel
_anaconda_depends         2023.07                  py38_0    defaults
_ipyw_jlab_nb_ext_conf    0.1.0            py38h06a4308_1    defaults
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                  2_kmp_llvm    conda-forge
aiobotocore               2.5.0              pyhd8ed1ab_0    conda-forge
aiofiles                  22.1.0             pyhd8ed1ab_0    conda-forge
aiohttp                   3.8.4            py38h01eb140_1    conda-forge
aioitertools              0.11.0             pyhd8ed1ab_0    conda-forge
aiosignal                 1.3.1              pyhd8ed1ab_0    conda-forge
aiosqlite                 0.19.0             pyhd8ed1ab_0    conda-forge
alabaster                 0.7.13             pyhd8ed1ab_0    conda-forge
alsa-lib                  1.2.6.1              h7f98852_0    conda-forge
anaconda                  custom                   py38_1    defaults
anaconda-client           1.11.0             pyhd8ed1ab_1    conda-forge
anaconda-navigator        2.3.2            py38h06a4308_0    defaults
anaconda-project          0.11.1             pyhd8ed1ab_0    conda-forge
anyio                     3.7.0              pyhd8ed1ab_1    conda-forge
appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
argon2-cffi               21.3.0             pyhd8ed1ab_0    conda-forge
argon2-cffi-bindings      21.2.0           py38h0a891b7_3    conda-forge
arrow                     1.2.3              pyhd8ed1ab_0    conda-forge
arrow-cpp                 10.0.1           h3e2b116_4_cpu    conda-forge
astroid                   2.15.5           py38h578d9bd_0    conda-forge
astropy                   5.2.2            py38h07e1bb6_0    conda-forge
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
atomicwrites              1.4.1              pyhd8ed1ab_0    conda-forge
attr                      2.5.1                h166bdaf_1    conda-forge
attrs                     23.1.0             pyh71513ae_1    conda-forge
automat                   22.10.0            pyhd8ed1ab_0    conda-forge
autopep8                  2.0.2              pyhd8ed1ab_0    conda-forge
aws-c-auth                0.6.21               hd93a3ba_3    conda-forge
aws-c-cal                 0.5.20               hd3b2fe5_3    conda-forge
aws-c-common              0.8.5                h166bdaf_0    conda-forge
aws-c-compression         0.2.16               hf5f93bc_0    conda-forge
aws-c-event-stream        0.2.17               h57874a7_1    conda-forge
aws-c-http                0.7.0                h96ef541_0    conda-forge
aws-c-io                  0.13.12              h57ca295_1    conda-forge
aws-c-mqtt                0.7.13              h0b5698f_12    conda-forge
aws-c-s3                  0.2.1                h5d7e488_4    conda-forge
aws-c-sdkutils            0.1.7                hf5f93bc_0    conda-forge
aws-checksums             0.1.14               h6027aba_0    conda-forge
aws-crt-cpp               0.18.16              h26430d7_8    conda-forge
aws-sdk-cpp               1.9.379              h56135f1_7    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
backports.tempfile        1.0                        py_0    conda-forge
backports.weakref         1.0.post1       pyhd8ed1ab_1003    conda-forge
bcrypt                    3.2.2            py38h0a891b7_1    conda-forge
beautifulsoup4            4.12.2             pyha770c72_0    conda-forge
binaryornot               0.4.4                      py_1    conda-forge
bitarray                  2.6.2            py38h1de0b5d_0    conda-forge
bkcharts                  0.2              py38h06a4308_1    defaults
black                     23.3.0           py38h578d9bd_1    conda-forge
blas                      2.3                    openblas    conda-forge
bleach                    6.0.0              pyhd8ed1ab_0    conda-forge
blinker                   1.6.2              pyhd8ed1ab_0    conda-forge
blosc                     1.21.4               h0f2a231_0    conda-forge
bokeh                     3.1.1              pyhd8ed1ab_0    conda-forge
boltons                   23.0.0             pyhd8ed1ab_0    conda-forge
boto3                     1.26.64            pyhd8ed1ab_0    conda-forge
botocore                  1.29.76            pyhd8ed1ab_0    conda-forge
bottleneck                1.3.6            py38h7e4f40d_0    conda-forge
brotli                    1.0.9                h166bdaf_9    conda-forge
brotli-bin                1.0.9                h166bdaf_9    conda-forge
brotlipy                  0.7.0           py38h0a891b7_1005    conda-forge
brunsli                   0.1                  h9c3ff4c_0    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
c-ares                    1.19.1               hd590300_0    conda-forge
c-blosc2                  2.8.0                h6a678d5_0    defaults
ca-certificates           2023.5.7             hbcca054_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cachetools                5.2.0              pyhd8ed1ab_0    conda-forge
certifi                   2023.5.7           pyhd8ed1ab_0    conda-forge
cffi                      1.15.1           py38h4a40e3a_3    conda-forge
cfitsio                   3.470                h2e3daa1_7    conda-forge
chardet                   5.1.0            py38h578d9bd_0    conda-forge
charls                    2.2.0                h9c3ff4c_0    conda-forge
charset-normalizer        3.1.0              pyhd8ed1ab_0    conda-forge
click                     8.1.3           unix_pyhd8ed1ab_2    conda-forge
cloudpickle               2.2.1              pyhd8ed1ab_0    conda-forge
clyent                    1.2.2                      py_1    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
colorcet                  3.0.1              pyhd8ed1ab_0    conda-forge
comm                      0.1.3              pyhd8ed1ab_0    conda-forge
conda                     23.5.0           py38h578d9bd_1    conda-forge
conda-build               3.22.0           py38h578d9bd_3    conda-forge
conda-content-trust       0.1.3              pyhd8ed1ab_0    conda-forge
conda-env                 2.6.0                         1    conda-forge
conda-libmamba-solver     23.5.0             pyhd8ed1ab_0    conda-forge
conda-pack                0.7.0              pyh6c4a22f_0    conda-forge
conda-package-handling    2.1.0            py38h06a4308_0    defaults
conda-package-streaming   0.8.0            py38h06a4308_0    defaults
conda-repo-cli            1.0.27           py38h06a4308_0    defaults
conda-token               0.4.0              pyhd3eb1b0_0    defaults
conda-verify              3.1.1           py38h578d9bd_1006    conda-forge
constantly                15.1.0                     py_0    conda-forge
contourpy                 1.1.0            py38h7f3f72f_0    conda-forge
cookiecutter              2.1.1              pyh6c4a22f_0    conda-forge
cryptography              39.0.0           py38h1724139_0    conda-forge
cssselect                 1.2.0              pyhd8ed1ab_0    conda-forge
curl                      8.1.1                h5eee18b_0    defaults
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
cython                    0.29.33          py38h8dc9893_0    conda-forge
cytoolz                   0.12.0           py38h0a891b7_1    conda-forge
daal4py                   2023.1.1         py38h3c4b178_0    conda-forge
dal                       2023.1.1         ha770c72_48680    conda-forge
dask                      2023.5.0           pyhd8ed1ab_0    conda-forge
dask-core                 2023.5.0           pyhd8ed1ab_0    conda-forge
dataclasses               0.8                pyhc8e2a94_3    conda-forge
datasets                  2.13.1             pyhd8ed1ab_0    conda-forge
datashader                0.15.0             pyhd8ed1ab_0    conda-forge
datashape                 0.5.4                      py_1    conda-forge
dbus                      1.13.18              hb2f20db_0    defaults
debugpy                   1.6.7            py38h8dc9893_0    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
diff-match-patch          20230430           pyhd8ed1ab_0    conda-forge
dill                      0.3.6              pyhd8ed1ab_1    conda-forge
distributed               2023.5.0           pyhd8ed1ab_0    conda-forge
docstring-to-markdown     0.12               pyhd8ed1ab_0    conda-forge
docutils                  0.20.1           py38h578d9bd_0    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
et_xmlfile                1.1.0              pyhd8ed1ab_0    conda-forge
exceptiongroup            1.1.2              pyhd8ed1ab_0    conda-forge
executing                 1.2.0              pyhd8ed1ab_0    conda-forge
expat                     2.5.0                hcb278e6_1    conda-forge
fftw                      3.3.9                h27cfd23_1    defaults
filelock                  3.12.2             pyhd8ed1ab_0    conda-forge
flake8                    6.0.0              pyhd8ed1ab_0    conda-forge
flask                     2.3.2              pyhd8ed1ab_0    conda-forge
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-anaconda            1                    h8fa9717_0    defaults
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
fonttools                 4.40.0           py38h01eb140_0    conda-forge
freetype                  2.12.1               hca18f0e_1    conda-forge
frozenlist                1.3.3            py38h0a891b7_0    conda-forge
fsspec                    2023.6.0           pyh1a96a4e_0    conda-forge
future                    0.18.3             pyhd8ed1ab_0    conda-forge
gensim                    4.3.1            py38hf403d1e_1    conda-forge
gettext                   0.21.1               h27087fc_0    conda-forge
gflags                    2.2.2             he1b5a44_1004    conda-forge
giflib                    5.2.1                h0b41bf4_3    conda-forge
glib                      2.76.3               hfc55251_0    conda-forge
glib-tools                2.76.3               hfc55251_0    conda-forge
glob2                     0.7                        py_0    conda-forge
glog                      0.6.0                h6f12383_0    conda-forge
gmp                       6.2.1                h58526e2_0    conda-forge
gmpy2                     2.1.2            py38h793c122_1    conda-forge
google-api-core           2.10.2             pyhd8ed1ab_0    conda-forge
google-auth               2.14.0             pyh1a96a4e_0    conda-forge
google-cloud-core         2.3.2              pyhd8ed1ab_0    conda-forge
google-cloud-storage      2.6.0              pyh1a96a4e_0    conda-forge
google-crc32c             1.1.2            py38h57c428a_4    conda-forge
google-resumable-media    2.4.0              pyhd8ed1ab_0    conda-forge
googleapis-common-protos  1.56.4           py38h578d9bd_1    conda-forge
greenlet                  2.0.2            py38h17151c0_1    conda-forge
grpcio                    1.51.1           py38h7dc2bf5_0    conda-forge
gst-plugins-base          1.20.3               hf6a322e_0    conda-forge
gstreamer                 1.20.3               hd4edc92_2    conda-forge
h5py                      3.7.0           nompi_py38h8afedcf_100    conda-forge
hdf5                      1.12.1               h69dfa17_1    defaults
heapdict                  1.0.1                      py_0    conda-forge
holoviews                 1.16.2             pyhd8ed1ab_0    conda-forge
huggingface_hub           0.15.1             pyhd8ed1ab_0    conda-forge
hvplot                    0.8.4              pyhd8ed1ab_1    conda-forge
hyperlink                 21.0.0             pyhd3deb0d_0    conda-forge
icu                       70.1                 h27087fc_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
imagecodecs               2021.8.26        py38hfcb8610_2    defaults
imageio                   2.31.1             pyh24c5eb1_0    conda-forge
imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
imbalanced-learn          0.10.1             pyhd8ed1ab_0    conda-forge
importlib-metadata        6.7.0              pyha770c72_0    conda-forge
importlib-resources       5.12.0             pyhd8ed1ab_0    conda-forge
importlib_metadata        6.7.0                hd8ed1ab_0    conda-forge
importlib_resources       5.12.0             pyhd8ed1ab_0    conda-forge
incremental               22.10.0            pyhd8ed1ab_0    conda-forge
inflection                0.5.1              pyh9f0ad1d_0    conda-forge
iniconfig                 2.0.0              pyhd8ed1ab_0    conda-forge
intake                    0.7.0              pyhd8ed1ab_0    conda-forge
intel-openmp              2023.1.0         hdb19cb5_46305    defaults
intervaltree              3.1.0              pyhd8ed1ab_1    conda-forge
ipykernel                 6.24.0             pyh71e2992_0    conda-forge
ipython                   8.12.2             pyh41d4057_0    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                8.0.6              pyhd8ed1ab_0    conda-forge
isort                     5.12.0             pyhd8ed1ab_1    conda-forge
itemadapter               0.8.0              pyhd8ed1ab_0    conda-forge
itemloaders               1.1.0              pyhd8ed1ab_0    conda-forge
itsdangerous              2.1.2              pyhd8ed1ab_0    conda-forge
jack                      1.9.18            h8c3723f_1002    conda-forge
jaraco.classes            3.2.3              pyhd8ed1ab_0    conda-forge
jbig                      2.1               h7f98852_2003    conda-forge
jdcal                     1.4.1                      py_0    conda-forge
jedi                      0.18.2             pyhd8ed1ab_0    conda-forge
jeepney                   0.8.0              pyhd8ed1ab_0    conda-forge
jellyfish                 2.2.10               h6bb024c_1    bioconda
jemalloc                  4.5.0                         0    bioconda
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
jinja2-time               0.2.0              pyhd8ed1ab_3    conda-forge
jmespath                  1.0.1              pyhd8ed1ab_0    conda-forge
joblib                    1.3.0              pyhd8ed1ab_1    conda-forge
jpeg                      9e                   h0b41bf4_3    conda-forge
jq                        1.6               h36c2ea0_1000    conda-forge
json-c                    0.16                 hc379101_0    conda-forge
json5                     0.9.14             pyhd8ed1ab_0    conda-forge
jsonpatch                 1.32               pyhd8ed1ab_0    conda-forge
jsonpointer               2.1                pyhd3eb1b0_0    defaults
jsonschema                4.17.3             pyhd8ed1ab_0    conda-forge
jupyter                   1.0.0            py38h578d9bd_8    conda-forge
jupyter-lsp               2.2.0              pyhd8ed1ab_0    conda-forge
jupyter_client            8.3.0              pyhd8ed1ab_0    conda-forge
jupyter_console           6.6.3              pyhd8ed1ab_0    conda-forge
jupyter_core              5.3.0            py38h578d9bd_0    conda-forge
jupyter_events            0.6.3              pyhd8ed1ab_0    conda-forge
jupyter_server            2.7.0              pyhd8ed1ab_0    conda-forge
jupyter_server_fileid     0.9.0              pyhd8ed1ab_0    conda-forge
jupyter_server_terminals  0.4.4              pyhd8ed1ab_1    conda-forge
jupyter_server_ydoc       0.8.0              pyhd8ed1ab_0    conda-forge
jupyter_ydoc              0.2.3              pyhd8ed1ab_0    conda-forge
jupyterlab                4.0.2              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.23.0             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        3.0.7              pyhd8ed1ab_1    conda-forge
jxrlib                    1.1                  h7f98852_2    conda-forge
keyring                   24.2.0           py38h578d9bd_0    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
kiwisolver                1.4.4            py38h43d8883_1    conda-forge
krb5                      1.19.4               h568e23c_0    defaults
lazy-object-proxy         1.9.0            py38h1de0b5d_0    conda-forge
lcms2                     2.15                 hfd0df8a_0    conda-forge
ld_impl_linux-64          2.40                 h41732ed_0    conda-forge
lerc                      3.0                  h9c3ff4c_0    conda-forge
libabseil                 20220623.0      cxx17_h05df665_6    conda-forge
libaec                    1.0.6                hcb278e6_1    conda-forge
libarchive                3.6.2                hc8874e4_0    conda-forge
libarrow                  10.0.1           hee49ebd_4_cpu    conda-forge
libblas                   3.9.0                3_openblas    conda-forge
libbrotlicommon           1.0.9                h166bdaf_9    conda-forge
libbrotlidec              1.0.9                h166bdaf_9    conda-forge
libbrotlienc              1.0.9                h166bdaf_9    conda-forge
libcap                    2.64                 ha37c62d_0    conda-forge
libcblas                  3.9.0                3_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                h3e49a29_2    conda-forge
libcurl                   8.1.1                h91b91d3_0    defaults
libdb                     6.2.32               h9c3ff4c_0    conda-forge
libdeflate                1.17                 h0b41bf4_0    conda-forge
libedit                   3.1.20221030         h5eee18b_0    defaults
libev                     4.33                 h7f8727e_1    defaults
libevent                  2.1.10               h9b69904_4    conda-forge
libexpat                  2.5.0                hcb278e6_1    conda-forge
libffi                    3.4.4                h6a678d5_0    defaults
libflac                   1.3.4                h27087fc_0    conda-forge
libgcc                    7.2.0                h69d50b8_2    conda-forge
libgcc-ng                 13.1.0               he5830b7_0    conda-forge
libgfortran-ng            7.5.0               h14aa051_20    conda-forge
libgfortran4              7.5.0               h14aa051_20    conda-forge
libglib                   2.76.3               hebfc3b9_0    conda-forge
libgomp                   13.1.0               he5830b7_0    conda-forge
libgoogle-cloud           2.5.0                h5d50b59_1    conda-forge
libgrpc                   1.51.1               h05bd8bd_0    conda-forge
libhwloc                  2.9.1                hd6dc26d_0    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
libidn2                   2.3.4                h166bdaf_0    conda-forge
liblapack                 3.9.0                3_openblas    conda-forge
liblapacke                3.9.0                3_openblas    conda-forge
liblief                   0.12.3               h27087fc_0    conda-forge
libllvm10                 10.0.1               he513fc3_3    conda-forge
libllvm11                 11.1.0               he0ac6c6_5    conda-forge
libllvm14                 14.0.6               hcd5def8_3    conda-forge
libmamba                  1.4.1                hdb19cb5_0    defaults
libmambapy                1.4.1            py38hdb19cb5_0    defaults
libnghttp2                1.52.0               ha637b67_1    defaults
libnsl                    2.0.0                h7f98852_0    conda-forge
libogg                    1.3.5                h27cfd23_1    defaults
libopenblas               0.3.12          pthreads_hb3c22a3_1    conda-forge
libopus                   1.3.1                h7f98852_1    conda-forge
libpng                    1.6.39               h753d276_0    conda-forge
libpq                     14.5                 h72a31a5_3    conda-forge
libprotobuf               3.21.12              h3eb15da_0    conda-forge
libsndfile                1.0.31               h9c3ff4c_1    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsolv                   0.7.24               hfc55251_1    conda-forge
libspatialindex           1.9.3                h9c3ff4c_4    conda-forge
libsqlite                 3.42.0               h2797004_0    conda-forge
libssh2                   1.10.0               haa6b8db_3    conda-forge
libstdcxx-ng              13.1.0               hfd8a6a1_0    conda-forge
libthrift                 0.16.0               h491838f_2    conda-forge
libtiff                   4.5.0                h6a678d5_2    defaults
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
libvorbis                 1.3.7                h9c3ff4c_0    conda-forge
libwebp                   1.2.4                h1daa5a0_1    conda-forge
libwebp-base              1.2.4                h166bdaf_0    conda-forge
libxcb                    1.13              h7f98852_1004    conda-forge
libxkbcommon              1.5.0                h79f4944_1    conda-forge
libxml2                   2.10.3               hca2bb57_4    conda-forge
libxslt                   1.1.37               h873f0b0_0    conda-forge
libzlib                   1.2.13               hd590300_5    conda-forge
libzopfli                 1.0.3                h9c3ff4c_0    conda-forge
linkify-it-py             2.0.0              pyhd8ed1ab_0    conda-forge
llvm-openmp               16.0.6               h4dfa4b3_0    conda-forge
llvmlite                  0.40.1           py38h94a1851_0    conda-forge
locket                    1.0.0              pyhd8ed1ab_0    conda-forge
lxml                      4.9.2            py38h215a2d7_0    conda-forge
lz4                       4.3.2            py38hd012fdc_0    conda-forge
lz4-c                     1.9.4                hcb278e6_0    conda-forge
lzo                       2.10              h516909a_1000    conda-forge
markdown                  3.4.3              pyhd8ed1ab_0    conda-forge
markdown-it-py            2.2.0              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.3            py38h01eb140_0    conda-forge
matplotlib                3.7.1            py38h578d9bd_0    conda-forge
matplotlib-base           3.7.1            py38hd6c3c57_0    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
mccabe                    0.7.0              pyhd8ed1ab_0    conda-forge
mdit-py-plugins           0.4.0              pyhd8ed1ab_0    conda-forge
mdurl                     0.1.0              pyhd8ed1ab_0    conda-forge
mistune                   3.0.0              pyhd8ed1ab_0    conda-forge
mkl                       2022.2.1         h84fe81f_16997    conda-forge
mkl-service               2.4.0            py38h80f09db_0    conda-forge
mkl_fft                   1.3.1            py38hf8530d2_4    conda-forge
mkl_random                1.2.2            py38h5ca245f_1    conda-forge
mock                      4.0.3              pyhd8ed1ab_4    conda-forge
more-itertools            9.1.0              pyhd8ed1ab_0    conda-forge
mpc                       1.3.1                hfe3b2da_0    conda-forge
mpfr                      4.2.0                hb012696_0    conda-forge
mpi                       1.0                       mpich    conda-forge
mpich                     4.1.1                external_0    conda-forge
mpmath                    1.3.0              pyhd8ed1ab_0    conda-forge
msgpack-python            1.0.5            py38hfbd4bf9_0    conda-forge
multidict                 6.0.4            py38h1de0b5d_0    conda-forge
multipledispatch          0.6.0                      py_0    conda-forge
multiprocess              0.70.14          py38h0a891b7_3    conda-forge
munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
mypy_extensions           1.0.0              pyha770c72_0    conda-forge
mysql-common              8.0.32               h14678bc_0    conda-forge
mysql-libs                8.0.32               h54cf53e_0    conda-forge
navigator-updater         0.3.0            py38h06a4308_0    defaults
nbclassic                 1.0.0              pyhb4ecaf3_1    conda-forge
nbclient                  0.8.0              pyhd8ed1ab_0    conda-forge
nbconvert                 7.6.0              pyhd8ed1ab_0    conda-forge
nbconvert-core            7.6.0              pyhd8ed1ab_0    conda-forge
nbconvert-pandoc          7.6.0              pyhd8ed1ab_0    conda-forge
nbformat                  5.9.0              pyhd8ed1ab_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
nltk                      3.8.1              pyhd8ed1ab_0    conda-forge
nomkl                     3.0                           0    defaults
nose                      1.3.7                   py_1006    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.1               h6a678d5_0    defaults
numba                     0.57.1           py38hd559b08_0    conda-forge
numexpr                   2.8.4           py38h69a160b_100    conda-forge
numpy                     1.22.3           py38h7a5d4dd_0    defaults
numpy-base                1.22.3           py38hb8be1f0_0    defaults
numpydoc                  1.5.0              pyhd8ed1ab_0    conda-forge
olefile                   0.46               pyh9f0ad1d_1    conda-forge
oniguruma                 6.9.8                h166bdaf_0    conda-forge
openblas                  0.3.12          pthreads_h43bd3aa_1    conda-forge
openjpeg                  2.5.0                hfec8fc6_2    conda-forge
openpyxl                  3.1.2            py38h01eb140_0    conda-forge
openssl                   1.1.1u               hd590300_0    conda-forge
orc                       1.8.2                hfdbbad2_2    conda-forge
overrides                 7.3.1              pyhd8ed1ab_0    conda-forge
packaging                 23.1               pyhd8ed1ab_0    conda-forge
pandas                    1.5.3            py38hdc8b05c_1    conda-forge
pandoc                    3.1.3                h32600fe_0    conda-forge
pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
panel                     1.1.1              pyhd8ed1ab_0    conda-forge
param                     1.13.0             pyh1a96a4e_0    conda-forge
parquet-cpp               1.5.1                         2    conda-forge
parsel                    1.8.1              pyhd8ed1ab_0    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
partd                     1.4.0              pyhd8ed1ab_0    conda-forge
patch                     2.7.6             h7f98852_1002    conda-forge
patchelf                  0.18.0               h59595ed_0    conda-forge
pathlib                   1.0.1            py38h578d9bd_7    conda-forge
pathspec                  0.11.1             pyhd8ed1ab_0    conda-forge
patsy                     0.5.3              pyhd8ed1ab_0    conda-forge
pcre                      8.45                 h9c3ff4c_0    conda-forge
pcre2                     10.40                hc3806b6_0    conda-forge
pep8                      1.7.1                      py_0    conda-forge
pexpect                   4.8.0              pyh1a96a4e_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pillow                    9.4.0            py38hde6dc18_1    conda-forge
pip                       23.1.2             pyhd8ed1ab_0    conda-forge
pkginfo                   1.9.6              pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
platformdirs              3.8.0              pyhd8ed1ab_0    conda-forge
plotly                    5.15.0             pyhd8ed1ab_0    conda-forge
pluggy                    1.2.0              pyhd8ed1ab_0    conda-forge
ply                       3.11                       py_1    conda-forge
portaudio                 19.6.0               h57a0ea0_5    conda-forge
poyo                      0.5.0                      py_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
protego                   0.2.1              pyhd8ed1ab_0    conda-forge
protobuf                  4.21.12          py38h8dc9893_0    conda-forge
psutil                    5.9.5            py38h1de0b5d_0    conda-forge
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pulseaudio                14.0                 h583eb01_5    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
py                        1.11.0             pyh6c4a22f_0    conda-forge
py-cpuinfo                8.0.0              pyhd3eb1b0_1    defaults
py-lief                   0.12.3           py38hfa26641_0    conda-forge
pyarrow                   10.0.1          py38hf54eea0_4_cpu    conda-forge
pyasn1                    0.4.8                      py_0    conda-forge
pyasn1-modules            0.2.7                      py_0    conda-forge
pybind11-abi              4                    hd8ed1ab_3    conda-forge
pycodestyle               2.10.0             pyhd8ed1ab_0    conda-forge
pycosat                   0.6.4            py38h0a891b7_1    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pyct                      0.5.0            py38h06a4308_0    defaults
pyct-core                 0.5.0              pyhd8ed1ab_0    conda-forge
pycurl                    7.45.2           py38h37d81fd_0    defaults
pydispatcher              2.0.5                      py_1    conda-forge
pydocstyle                6.3.0              pyhd8ed1ab_0    conda-forge
pyerfa                    2.0.0.3          py38h7e4f40d_0    conda-forge
pyflakes                  3.0.1              pyhd8ed1ab_0    conda-forge
pygments                  2.15.1             pyhd8ed1ab_0    conda-forge
pyhamcrest                2.0.4              pyhd8ed1ab_0    conda-forge
pyjwt                     2.6.0              pyhd8ed1ab_0    conda-forge
pylint                    2.17.4             pyhd8ed1ab_0    conda-forge
pylint-venv               3.0.2              pyhd8ed1ab_0    conda-forge
pyls-spyder               0.4.0              pyhd8ed1ab_0    conda-forge
pyodbc                    4.0.39           py38h8dc9893_0    conda-forge
pyopenssl                 23.2.0             pyhd8ed1ab_1    conda-forge
pyparsing                 3.1.0              pyhd8ed1ab_0    conda-forge
pyqt                      5.15.7           py38h7492b6b_0    conda-forge
pyqt5-sip                 12.11.0          py38hfa26641_0    conda-forge
pyqtwebengine             5.15.7           py38h7492b6b_0    conda-forge
pyrsistent                0.19.3           py38h1de0b5d_0    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
pytables                  3.7.0            py38hdb04529_0    conda-forge
pytest                    7.4.0              pyhd8ed1ab_0    conda-forge
python                    3.8.13          h582c2e5_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.17.1             pyhd8ed1ab_0    conda-forge
python-json-logger        2.0.7              pyhd8ed1ab_0    conda-forge
python-libarchive-c       4.0              py38h578d9bd_2    conda-forge
python-lsp-black          1.3.0              pyhd8ed1ab_0    conda-forge
python-lsp-jsonrpc        1.0.0              pyhd8ed1ab_0    conda-forge
python-lsp-server         1.7.4              pyhd8ed1ab_0    conda-forge
python-lsp-server-base    1.7.4              pyhd8ed1ab_0    conda-forge
python-slugify            8.0.1              pyhd8ed1ab_0    conda-forge
python-snappy             0.6.1            py38h1ddbb56_0    conda-forge
python-tzdata             2023.3             pyhd8ed1ab_0    conda-forge
python-xxhash             3.2.0            py38h1de0b5d_0    conda-forge
python_abi                3.8                      3_cp38    conda-forge
pytoolconfig              1.2.5              pyhd8ed1ab_0    conda-forge
pytorch                   2.0.0           cpu_py38h019455c_0    conda-forge
pytz                      2023.3             pyhd8ed1ab_0    conda-forge
pyu2f                     0.1.5              pyhd8ed1ab_0    conda-forge
pyviz_comms               2.3.2              pyhd8ed1ab_0    conda-forge
pywavelets                1.4.1            py38h7e4f40d_0    conda-forge
pyxdg                     0.28               pyhd8ed1ab_0    conda-forge
pyyaml                    6.0              py38h0a891b7_5    conda-forge
pyzmq                     25.1.0           py38h509eb50_0    conda-forge
qdarkstyle                3.1                pyhd8ed1ab_0    conda-forge
qstylizer                 0.2.2              pyhd8ed1ab_0    conda-forge
qt                        5.15.4               hf11cfaa_0    conda-forge
qt-main                   5.15.4               ha5833f6_2    conda-forge
qt-webengine              5.15.4               hcbadb6c_3    conda-forge
qtawesome                 1.2.3              pyhd8ed1ab_0    conda-forge
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
qtwebkit                  5.212                h3383a02_6    conda-forge
queuelib                  1.6.2              pyhd8ed1ab_0    conda-forge
re2                       2022.06.01           h27087fc_1    conda-forge
readline                  8.2                  h8228510_1    conda-forge
regex                     2023.6.3         py38h01eb140_0    conda-forge
reproc                    14.2.4               h0b41bf4_0    conda-forge
reproc-cpp                14.2.4               hcb278e6_0    conda-forge
requests                  2.31.0             pyhd8ed1ab_0    conda-forge
requests-file             1.5.1              pyh9f0ad1d_0    conda-forge
responses                 0.18.0             pyhd8ed1ab_0    conda-forge
rfc3339-validator         0.1.4              pyhd8ed1ab_0    conda-forge
rfc3986-validator         0.1.1              pyh9f0ad1d_0    conda-forge
ripgrep                   13.0.0               h2f28480_2    conda-forge
rope                      1.9.0              pyhd8ed1ab_0    conda-forge
rsa                       4.9                pyhd8ed1ab_0    conda-forge
rtree                     1.0.1            py38h02d302b_1    conda-forge
ruamel.yaml               0.17.32          py38h01eb140_0    conda-forge
ruamel.yaml.clib          0.2.7            py38h1de0b5d_1    conda-forge
ruamel_yaml               0.15.80         py38h0a891b7_1008    conda-forge
s2n                       1.3.31               hae46d1a_0    conda-forge
s3fs                      2023.6.0           pyhd8ed1ab_0    conda-forge
s3transfer                0.6.0              pyhd8ed1ab_0    conda-forge
sacremoses                0.0.53             pyhd8ed1ab_0    conda-forge
safetensors               0.3.1            py38h0cc4f7c_0    conda-forge
scikit-image              0.19.3           py38h8f669ce_2    conda-forge
scikit-learn              1.3.0            py38hc099248_0    conda-forge
scikit-learn-intelex      2023.1.1         py38h578d9bd_0    conda-forge
scipy                     1.7.3            py38h492baa0_0    defaults
scrapy                    2.9.0            py38h578d9bd_0    conda-forge
seaborn                   0.12.2               hd8ed1ab_0    conda-forge
secretstorage             3.3.3            py38h578d9bd_1    conda-forge
send2trash                1.8.2              pyh41d4057_0    conda-forge
service_identity          18.1.0                     py_0    conda-forge
setuptools                65.6.3             pyhd8ed1ab_0    conda-forge
sip                       6.6.2            py38hfa26641_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
sleef                     3.5.1                h9b69904_2    conda-forge
smart_open                6.3.0              pyhd8ed1ab_1    conda-forge
snappy                    1.1.10               h9fff704_0    conda-forge
sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
sortedcollections         2.1.0              pyhd8ed1ab_0    conda-forge
sortedcontainers          2.4.0              pyhd8ed1ab_0    conda-forge
soupsieve                 2.4              py38h06a4308_0    defaults
sphinx                    7.0.1              pyhd8ed1ab_0    conda-forge
sphinxcontrib-applehelp   1.0.4              pyhd8ed1ab_0    conda-forge
sphinxcontrib-devhelp     1.0.2                      py_0    conda-forge
sphinxcontrib-htmlhelp    2.0.1              pyhd8ed1ab_0    conda-forge
sphinxcontrib-jsmath      1.0.1                      py_0    conda-forge
sphinxcontrib-qthelp      1.0.3                      py_0    conda-forge
sphinxcontrib-serializinghtml 1.1.5              pyhd8ed1ab_2    conda-forge
spyder                    5.4.3            py38h578d9bd_0    conda-forge
spyder-kernels            2.4.4           unix_pyh707e725_0    conda-forge
sqlalchemy                2.0.17           py38h01eb140_0    conda-forge
sqlite                    3.42.0               h2c6b66d_0    conda-forge
stack_data                0.6.2              pyhd8ed1ab_0    conda-forge
statsmodels               0.14.0           py38h31356c5_1    conda-forge
sympy                     1.12            pypyh9d50eac_103    conda-forge
tabulate                  0.9.0              pyhd8ed1ab_1    conda-forge
tbb                       2021.9.0             hf52228f_0    conda-forge
tbb4py                    2021.9.0         py38h5c4fc96_0    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
testpath                  0.6.0              pyhd8ed1ab_0    conda-forge
text-unidecode            1.3                        py_0    conda-forge
textdistance              4.5.0              pyhd8ed1ab_0    conda-forge
threadpoolctl             3.1.0              pyh8a188c0_0    conda-forge
three-merge               0.1.1              pyh9f0ad1d_0    conda-forge
tifffile                  2021.11.2          pyhd8ed1ab_0    conda-forge
tinycss                   0.4             pyhd8ed1ab_1002    conda-forge
tinycss2                  1.2.1              pyhd8ed1ab_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
tldextract                3.4.4              pyhd8ed1ab_0    conda-forge
tokenizers                0.13.2           py38h5274fd1_0    conda-forge
toml                      0.10.2             pyhd8ed1ab_0    conda-forge
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
tomlkit                   0.11.8             pyha770c72_0    conda-forge
toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
tornado                   6.3.2            py38h01eb140_0    conda-forge
tqdm                      4.65.0             pyhd8ed1ab_1    conda-forge
traitlets                 5.9.0              pyhd8ed1ab_0    conda-forge
transformers              4.30.2             pyhd8ed1ab_1    conda-forge
twisted                   22.10.0          py38h0a891b7_0    conda-forge
typed-ast                 1.5.4            py38h0a891b7_1    conda-forge
typing                    3.10.0.0           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
uc-micro-py               1.0.1              pyhd8ed1ab_0    conda-forge
ujson                     5.7.0            py38h8dc9893_0    conda-forge
unicodedata2              15.0.0           py38h0a891b7_0    conda-forge
unidecode                 1.3.6              pyhd8ed1ab_0    conda-forge
unixodbc                  2.3.11               h5eee18b_0    defaults
urllib3                   1.26.15            pyhd8ed1ab_0    conda-forge
w3lib                     2.1.1              pyhd8ed1ab_0    conda-forge
watchdog                  3.0.0            py38h578d9bd_0    conda-forge
wcwidth                   0.2.6              pyhd8ed1ab_0    conda-forge
webencodings              0.5.1                      py_1    conda-forge
websocket-client          1.6.1              pyhd8ed1ab_0    conda-forge
werkzeug                  2.3.6              pyhd8ed1ab_0    conda-forge
wget                      1.20.3               ha56f1ee_1    conda-forge
whatthepatch              1.0.5              pyhd8ed1ab_0    conda-forge
wheel                     0.40.0             pyhd8ed1ab_0    conda-forge
widgetsnbextension        4.0.7              pyhd8ed1ab_0    conda-forge
wrapt                     1.15.0           py38h1de0b5d_0    conda-forge
wurlitzer                 3.0.3              pyhd8ed1ab_0    conda-forge
xarray                    2023.1.0           pyhd8ed1ab_0    conda-forge
xcb-util                  0.4.0                h516909a_0    conda-forge
xcb-util-image            0.4.0                h166bdaf_0    conda-forge
xcb-util-keysyms          0.4.0                h516909a_0    conda-forge
xcb-util-renderutil       0.3.9                h166bdaf_0    conda-forge
xcb-util-wm               0.4.1                h516909a_0    conda-forge
xkeyboard-config          2.38                 h0b41bf4_0    conda-forge
xlrd                      2.0.1              pyhd8ed1ab_3    conda-forge
xlsxwriter                3.0.8              pyhd8ed1ab_0    conda-forge
xorg-libxau               1.0.11               hd590300_0    conda-forge
xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
xxhash                    0.8.1                h0b41bf4_0    conda-forge
xyzservices               2023.5.0           pyhd8ed1ab_1    conda-forge
xz                        5.2.10               h5eee18b_1    defaults
y-py                      0.5.9            py38h9fda977_0    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
yaml-cpp                  0.7.0                h27087fc_2    conda-forge
yapf                      0.33.0             pyhd8ed1ab_1    conda-forge
yarl                      1.9.2            py38h01eb140_0    conda-forge
ypy-websocket             0.8.2              pyhd8ed1ab_0    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zfp                       0.5.5                h9c3ff4c_8    conda-forge
zict                      3.0.0              pyhd8ed1ab_0    conda-forge
zipp                      3.15.0             pyhd8ed1ab_0    conda-forge
zlib                      1.2.13               hd590300_5    conda-forge
zlib-ng                   2.0.7                h5eee18b_0    defaults
zope                      1.0                      py38_1    defaults
zope.interface            6.0              py38h1de0b5d_0    conda-forge
zstandard                 0.19.0           py38h5eee18b_0    defaults
zstd                      1.5.5                hc292b87_0    defaults

Additional Context

No response

@andreaniml andreaniml added the type::bug describes erroneous operation, use severity::* to classify the type label Jul 3, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in 🧭 Planning Jul 3, 2023
@jaimergp
Copy link
Contributor

jaimergp commented Jul 4, 2023

Hi @andreaniml, thanks for the detailed report! I'll answer one by one:

Solving environment: / error libmamba Selected channel specific (or force-reinstall) job, but package is not available from channel. Solve job will fail.

This kind of message is raised by the libmamba C++ library (we can't do much about it), but most of the time it is harmless and things work fine. You can ignore it.

The following packages are causing the inconsistency:

This message is part of classic's legacy logic, where they analyze the status of the environment ("solvability" let's call it) before they add any changes. Since you've been using a different solver for a little while, it has accumulated changes that classic deems "wrong" (even if they are not) according to its logic. Hence it's telling you that these inconsistencies will now be addressed. Only informative, no errors.

libarchive.so.19: cannot open shared object file: No such file or directory

This is a conflict between conda-forge and defaults. The libarchive package must come from the same channel as conda-libmamba-solver, libmamba and libmambapy. Most of your environment is conda-forge-based, so at this point I guess it's easier to go that way:

$ conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive

@andreaniml
Copy link
Author

Hi!

I'm getting trouble to solve the environment, when I use the line you gave me I get this:

conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba
conda-forge::libmambapy conda-forge::libarchive
Could not load conda plugin `conda-libmamba-solver`:

libarchive.so.19: cannot open shared object file: No such file or directory
Collecting package metadata (current_repodata.json): done
Solving environment: -
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - conda-forge/noarch::seaborn==0.12.2=hd8ed1ab_0
  - defaults/linux-64::_anaconda_depends==2023.07=py38_0
  - defaults/linux-64::anaconda==custom=py38_1
unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: \
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - defaults/linux-64::anaconda-navigator==2.3.2=py38h06a4308_0
  - conda-forge/noarch::seaborn==0.12.2=hd8ed1ab_0
  - defaults/linux-64::_anaconda_depends==2023.07=py38_0
  - defaults/linux-64::anaconda==custom=py38_1
  unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment:

I had a technical problem and the terminal window crashed, but it was checking incompatibilities, this was the last message printed to prompt (after checking incompatibilities for over an hour)
image

I will try to update one at a time and report back to which is causing the problem

@jaimergp
Copy link
Contributor

jaimergp commented Jul 5, 2023

I see. That base environment is a bit crowded. Let's try another thing:

  • Go to CONDA_ROOT/lib and find a file that begins with libarchive.so. Create a copy and name it libarchive.so.19. Maaaybe this makes it work.

@andreaniml
Copy link
Author

I have more information now (and some questions):

  1. When I try to install any of the packages (conda-solver-libmamba, libmambapy, etc) by themselves I get that "all the packages are installed". It only struggles to solve the environment when I try to install all at once.
  2. For the second suggestion, in the conda_folder/lib I have three "libarchive.so" files, which one should I get?
~/anaconda3/lib$ ls | grep 'libarchive.so'
libarchive.so
libarchive.so.13
libarchive.so.13.6.2
  1. I've noticed a few things, in the last command where libmamba solver worked it updated my conda version, but not my conda-build, could this be a problem? Would a "conda update conda" help or it would risk breaking the environment more?

  2. This is a server (in this case, my user in the server), I think I screwed up some years ago by installing anaconda3 instead of miniconda. I see I have a "anaconda-navigator" and a "jupyterlab" package that I think I will never use as I won't have a graphical interface. Is it safe to remove it/would it help on the current problem?

  3. I can output the environment history, would it be helpful?

@jaimergp
Copy link
Contributor

jaimergp commented Jul 6, 2023

(2) Any of those libarchive.so files should work (they are symlinks to each other anyway).
(3) Shouldn't affect.
(4) Miniforge should fit your use case better (uses conda-forge channels by default).

@andreaniml
Copy link
Author

Hi!

Copying the file while changing the name made it work! Libmamba is functional now

Many thanks!

@jaimergp
Copy link
Contributor

Cool! Now that it works you should try to install both libmamba and libarchive from the same channel to avoid having this hack. I'll close for now but feel free to reopen if problems resurface. Thanks!

@github-project-automation github-project-automation bot moved this from 🆕 New to 🏁 Done in 🧭 Planning Jul 11, 2023
@Nootaku
Copy link

Nootaku commented Apr 8, 2024

I see. That base environment is a bit crowded. Let's try another thing:

Go to CONDA_ROOT/lib and find a file that begins with libarchive.so. Create a copy and name it libarchive.so.19. Maaaybe this makes it work.

Thank you @jaimergp - this seems to work just fine, even 9 months later.

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Oct 6, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity type::bug describes erroneous operation, use severity::* to classify the type
Projects
Archived in project
Development

No branches or pull requests

3 participants