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

failed to post process the environment (unclobbering) #794

Closed
2 tasks done
YYYasin19 opened this issue Feb 8, 2024 · 5 comments
Closed
2 tasks done

failed to post process the environment (unclobbering) #794

YYYasin19 opened this issue Feb 8, 2024 · 5 comments
Labels
🐞 bug Something isn't working

Comments

@YYYasin19
Copy link
Contributor

YYYasin19 commented Feb 8, 2024

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

I am on macOS and I want to add a package

pixi install # this is okay
pixi add <pretty much any package>

for the following pixi.toml project

[project]
name = "project"
version = "0.1.0"
authors = ["Yasin Tatar <ytatar9@googlemail.com>"]
channels = ["conda-forge"]
platforms = ["linux-aarch64", "osx-arm64"]

[host-dependencies]
pip = "*"
setuptools = ">=61"
setuptools-scm = "*"

[tasks]
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."

[dependencies]
thefuzz = ">=0.22.1,<0.23"
coverage = ">=7.4.1,<7.5"
httpx = ">=0.26.0,<0.27"
pymongo = ">=4.6.1,<4.7"
fastapi = ">=0.103.0,<0.104"
transformers = ">=4.17.0,<4.18"
openai = "<=1.0"
pyexcel-xls = ">=0.6.2,<0.7"
python-dotenv = ">=1.0.1,<1.1"
xmltodict = ">=0.13.0,<0.14"
chromadb = ">=0.4.22,<0.5"
pyexcel = ">=0.7.0,<0.8"
openpyxl = ">=3.1.2,<3.2"
pytesseract = ">=0.3.13,<0.4"
pytest = ">=8.0.0,<8.1"
python-jose = ">=3.3.0,<3.4"
python = "3.11.*"
mongomock = ">=4.0.0,<4.1"
easyocr = ">=1.7.1,<1.8"
pydantic = ">=2.6.1,<2.7"
pyexcel-xlsx = ">=0.6.0,<0.7"
python-multipart = ">=0.0.7,<0.1"
uvicorn = ">=0.27.0.post1,<0.27.1"
pandas = "2.*"
ipython = ">=8.21.0,<8.22"
pdf2image = "1.16.*"

Issue description

When I do a fresh pixi install with the .toml it works, but when I try to add another package (e.g. tesseract but seems to be with every package) it fails with an OS error

The resulting output is

> pixi add tesseract
  ✔ downloading          [00:00:01] Done!
  ✔ linking              [00:00:01] Done!                                                                                      × failed to post process the environment (unclobbering)
  ╰─▶ No such file or directory (os error 2)

One of my dependencies seems to leave the pixi env in a broken state.

Expected behavior

Add the package to the pixi project.

@YYYasin19 YYYasin19 added the 🐞 bug Something isn't working label Feb 8, 2024
@ruben-arts
Copy link
Contributor

I'm running on linux and there i'm unable to recreate the issue. Could you add more logging with pixi add -vvv tesseract Maybe it gives some more hints.

@pavelzw
Copy link
Contributor

pavelzw commented Feb 9, 2024

Wall of text
 INFO resolvo::solver: deciding to assign iniconfig=iniconfig=2.0.0=pyhd8ed1ab_0, (pytest=pytest=8.0.0=pyhd8ed1ab_0 requires iniconfig *, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install iniconfig=iniconfig=2.0.0=pyhd8ed1ab_0 at level 97 (required by pytest=pytest=8.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign chardet=chardet=5.2.0=py311hfecb2dc_1, (pyexcel=pyexcel=0.7.0=pyhd8ed1ab_0 requires chardet *, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install chardet=chardet=5.2.0=py311hfecb2dc_1 at level 98 (required by pyexcel=pyexcel=0.7.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign requests-oauthlib=requests-oauthlib=1.3.1=pyhd8ed1ab_0, (python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0 requires requests-oauthlib *, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install requests-oauthlib=requests-oauthlib=1.3.1=pyhd8ed1ab_0 at level 99 (required by python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign pulsar-client=pulsar-client=3.4.0=py311h8715677_0, (chromadb=chromadb=0.4.22=py311hec3470c_1 requires pulsar-client >=3.1.0, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install pulsar-client=pulsar-client=3.4.0=py311h8715677_0 at level 100 (required by chromadb=chromadb=0.4.22=py311hec3470c_1)
 INFO resolvo::solver: deciding to assign libpulsar=libpulsar=3.4.2=hdbc81fc_0, (pulsar-client=pulsar-client=3.4.0=py311h8715677_0 requires libpulsar >=3.4.2,<3.4.3.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libpulsar=libpulsar=3.4.2=hdbc81fc_0 at level 101 (required by pulsar-client=pulsar-client=3.4.0=py311h8715677_0)
 INFO resolvo::solver: deciding to assign libcurl=libcurl=8.5.0=h4e8248e_0, (libpulsar=libpulsar=3.4.2=hdbc81fc_0 requires libcurl >=8.5.0,<9.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libcurl=libcurl=8.5.0=h4e8248e_0 at level 102 (required by libpulsar=libpulsar=3.4.2=hdbc81fc_0)
 INFO resolvo::solver: deciding to assign krb5=krb5=1.21.2=hc419048_0, (libcurl=libcurl=8.5.0=h4e8248e_0 requires krb5 >=1.21.2,<1.22.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install krb5=krb5=1.21.2=hc419048_0 at level 103 (required by libcurl=libcurl=8.5.0=h4e8248e_0)
 INFO resolvo::solver: deciding to assign keyutils=keyutils=1.6.1=h4e544f5_0, (krb5=krb5=1.21.2=hc419048_0 requires keyutils >=1.6.1,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install keyutils=keyutils=1.6.1=h4e544f5_0 at level 104 (required by krb5=krb5=1.21.2=hc419048_0)
 INFO resolvo::solver: deciding to assign libssh2=libssh2=1.11.0=h492db2e_0, (libcurl=libcurl=8.5.0=h4e8248e_0 requires libssh2 >=1.11.0,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libssh2=libssh2=1.11.0=h492db2e_0 at level 105 (required by libcurl=libcurl=8.5.0=h4e8248e_0)
 INFO resolvo::solver: deciding to assign libprotobuf=libprotobuf=4.24.4=h87e877f_0, (libpulsar=libpulsar=3.4.2=hdbc81fc_0 requires libprotobuf >=4.24.4,<4.24.5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libprotobuf=libprotobuf=4.24.4=h87e877f_0 at level 106 (required by libpulsar=libpulsar=3.4.2=hdbc81fc_0)
 INFO resolvo::solver: deciding to assign libabseil=libabseil=20230802.1=cxx17_h2f0025b_0, (libprotobuf=libprotobuf=4.24.4=h87e877f_0 requires libabseil >=20230802.1,<20230803.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libabseil=libabseil=20230802.1=cxx17_h2f0025b_0 at level 107 (required by libprotobuf=libprotobuf=4.24.4=h87e877f_0)
 INFO resolvo::solver: deciding to assign snappy=snappy=1.1.10=he8610fa_0, (libpulsar=libpulsar=3.4.2=hdbc81fc_0 requires snappy >=1.1.10,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install snappy=snappy=1.1.10=he8610fa_0 at level 108 (required by libpulsar=libpulsar=3.4.2=hdbc81fc_0)
 INFO resolvo::solver: deciding to assign libnghttp2=libnghttp2=1.58.0=hb0e430d_1, (libcurl=libcurl=8.5.0=h4e8248e_0 requires libnghttp2 >=1.58.0,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libnghttp2=libnghttp2=1.58.0=hb0e430d_1 at level 109 (required by libcurl=libcurl=8.5.0=h4e8248e_0)
 INFO resolvo::solver: deciding to assign py-opencv=py-opencv=4.9.0=py311hd9867b9_5, (easyocr=easyocr=1.7.1=py311h098ece5_0 requires py-opencv *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install py-opencv=py-opencv=4.9.0=py311hd9867b9_5 at level 110 (required by easyocr=easyocr=1.7.1=py311h098ece5_0)
 INFO resolvo::solver: deciding to assign libopencv=libopencv=4.9.0=py311h07a21fa_5, (py-opencv=py-opencv=4.9.0=py311hd9867b9_5 requires libopencv ==4.9.0 py311h07a21fa_5, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopencv=libopencv=4.9.0=py311h07a21fa_5 at level 111 (required by py-opencv=py-opencv=4.9.0=py311hd9867b9_5)
 INFO resolvo::solver: deciding to assign harfbuzz=harfbuzz=8.3.0=hebeb849_0, (libopencv=libopencv=4.9.0=py311h07a21fa_5 requires harfbuzz >=8.3.0,<9.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install harfbuzz=harfbuzz=8.3.0=hebeb849_0 at level 112 (required by libopencv=libopencv=4.9.0=py311h07a21fa_5)
 INFO resolvo::solver: deciding to assign cairo=cairo=1.18.0=ha13f110_0, (harfbuzz=harfbuzz=8.3.0=hebeb849_0 requires cairo >=1.18.0,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install cairo=cairo=1.18.0=ha13f110_0 at level 113 (required by harfbuzz=harfbuzz=8.3.0=hebeb849_0)
 INFO resolvo::solver: deciding to assign fontconfig=fontconfig=2.14.2=ha9a116f_0, (cairo=cairo=1.18.0=ha13f110_0 requires fontconfig >=2.14.2,<3.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install fontconfig=fontconfig=2.14.2=ha9a116f_0 at level 114 (required by cairo=cairo=1.18.0=ha13f110_0)
 INFO resolvo::solver: deciding to assign fonts-conda-ecosystem=fonts-conda-ecosystem=1=0, (cairo=cairo=1.18.0=ha13f110_0 requires fonts-conda-ecosystem *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install fonts-conda-ecosystem=fonts-conda-ecosystem=1=0 at level 115 (required by cairo=cairo=1.18.0=ha13f110_0)
 INFO resolvo::solver: deciding to assign fonts-conda-forge=fonts-conda-forge=1=0, (fonts-conda-ecosystem=fonts-conda-ecosystem=1=0 requires fonts-conda-forge *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install fonts-conda-forge=fonts-conda-forge=1=0 at level 116 (required by fonts-conda-ecosystem=fonts-conda-ecosystem=1=0)
 INFO resolvo::solver: deciding to assign font-ttf-dejavu-sans-mono=font-ttf-dejavu-sans-mono=2.37=hab24e00_0, (fonts-conda-forge=fonts-conda-forge=1=0 requires font-ttf-dejavu-sans-mono *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install font-ttf-dejavu-sans-mono=font-ttf-dejavu-sans-mono=2.37=hab24e00_0 at level 117 (required by fonts-conda-forge=fonts-conda-forge=1=0)
 INFO resolvo::solver: deciding to assign xorg-libice=xorg-libice=1.1.1=h7935292_0, (cairo=cairo=1.18.0=ha13f110_0 requires xorg-libice >=1.1.1,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-libice=xorg-libice=1.1.1=h7935292_0 at level 118 (required by cairo=cairo=1.18.0=ha13f110_0)
 INFO resolvo::solver: deciding to assign xorg-libsm=xorg-libsm=1.2.4=h5a01bc2_0, (cairo=cairo=1.18.0=ha13f110_0 requires xorg-libsm >=1.2.4,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-libsm=xorg-libsm=1.2.4=h5a01bc2_0 at level 119 (required by cairo=cairo=1.18.0=ha13f110_0)
 INFO resolvo::solver: deciding to assign libuuid=libuuid=2.38.1=hb4cce97_0, (xorg-libsm=xorg-libsm=1.2.4=h5a01bc2_0 requires libuuid >=2.38.1,<3.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libuuid=libuuid=2.38.1=hb4cce97_0 at level 120 (required by xorg-libsm=xorg-libsm=1.2.4=h5a01bc2_0)
 INFO resolvo::solver: deciding to assign xorg-libxrender=xorg-libxrender=0.9.11=h7935292_0, (cairo=cairo=1.18.0=ha13f110_0 requires xorg-libxrender >=0.9.11,<0.10.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-libxrender=xorg-libxrender=0.9.11=h7935292_0 at level 121 (required by cairo=cairo=1.18.0=ha13f110_0)
 INFO resolvo::solver: deciding to assign zlib=zlib=1.2.13=h31becfc_5, (cairo=cairo=1.18.0=ha13f110_0 requires zlib *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install zlib=zlib=1.2.13=h31becfc_5 at level 122 (required by cairo=cairo=1.18.0=ha13f110_0)
 INFO resolvo::solver: deciding to assign libglib=libglib=2.78.3=h311d5f7_0, (libopencv=libopencv=4.9.0=py311h07a21fa_5 requires libglib >=2.78.3,<3.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libglib=libglib=2.78.3=h311d5f7_0 at level 123 (required by libopencv=libopencv=4.9.0=py311h07a21fa_5)
 INFO resolvo::solver: deciding to assign gettext=gettext=0.21.1=ha18d298_0, (libglib=libglib=2.78.3=h311d5f7_0 requires gettext >=0.21.1,<1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install gettext=gettext=0.21.1=ha18d298_0 at level 124 (required by libglib=libglib=2.78.3=h311d5f7_0)
 INFO resolvo::solver: deciding to assign pcre2=pcre2=10.42=hd0f9c67_0, (libglib=libglib=2.78.3=h311d5f7_0 requires pcre2 >=10.42,<10.43.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install pcre2=pcre2=10.42=hd0f9c67_0 at level 125 (required by libglib=libglib=2.78.3=h311d5f7_0)
 INFO resolvo::solver: deciding to assign xorg-libx11=xorg-libx11=1.8.7=h055a233_0, (xorg-libxrender=xorg-libxrender=0.9.11=h7935292_0 requires xorg-libx11 >=1.8.6,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-libx11=xorg-libx11=1.8.7=h055a233_0 at level 126 (required by xorg-libxrender=xorg-libxrender=0.9.11=h7935292_0)
 INFO resolvo::solver: deciding to assign xorg-kbproto=xorg-kbproto=1.0.7=h3557bc0_1002, (xorg-libx11=xorg-libx11=1.8.7=h055a233_0 requires xorg-kbproto *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-kbproto=xorg-kbproto=1.0.7=h3557bc0_1002 at level 127 (required by xorg-libx11=xorg-libx11=1.8.7=h055a233_0)
 INFO resolvo::solver: deciding to assign xorg-xproto=xorg-xproto=7.0.31=h3557bc0_1007, (xorg-libx11=xorg-libx11=1.8.7=h055a233_0 requires xorg-xproto *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-xproto=xorg-xproto=7.0.31=h3557bc0_1007 at level 128 (required by xorg-libx11=xorg-libx11=1.8.7=h055a233_0)
 INFO resolvo::solver: deciding to assign xorg-renderproto=xorg-renderproto=0.11.1=h3557bc0_1002, (xorg-libxrender=xorg-libxrender=0.9.11=h7935292_0 requires xorg-renderproto *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-renderproto=xorg-renderproto=0.11.1=h3557bc0_1002 at level 129 (required by xorg-libxrender=xorg-libxrender=0.9.11=h7935292_0)
 INFO resolvo::solver: deciding to assign expat=expat=2.5.0=hd600fc2_1, (fontconfig=fontconfig=2.14.2=ha9a116f_0 requires expat >=2.5.0,<3.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install expat=expat=2.5.0=hd600fc2_1 at level 130 (required by fontconfig=fontconfig=2.14.2=ha9a116f_0)
 INFO resolvo::solver: deciding to assign libexpat=libexpat=2.5.0=hd600fc2_1, (expat=expat=2.5.0=hd600fc2_1 requires libexpat ==2.5.0 hd600fc2_1, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libexpat=libexpat=2.5.0=hd600fc2_1 at level 131 (required by expat=expat=2.5.0=hd600fc2_1)
 INFO resolvo::solver: deciding to assign font-ttf-inconsolata=font-ttf-inconsolata=3.000=h77eed37_0, (fonts-conda-forge=fonts-conda-forge=1=0 requires font-ttf-inconsolata *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install font-ttf-inconsolata=font-ttf-inconsolata=3.000=h77eed37_0 at level 132 (required by fonts-conda-forge=fonts-conda-forge=1=0)
 INFO resolvo::solver: deciding to assign font-ttf-source-code-pro=font-ttf-source-code-pro=2.038=h77eed37_0, (fonts-conda-forge=fonts-conda-forge=1=0 requires font-ttf-source-code-pro *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install font-ttf-source-code-pro=font-ttf-source-code-pro=2.038=h77eed37_0 at level 133 (required by fonts-conda-forge=fonts-conda-forge=1=0)
 INFO resolvo::solver: deciding to assign font-ttf-ubuntu=font-ttf-ubuntu=0.83=h77eed37_1, (fonts-conda-forge=fonts-conda-forge=1=0 requires font-ttf-ubuntu *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install font-ttf-ubuntu=font-ttf-ubuntu=0.83=h77eed37_1 at level 134 (required by fonts-conda-forge=fonts-conda-forge=1=0)
 INFO resolvo::solver: deciding to assign xorg-libxext=xorg-libxext=1.3.4=h2a766a3_2, (cairo=cairo=1.18.0=ha13f110_0 requires xorg-libxext >=1.3.4,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-libxext=xorg-libxext=1.3.4=h2a766a3_2 at level 135 (required by cairo=cairo=1.18.0=ha13f110_0)
 INFO resolvo::solver: deciding to assign qt-main=qt-main=5.15.8=h5992497_18, (libopencv=libopencv=4.9.0=py311h07a21fa_5 requires qt-main >=5.15.8,<5.16.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install qt-main=qt-main=5.15.8=h5992497_18 at level 136 (required by libopencv=libopencv=4.9.0=py311h07a21fa_5)
 INFO resolvo::solver: deciding to assign alsa-lib=alsa-lib=1.2.10=h31becfc_0, (qt-main=qt-main=5.15.8=h5992497_18 requires alsa-lib >=1.2.10,<1.2.11.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install alsa-lib=alsa-lib=1.2.10=h31becfc_0 at level 137 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign libcups=libcups=2.3.3=h405e4a8_4, (qt-main=qt-main=5.15.8=h5992497_18 requires libcups >=2.3.3,<2.4.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libcups=libcups=2.3.3=h405e4a8_4 at level 138 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign libsqlite=libsqlite=3.44.2=h194ca79_0, (qt-main=qt-main=5.15.8=h5992497_18 requires libsqlite >=3.44.2,<4.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libsqlite=libsqlite=3.44.2=h194ca79_0 at level 139 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign nspr=nspr=4.35=h4de3ea5_0, (qt-main=qt-main=5.15.8=h5992497_18 requires nspr >=4.35,<5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install nspr=nspr=4.35=h4de3ea5_0 at level 140 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign xcb-util=xcb-util=0.4.0=h31becfc_1, (qt-main=qt-main=5.15.8=h5992497_18 requires xcb-util >=0.4.0,<0.5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xcb-util=xcb-util=0.4.0=h31becfc_1 at level 141 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign xcb-util-image=xcb-util-image=0.4.0=hcb25cf1_1, (qt-main=qt-main=5.15.8=h5992497_18 requires xcb-util-image >=0.4.0,<0.5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xcb-util-image=xcb-util-image=0.4.0=hcb25cf1_1 at level 142 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign xcb-util-keysyms=xcb-util-keysyms=0.4.0=hcb25cf1_1, (qt-main=qt-main=5.15.8=h5992497_18 requires xcb-util-keysyms >=0.4.0,<0.5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xcb-util-keysyms=xcb-util-keysyms=0.4.0=hcb25cf1_1 at level 143 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign xcb-util-renderutil=xcb-util-renderutil=0.3.9=h31becfc_1, (qt-main=qt-main=5.15.8=h5992497_18 requires xcb-util-renderutil >=0.3.9,<0.4.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xcb-util-renderutil=xcb-util-renderutil=0.3.9=h31becfc_1 at level 144 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign xcb-util-wm=xcb-util-wm=0.4.1=hcb25cf1_1, (qt-main=qt-main=5.15.8=h5992497_18 requires xcb-util-wm >=0.4.1,<0.5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xcb-util-wm=xcb-util-wm=0.4.1=hcb25cf1_1 at level 145 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign libevent=libevent=2.1.12=h4ba1bb4_1, (qt-main=qt-main=5.15.8=h5992497_18 requires libevent >=2.1.12,<2.1.13.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libevent=libevent=2.1.12=h4ba1bb4_1 at level 146 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign libxkbcommon=libxkbcommon=1.6.0=h217f472_1, (qt-main=qt-main=5.15.8=h5992497_18 requires libxkbcommon >=1.6.0,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libxkbcommon=libxkbcommon=1.6.0=h217f472_1 at level 147 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign xorg-xf86vidmodeproto=xorg-xf86vidmodeproto=2.3.1=hf897c2e_1002, (qt-main=qt-main=5.15.8=h5992497_18 requires xorg-xf86vidmodeproto *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-xf86vidmodeproto=xorg-xf86vidmodeproto=2.3.1=hf897c2e_1002 at level 148 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign xorg-xextproto=xorg-xextproto=7.3.0=h2a766a3_1003, (xorg-libx11=xorg-libx11=1.8.7=h055a233_0 requires xorg-xextproto >=7.3.0,<8.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-xextproto=xorg-xextproto=7.3.0=h2a766a3_1003 at level 149 (required by xorg-libx11=xorg-libx11=1.8.7=h055a233_0)
 INFO resolvo::solver: deciding to assign libev=libev=4.33=h31becfc_2, (libnghttp2=libnghttp2=1.58.0=hb0e430d_1 requires libev >=4.33,<4.34.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install libev=libev=4.33=h31becfc_2 at level 150 (required by libnghttp2=libnghttp2=1.58.0=hb0e430d_1)
 INFO resolvo::solver: deciding to assign pixman=pixman=0.43.2=h2f0025b_0, (cairo=cairo=1.18.0=ha13f110_0 requires pixman >=0.42.2,<1.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install pixman=pixman=0.43.2=h2f0025b_0 at level 151 (required by cairo=cairo=1.18.0=ha13f110_0)
 INFO resolvo::solver: deciding to assign graphite2=graphite2=1.3.13=h7fd3ca4_1001, (harfbuzz=harfbuzz=8.3.0=hebeb849_0 requires graphite2 *, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install graphite2=graphite2=1.3.13=h7fd3ca4_1001 at level 152 (required by harfbuzz=harfbuzz=8.3.0=hebeb849_0)
 INFO resolvo::solver: deciding to assign libpq=libpq=16.2=h58720eb_0, (qt-main=qt-main=5.15.8=h5992497_18 requires libpq >=16.1,<17.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install libpq=libpq=16.2=h58720eb_0 at level 153 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign nss=nss=3.97=hc5a5cc2_0, (qt-main=qt-main=5.15.8=h5992497_18 requires nss >=3.95,<4.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install nss=nss=3.97=hc5a5cc2_0 at level 154 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign hdf5=hdf5=1.14.3=nompi_ha486f32_100, (libopencv=libopencv=4.9.0=py311h07a21fa_5 requires hdf5 >=1.14.3,<1.14.4.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install hdf5=hdf5=1.14.3=nompi_ha486f32_100 at level 155 (required by libopencv=libopencv=4.9.0=py311h07a21fa_5)
 INFO resolvo::solver: deciding to assign libaec=libaec=1.1.2=h2f0025b_1, (hdf5=hdf5=1.14.3=nompi_ha486f32_100 requires libaec >=1.1.2,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libaec=libaec=1.1.2=h2f0025b_1 at level 156 (required by hdf5=hdf5=1.14.3=nompi_ha486f32_100)
 INFO resolvo::solver: deciding to assign jasper=jasper=4.2.0=h381c573_0, (libopencv=libopencv=4.9.0=py311h07a21fa_5 requires jasper >=4.1.1,<5.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install jasper=jasper=4.2.0=h381c573_0 at level 157 (required by libopencv=libopencv=4.9.0=py311h07a21fa_5)
 INFO resolvo::solver: deciding to assign freeglut=freeglut=3.2.2=hf4b6fbe_2, (jasper=jasper=4.2.0=h381c573_0 requires freeglut >=3.2.2,<4.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install freeglut=freeglut=3.2.2=hf4b6fbe_2 at level 158 (required by jasper=jasper=4.2.0=h381c573_0)
 INFO resolvo::solver: deciding to assign xorg-libxfixes=xorg-libxfixes=5.0.3=h3557bc0_1004, (freeglut=freeglut=3.2.2=hf4b6fbe_2 requires xorg-libxfixes *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-libxfixes=xorg-libxfixes=5.0.3=h3557bc0_1004 at level 159 (required by freeglut=freeglut=3.2.2=hf4b6fbe_2)
 INFO resolvo::solver: deciding to assign xorg-libxi=xorg-libxi=1.7.10=h3557bc0_0, (freeglut=freeglut=3.2.2=hf4b6fbe_2 requires xorg-libxi *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-libxi=xorg-libxi=1.7.10=h3557bc0_0 at level 160 (required by freeglut=freeglut=3.2.2=hf4b6fbe_2)
 INFO resolvo::solver: deciding to assign xorg-inputproto=xorg-inputproto=2.3.2=h3557bc0_1002, (xorg-libxi=xorg-libxi=1.7.10=h3557bc0_0 requires xorg-inputproto *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-inputproto=xorg-inputproto=2.3.2=h3557bc0_1002 at level 161 (required by xorg-libxi=xorg-libxi=1.7.10=h3557bc0_0)
 INFO resolvo::solver: deciding to assign xorg-fixesproto=xorg-fixesproto=5.0=h3557bc0_1002, (xorg-libxfixes=xorg-libxfixes=5.0.3=h3557bc0_1004 requires xorg-fixesproto *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install xorg-fixesproto=xorg-fixesproto=5.0=h3557bc0_1002 at level 162 (required by xorg-libxfixes=xorg-libxfixes=5.0.3=h3557bc0_1004)
 INFO resolvo::solver: deciding to assign libglu=libglu=9.0.0=hf4b6fbe_1003, (jasper=jasper=4.2.0=h381c573_0 requires libglu >=9.0.0,<10.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install libglu=libglu=9.0.0=hf4b6fbe_1003 at level 163 (required by jasper=jasper=4.2.0=h381c573_0)
 INFO resolvo::solver: deciding to assign c-ares=c-ares=1.26.0=h31becfc_0, (libnghttp2=libnghttp2=1.58.0=hb0e430d_1 requires c-ares >=1.23.0,<2.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install c-ares=c-ares=1.26.0=h31becfc_0 at level 164 (required by libnghttp2=libnghttp2=1.58.0=hb0e430d_1)
 INFO resolvo::solver: deciding to assign libedit=libedit=3.1.20191231=he28a2e2_2, (krb5=krb5=1.21.2=hc419048_0 requires libedit >=3.1.20191231,<3.2.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install libedit=libedit=3.1.20191231=he28a2e2_2 at level 165 (required by krb5=krb5=1.21.2=hc419048_0)
 INFO resolvo::solver: deciding to assign xkeyboard-config=xkeyboard-config=2.41=h31becfc_0, (libxkbcommon=libxkbcommon=1.6.0=h217f472_1 requires xkeyboard-config *, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install xkeyboard-config=xkeyboard-config=2.41=h31becfc_0 at level 166 (required by libxkbcommon=libxkbcommon=1.6.0=h217f472_1)
 INFO resolvo::solver: deciding to assign dbus=dbus=1.13.6=h12b9eeb_3, (qt-main=qt-main=5.15.8=h5992497_18 requires dbus >=1.13.6,<2.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install dbus=dbus=1.13.6=h12b9eeb_3 at level 167 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign pulseaudio-client=pulseaudio-client=16.1=h729494f_5, (qt-main=qt-main=5.15.8=h5992497_18 requires pulseaudio-client >=16.1,<16.2.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install pulseaudio-client=pulseaudio-client=16.1=h729494f_5 at level 168 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign libsndfile=libsndfile=1.2.2=h79657aa_1, (pulseaudio-client=pulseaudio-client=16.1=h729494f_5 requires libsndfile >=1.2.2,<1.3.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libsndfile=libsndfile=1.2.2=h79657aa_1 at level 169 (required by pulseaudio-client=pulseaudio-client=16.1=h729494f_5)
 INFO resolvo::solver: deciding to assign libflac=libflac=1.4.3=h2f0025b_0, (libsndfile=libsndfile=1.2.2=h79657aa_1 requires libflac >=1.4.3,<1.5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libflac=libflac=1.4.3=h2f0025b_0 at level 170 (required by libsndfile=libsndfile=1.2.2=h79657aa_1)
 INFO resolvo::solver: deciding to assign libogg=libogg=1.3.4=h3557bc0_1, (libflac=libflac=1.4.3=h2f0025b_0 requires libogg >=1.3.4,<1.4.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libogg=libogg=1.3.4=h3557bc0_1 at level 171 (required by libflac=libflac=1.4.3=h2f0025b_0)
 INFO resolvo::solver: deciding to assign libopus=libopus=1.3.1=hf897c2e_1, (libsndfile=libsndfile=1.2.2=h79657aa_1 requires libopus >=1.3.1,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libopus=libopus=1.3.1=hf897c2e_1 at level 172 (required by libsndfile=libsndfile=1.2.2=h79657aa_1)
 INFO resolvo::solver: deciding to assign libvorbis=libvorbis=1.3.7=h01db608_0, (libsndfile=libsndfile=1.2.2=h79657aa_1 requires libvorbis >=1.3.7,<1.4.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libvorbis=libvorbis=1.3.7=h01db608_0 at level 173 (required by libsndfile=libsndfile=1.2.2=h79657aa_1)
 INFO resolvo::solver: deciding to assign libsystemd0=libsystemd0=255=h91e93f8_0, (pulseaudio-client=pulseaudio-client=16.1=h729494f_5 requires libsystemd0 >=254, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libsystemd0=libsystemd0=255=h91e93f8_0 at level 174 (required by pulseaudio-client=pulseaudio-client=16.1=h729494f_5)
 INFO resolvo::solver: deciding to assign libcap=libcap=2.69=h883460d_0, (libsystemd0=libsystemd0=255=h91e93f8_0 requires libcap >=2.69,<2.70.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libcap=libcap=2.69=h883460d_0 at level 175 (required by libsystemd0=libsystemd0=255=h91e93f8_0)
 INFO resolvo::solver: deciding to assign libgcrypt=libgcrypt=1.10.3=h31becfc_0, (libsystemd0=libsystemd0=255=h91e93f8_0 requires libgcrypt >=1.10.3,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libgcrypt=libgcrypt=1.10.3=h31becfc_0 at level 176 (required by libsystemd0=libsystemd0=255=h91e93f8_0)
 INFO resolvo::solver: deciding to assign libgpg-error=libgpg-error=1.47=h5ce24db_0, (libgcrypt=libgcrypt=1.10.3=h31becfc_0 requires libgpg-error >=1.47,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libgpg-error=libgpg-error=1.47=h5ce24db_0 at level 177 (required by libgcrypt=libgcrypt=1.10.3=h31becfc_0)
 INFO resolvo::solver: deciding to assign attr=attr=2.5.1=h4e544f5_1, (libcap=libcap=2.69=h883460d_0 requires attr >=2.5.1,<2.6.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install attr=attr=2.5.1=h4e544f5_1 at level 178 (required by libcap=libcap=2.69=h883460d_0)
 INFO resolvo::solver: deciding to assign mpg123=mpg123=1.32.4=h2f0025b_0, (libsndfile=libsndfile=1.2.2=h79657aa_1 requires mpg123 >=1.32.1,<1.33.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install mpg123=mpg123=1.32.4=h2f0025b_0 at level 179 (required by libsndfile=libsndfile=1.2.2=h79657aa_1)
 INFO resolvo::solver: deciding to assign lame=lame=3.100=h4e544f5_1003, (libsndfile=libsndfile=1.2.2=h79657aa_1 requires lame >=3.100,<3.101.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install lame=lame=3.100=h4e544f5_1003 at level 180 (required by libsndfile=libsndfile=1.2.2=h79657aa_1)
 INFO resolvo::solver: deciding to assign ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101, (libopencv=libopencv=4.9.0=py311h07a21fa_5 requires ffmpeg >=6.1.1,<7.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 at level 181 (required by libopencv=libopencv=4.9.0=py311h07a21fa_5)
 INFO resolvo::solver: deciding to assign aom=aom=3.7.1=h0425590_0, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires aom >=3.7.1,<3.8.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install aom=aom=3.7.1=h0425590_0 at level 182 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign dav1d=dav1d=1.2.1=h31becfc_0, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires dav1d >=1.2.1,<1.2.2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install dav1d=dav1d=1.2.1=h31becfc_0 at level 183 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign gmp=gmp=6.3.0=h2f0025b_0, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires gmp >=6.3.0,<7.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install gmp=gmp=6.3.0=h2f0025b_0 at level 184 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign gnutls=gnutls=3.7.9=hb309da9_0, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires gnutls >=3.7.9,<3.8.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install gnutls=gnutls=3.7.9=hb309da9_0 at level 185 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libtasn1=libtasn1=4.19.0=h4e544f5_0, (gnutls=gnutls=3.7.9=hb309da9_0 requires libtasn1 >=4.19.0,<5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libtasn1=libtasn1=4.19.0=h4e544f5_0 at level 186 (required by gnutls=gnutls=3.7.9=hb309da9_0)
 INFO resolvo::solver: deciding to assign nettle=nettle=3.9.1=h9d1147b_0, (gnutls=gnutls=3.7.9=hb309da9_0 requires nettle >=3.9.1,<3.10.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install nettle=nettle=3.9.1=h9d1147b_0 at level 187 (required by gnutls=gnutls=3.7.9=hb309da9_0)
 INFO resolvo::solver: deciding to assign p11-kit=p11-kit=0.24.1=h9f2702f_0, (gnutls=gnutls=3.7.9=hb309da9_0 requires p11-kit >=0.24.1,<0.25.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install p11-kit=p11-kit=0.24.1=h9f2702f_0 at level 188 (required by gnutls=gnutls=3.7.9=hb309da9_0)
 INFO resolvo::solver: deciding to assign libass=libass=0.17.1=h36b5d3b_1, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libass >=0.17.1,<0.17.2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libass=libass=0.17.1=h36b5d3b_1 at level 189 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libvpx=libvpx=1.13.1=h2f0025b_0, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libvpx >=1.13.1,<1.14.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libvpx=libvpx=1.13.1=h2f0025b_0 at level 190 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign openh264=openh264=2.4.0=h2f0025b_0, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires openh264 >=2.4.0,<2.4.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install openh264=openh264=2.4.0=h2f0025b_0 at level 191 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign svt-av1=svt-av1=1.8.0=h2f0025b_0, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires svt-av1 >=1.8.0,<1.8.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install svt-av1=svt-av1=1.8.0=h2f0025b_0 at level 192 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign fribidi=fribidi=1.0.10=hb9de7d4_0, (libass=libass=0.17.1=h36b5d3b_1 requires fribidi >=1.0.10,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install fribidi=fribidi=1.0.10=hb9de7d4_0 at level 193 (required by libass=libass=0.17.1=h36b5d3b_1)
 INFO resolvo::solver: deciding to assign x264=x264=1!164.3095=h4e544f5_2, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires x264 >=1!164.3095,<1!165, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install x264=x264=1!164.3095=h4e544f5_2 at level 194 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign x265=x265=3.5=hdd96247_3, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires x265 >=3.5,<3.6.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install x265=x265=3.5=hdd96247_3 at level 195 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-onnx-frontend=libopenvino-onnx-frontend=2023.2.0=h2e007a6_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-onnx-frontend >=2023.2.0,<2023.2.1.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-onnx-frontend=libopenvino-onnx-frontend=2023.2.0=h2e007a6_4 at level 196 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino=libopenvino=2023.2.0=h3e0449b_4, (libopenvino-onnx-frontend=libopenvino-onnx-frontend=2023.2.0=h2e007a6_4 requires libopenvino ==2023.2.0 h3e0449b_4, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino=libopenvino=2023.2.0=h3e0449b_4 at level 197 (required by libopenvino-onnx-frontend=libopenvino-onnx-frontend=2023.2.0=h2e007a6_4)
 INFO resolvo::solver: deciding to assign pugixml=pugixml=1.14=h2f0025b_0, (libopenvino=libopenvino=2023.2.0=h3e0449b_4 requires pugixml >=1.14,<1.15.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install pugixml=pugixml=1.14=h2f0025b_0 at level 198 (required by libopenvino=libopenvino=2023.2.0=h3e0449b_4)
 INFO resolvo::solver: deciding to assign libopenvino-arm-cpu-plugin=libopenvino-arm-cpu-plugin=2023.2.0=h3e0449b_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-arm-cpu-plugin >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-arm-cpu-plugin=libopenvino-arm-cpu-plugin=2023.2.0=h3e0449b_4 at level 199 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-auto-batch-plugin=libopenvino-auto-batch-plugin=2023.2.0=hd429f41_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-auto-batch-plugin >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-auto-batch-plugin=libopenvino-auto-batch-plugin=2023.2.0=hd429f41_4 at level 200 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-auto-plugin=libopenvino-auto-plugin=2023.2.0=hd429f41_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-auto-plugin >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-auto-plugin=libopenvino-auto-plugin=2023.2.0=hd429f41_4 at level 201 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-hetero-plugin=libopenvino-hetero-plugin=2023.2.0=hc6dd956_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-hetero-plugin >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-hetero-plugin=libopenvino-hetero-plugin=2023.2.0=hc6dd956_4 at level 202 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-ir-frontend=libopenvino-ir-frontend=2023.2.0=hc6dd956_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-ir-frontend >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-ir-frontend=libopenvino-ir-frontend=2023.2.0=hc6dd956_4 at level 203 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-paddle-frontend=libopenvino-paddle-frontend=2023.2.0=h2e007a6_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-paddle-frontend >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-paddle-frontend=libopenvino-paddle-frontend=2023.2.0=h2e007a6_4 at level 204 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-pytorch-frontend=libopenvino-pytorch-frontend=2023.2.0=h2f0025b_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-pytorch-frontend >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-pytorch-frontend=libopenvino-pytorch-frontend=2023.2.0=h2f0025b_4 at level 205 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-tensorflow-frontend=libopenvino-tensorflow-frontend=2023.2.0=ha7f5a5d_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-tensorflow-frontend >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-tensorflow-frontend=libopenvino-tensorflow-frontend=2023.2.0=ha7f5a5d_4 at level 206 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign libopenvino-tensorflow-lite-frontend=libopenvino-tensorflow-lite-frontend=2023.2.0=h2f0025b_4, (ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101 requires libopenvino-tensorflow-lite-frontend >=2023.2.0,<2023.2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenvino-tensorflow-lite-frontend=libopenvino-tensorflow-lite-frontend=2023.2.0=h2f0025b_4 at level 207 (required by ffmpeg=ffmpeg=6.1.1=gpl_hed0588d_101)
 INFO resolvo::solver: deciding to assign tbb=tbb=2021.11.0=h2a328a1_1, (libopenvino-auto-plugin=libopenvino-auto-plugin=2023.2.0=hd429f41_4 requires tbb >=2021.11.0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install tbb=tbb=2021.11.0=h2a328a1_1 at level 208 (required by libopenvino-auto-plugin=libopenvino-auto-plugin=2023.2.0=hd429f41_4)
 INFO resolvo::solver: deciding to assign libhwloc=libhwloc=2.9.3=default_hda148da_1009, (tbb=tbb=2021.11.0=h2a328a1_1 requires libhwloc >=2.9.3,<2.9.4.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libhwloc=libhwloc=2.9.3=default_hda148da_1009 at level 209 (required by tbb=tbb=2021.11.0=h2a328a1_1)
 INFO resolvo::solver: deciding to assign grpcio=grpcio=1.60.0=py311h1a7908d_0, (chromadb=chromadb=0.4.22=py311hec3470c_1 requires grpcio >=1.58.0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install grpcio=grpcio=1.60.0=py311h1a7908d_0 at level 210 (required by chromadb=chromadb=0.4.22=py311hec3470c_1)
 INFO resolvo::solver: deciding to assign libgrpc=libgrpc=1.60.0=h877c88e_0, (grpcio=grpcio=1.60.0=py311h1a7908d_0 requires libgrpc ==1.60.0 h877c88e_0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libgrpc=libgrpc=1.60.0=h877c88e_0 at level 211 (required by grpcio=grpcio=1.60.0=py311h1a7908d_0)
 INFO resolvo::solver: deciding to assign libre2-11=libre2-11=2023.06.02=hf48c5ca_0, (libgrpc=libgrpc=1.60.0=h877c88e_0 requires libre2-11 >=2023.6.2,<2024.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libre2-11=libre2-11=2023.06.02=hf48c5ca_0 at level 212 (required by libgrpc=libgrpc=1.60.0=h877c88e_0)
 INFO resolvo::solver: deciding to assign re2=re2=2023.06.02=h887e66c_0, (libgrpc=libgrpc=1.60.0=h877c88e_0 requires re2 *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install re2=re2=2023.06.02=h887e66c_0 at level 213 (required by libgrpc=libgrpc=1.60.0=h877c88e_0)
 INFO resolvo::solver: deciding to assign gst-plugins-base=gst-plugins-base=1.22.9=h6d82d15_0, (qt-main=qt-main=5.15.8=h5992497_18 requires gst-plugins-base >=1.22.7,<1.23.0a0, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install gst-plugins-base=gst-plugins-base=1.22.9=h6d82d15_0 at level 214 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign gstreamer=gstreamer=1.22.9=hed71854_0, (gst-plugins-base=gst-plugins-base=1.22.9=h6d82d15_0 requires gstreamer ==1.22.9 hed71854_0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install gstreamer=gstreamer=1.22.9=hed71854_0 at level 215 (required by gst-plugins-base=gst-plugins-base=1.22.9=h6d82d15_0)
 INFO resolvo::solver: deciding to assign glib=glib=2.78.3=hd84c7bf_0, (gstreamer=gstreamer=1.22.9=hed71854_0 requires glib >=2.78.3,<3.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install glib=glib=2.78.3=hd84c7bf_0 at level 216 (required by gstreamer=gstreamer=1.22.9=hed71854_0)
 INFO resolvo::solver: deciding to assign glib-tools=glib-tools=2.78.3=hd84c7bf_0, (glib=glib=2.78.3=hd84c7bf_0 requires glib-tools ==2.78.3 hd84c7bf_0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install glib-tools=glib-tools=2.78.3=hd84c7bf_0 at level 217 (required by glib=glib=2.78.3=hd84c7bf_0)
 INFO resolvo::solver: deciding to assign libclang=libclang=15.0.7=default_h65c9d4d_4, (qt-main=qt-main=5.15.8=h5992497_18 requires libclang >=15.0.7,<16.0a0, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install libclang=libclang=15.0.7=default_h65c9d4d_4 at level 218 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign libclang13=libclang13=15.0.7=default_hf5d3afd_4, (libclang=libclang=15.0.7=default_h65c9d4d_4 requires libclang13 ==15.0.7 default_hf5d3afd_4, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libclang13=libclang13=15.0.7=default_hf5d3afd_4 at level 219 (required by libclang=libclang=15.0.7=default_h65c9d4d_4)
 INFO resolvo::solver: deciding to assign libllvm15=libllvm15=15.0.7=hb4f23b0_4, (libclang13=libclang13=15.0.7=default_hf5d3afd_4 requires libllvm15 >=15.0.7,<15.1.0a0, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install libllvm15=libllvm15=15.0.7=hb4f23b0_4 at level 220 (required by libclang13=libclang13=15.0.7=default_hf5d3afd_4)
 INFO resolvo::solver: deciding to assign _openmp_mutex=_openmp_mutex=4.5=2_gnu, (libopencv=libopencv=4.9.0=py311h07a21fa_5 requires _openmp_mutex >=4.5, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install _openmp_mutex=_openmp_mutex=4.5=2_gnu at level 221 (required by libopencv=libopencv=4.9.0=py311h07a21fa_5)
 INFO resolvo::solver: deciding to assign pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3, (easyocr=easyocr=1.7.1=py311h098ece5_0 requires pytorch *, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3 at level 222 (required by easyocr=easyocr=1.7.1=py311h098ece5_0)
 INFO resolvo::solver: deciding to assign libtorch=libtorch=2.1.0=cpu_generic_h6a407ab_3, (pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3 requires libtorch 2.1.0.*, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libtorch=libtorch=2.1.0=cpu_generic_h6a407ab_3 at level 223 (required by pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3)
 INFO resolvo::solver: deciding to assign nomkl=nomkl=1.0=h5ca1d4c_0, (pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3 requires nomkl *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install nomkl=nomkl=1.0=h5ca1d4c_0 at level 224 (required by pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3)
 INFO resolvo::solver: deciding to assign libuv=libuv=1.46.0=h31becfc_0, (libtorch=libtorch=2.1.0=cpu_generic_h6a407ab_3 requires libuv >=1.46.0,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libuv=libuv=1.46.0=h31becfc_0 at level 225 (required by libtorch=libtorch=2.1.0=cpu_generic_h6a407ab_3)
 INFO resolvo::solver: deciding to assign torchvision=torchvision=0.16.1=cpu_py311hf08dbec_2, (easyocr=easyocr=1.7.1=py311h098ece5_0 requires torchvision >=0.5, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install torchvision=torchvision=0.16.1=cpu_py311hf08dbec_2 at level 226 (required by easyocr=easyocr=1.7.1=py311h098ece5_0)
 INFO resolvo::solver: deciding to assign sleef=sleef=3.5.1=h4f30969_2, (libtorch=libtorch=2.1.0=cpu_generic_h6a407ab_3 requires sleef >=3.5.1,<4.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install sleef=sleef=3.5.1=h4f30969_2 at level 227 (required by libtorch=libtorch=2.1.0=cpu_generic_h6a407ab_3)
 INFO resolvo::solver: deciding to assign sympy=sympy=1.12=pypyh9d50eac_103, (pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3 requires sympy *, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install sympy=sympy=1.12=pypyh9d50eac_103 at level 228 (required by pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3)
 INFO resolvo::solver: deciding to assign gmpy2=gmpy2=2.1.2=py311h00bc151_1, (sympy=sympy=1.12=pypyh9d50eac_103 requires gmpy2 >=2.0.8, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install gmpy2=gmpy2=2.1.2=py311h00bc151_1 at level 229 (required by sympy=sympy=1.12=pypyh9d50eac_103)
 INFO resolvo::solver: deciding to assign mpc=mpc=1.3.1=hf4c8f4c_0, (gmpy2=gmpy2=2.1.2=py311h00bc151_1 requires mpc >=1.2.1,<2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install mpc=mpc=1.3.1=hf4c8f4c_0 at level 230 (required by gmpy2=gmpy2=2.1.2=py311h00bc151_1)
 INFO resolvo::solver: deciding to assign mpfr=mpfr=4.2.1=ha2d0fc4_0, (mpc=mpc=1.3.1=hf4c8f4c_0 requires mpfr >=4.1.0,<5.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install mpfr=mpfr=4.2.1=ha2d0fc4_0 at level 231 (required by mpc=mpc=1.3.1=hf4c8f4c_0)
 INFO resolvo::solver: deciding to assign mpmath=mpmath=1.3.0=pyhd8ed1ab_0, (sympy=sympy=1.12=pypyh9d50eac_103 requires mpmath >=0.19, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install mpmath=mpmath=1.3.0=pyhd8ed1ab_0 at level 232 (required by sympy=sympy=1.12=pypyh9d50eac_103)
 INFO resolvo::solver: deciding to assign bzip2=bzip2=1.0.8=h31becfc_5, (libarchive=libarchive=3.7.2=hd2f85e0_1 requires bzip2 >=1.0.8,<2.0a0, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install bzip2=bzip2=1.0.8=h31becfc_5 at level 233 (required by libarchive=libarchive=3.7.2=hd2f85e0_1)
 INFO resolvo::solver: deciding to assign libffi=libffi=3.4.2=h3557bc0_5, (libglib=libglib=2.78.3=h311d5f7_0 requires libffi >=3.4,<4.0a0, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install libffi=libffi=3.4.2=h3557bc0_5 at level 234 (required by libglib=libglib=2.78.3=h311d5f7_0)
 INFO resolvo::solver: deciding to assign poppler=poppler=24.02.0=h3cd87ed_0, (pdf2image=pdf2image=1.16.3=pyhd8ed1ab_1 requires poppler *, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install poppler=poppler=24.02.0=h3cd87ed_0 at level 235 (required by pdf2image=pdf2image=1.16.3=pyhd8ed1ab_1)
 INFO resolvo::solver: deciding to assign poppler-data=poppler-data=0.4.12=hd8ed1ab_0, (poppler=poppler=24.02.0=h3cd87ed_0 requires poppler-data *, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install poppler-data=poppler-data=0.4.12=hd8ed1ab_0 at level 236 (required by poppler=poppler=24.02.0=h3cd87ed_0)
 INFO resolvo::solver: deciding to assign requests=requests=2.31.0=pyhd8ed1ab_0, (torchvision=torchvision=0.16.1=cpu_py311hf08dbec_2 requires requests *, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install requests=requests=2.31.0=pyhd8ed1ab_0 at level 237 (required by torchvision=torchvision=0.16.1=cpu_py311hf08dbec_2)
 INFO resolvo::solver: deciding to assign scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2, (easyocr=easyocr=1.7.1=py311h098ece5_0 requires scikit-image *, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2 at level 238 (required by easyocr=easyocr=1.7.1=py311h098ece5_0)
 INFO resolvo::solver: deciding to assign lazy_loader=lazy_loader=0.3=pyhd8ed1ab_0, (scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2 requires lazy_loader >=0.2, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install lazy_loader=lazy_loader=0.3=pyhd8ed1ab_0 at level 239 (required by scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2)
 INFO resolvo::solver: deciding to assign pywavelets=pywavelets=1.4.1=py311hf13da56_1, (scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2 requires pywavelets >=1.1.1, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install pywavelets=pywavelets=1.4.1=py311hf13da56_1 at level 240 (required by scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2)
 INFO resolvo::solver: deciding to assign ecdsa=ecdsa=0.18.0=pyhd8ed1ab_1, (python-jose=python-jose=3.3.0=pyh6c4a22f_1 requires ecdsa !=0.15, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install ecdsa=ecdsa=0.18.0=pyhd8ed1ab_1 at level 241 (required by python-jose=python-jose=3.3.0=pyh6c4a22f_1)
 INFO resolvo::solver: deciding to assign lml=lml=0.1.0=pyh9f0ad1d_0, (pyexcel-io=pyexcel-io=0.6.6=pyhd8ed1ab_0 requires lml >=0.0.4, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install lml=lml=0.1.0=pyh9f0ad1d_0 at level 242 (required by pyexcel-io=pyexcel-io=0.6.6=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign typing-extensions=typing-extensions=4.9.0=hd8ed1ab_0, (pydantic-core=pydantic-core=2.16.2=py311h2bdde80_1 requires typing-extensions >=4.6.0,!=4.7.0, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install typing-extensions=typing-extensions=4.9.0=hd8ed1ab_0 at level 243 (required by pydantic-core=pydantic-core=2.16.2=py311h2bdde80_1)
 INFO resolvo::solver: deciding to assign typing_extensions=typing_extensions=4.9.0=pyha770c72_0, (typing-extensions=typing-extensions=4.9.0=hd8ed1ab_0 requires typing_extensions ==4.9.0 pyha770c72_0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install typing_extensions=typing_extensions=4.9.0=pyha770c72_0 at level 244 (required by typing-extensions=typing-extensions=4.9.0=hd8ed1ab_0)
 INFO resolvo::solver: deciding to assign imageio=imageio=2.33.1=pyh8c1a49c_0, (scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2 requires imageio >=2.27, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install imageio=imageio=2.33.1=pyh8c1a49c_0 at level 245 (required by scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2)
 INFO resolvo::solver: deciding to assign libidn2=libidn2=2.3.7=h31becfc_0, (gnutls=gnutls=3.7.9=hb309da9_0 requires libidn2 >=2,<3.0a0, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install libidn2=libidn2=2.3.7=h31becfc_0 at level 246 (required by gnutls=gnutls=3.7.9=hb309da9_0)
 INFO resolvo::solver: deciding to assign libunistring=libunistring=0.9.10=hf897c2e_0, (libidn2=libidn2=2.3.7=h31becfc_0 requires libunistring >=0,<1.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libunistring=libunistring=0.9.10=hf897c2e_0 at level 247 (required by libidn2=libidn2=2.3.7=h31becfc_0)
 INFO resolvo::solver: deciding to assign mysql-libs=mysql-libs=8.0.33=hf629957_6, (qt-main=qt-main=5.15.8=h5992497_18 requires mysql-libs >=8.0.33,<8.1.0a0, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install mysql-libs=mysql-libs=8.0.33=hf629957_6 at level 248 (required by qt-main=qt-main=5.15.8=h5992497_18)
 INFO resolvo::solver: deciding to assign mysql-common=mysql-common=8.0.33=hb6794ad_6, (mysql-libs=mysql-libs=8.0.33=hf629957_6 requires mysql-common ==8.0.33 hb6794ad_6, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install mysql-common=mysql-common=8.0.33=hb6794ad_6 at level 249 (required by mysql-libs=mysql-libs=8.0.33=hf629957_6)
 INFO resolvo::solver: deciding to assign deprecated=deprecated=1.2.14=pyh1a96a4e_0, (opentelemetry-api=opentelemetry-api=1.22.0=pyhd8ed1ab_1 requires deprecated >=1.2.6, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install deprecated=deprecated=1.2.14=pyh1a96a4e_0 at level 250 (required by opentelemetry-api=opentelemetry-api=1.22.0=pyhd8ed1ab_1)
 INFO resolvo::solver: deciding to assign tqdm=tqdm=4.66.1=pyhd8ed1ab_0, (chromadb=chromadb=0.4.22=py311hec3470c_1 requires tqdm >=4.65.0, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install tqdm=tqdm=4.66.1=pyhd8ed1ab_0 at level 251 (required by chromadb=chromadb=0.4.22=py311hec3470c_1)
 INFO resolvo::solver: deciding to assign python-levenshtein=python-levenshtein=0.24.0=pyhd8ed1ab_0, (thefuzz=thefuzz=0.22.1=pyhd8ed1ab_0 requires python-levenshtein >=0.12, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install python-levenshtein=python-levenshtein=0.24.0=pyhd8ed1ab_0 at level 252 (required by thefuzz=thefuzz=0.22.1=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign levenshtein=levenshtein=0.24.0=py311h8715677_0, (python-levenshtein=python-levenshtein=0.24.0=pyhd8ed1ab_0 requires levenshtein ==0.24.0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install levenshtein=levenshtein=0.24.0=py311h8715677_0 at level 253 (required by python-levenshtein=python-levenshtein=0.24.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign matplotlib-inline=matplotlib-inline=0.1.6=pyhd8ed1ab_0, (ipython=ipython=8.21.0=pyh707e725_0 requires matplotlib-inline *, 9 possible candidates)
 INFO resolvo::solver: ╤══ Install matplotlib-inline=matplotlib-inline=0.1.6=pyhd8ed1ab_0 at level 254 (required by ipython=ipython=8.21.0=pyh707e725_0)
 INFO resolvo::solver: deciding to assign packaging=packaging=23.2=pyhd8ed1ab_0, (scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2 requires packaging >=21, 9 possible candidates)
 INFO resolvo::solver: ╤══ Install packaging=packaging=23.2=pyhd8ed1ab_0 at level 255 (required by scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2)
 INFO resolvo::solver: deciding to assign click=click=8.1.7=unix_pyh707e725_0, (typer=typer=0.9.0=pyhd8ed1ab_0 requires click >=7.1.1,<9, 9 possible candidates)
 INFO resolvo::solver: ╤══ Install click=click=8.1.7=unix_pyh707e725_0 at level 256 (required by typer=typer=0.9.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign blinker=blinker=1.7.0=pyhd8ed1ab_0, (oauthlib=oauthlib=3.2.2=pyhd8ed1ab_0 requires blinker *, 9 possible candidates)
 INFO resolvo::solver: ╤══ Install blinker=blinker=1.7.0=pyhd8ed1ab_0 at level 257 (required by oauthlib=oauthlib=3.2.2=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign idna=idna=3.6=pyhd8ed1ab_0, (anyio=anyio=3.7.1=pyhd8ed1ab_0 requires idna >=2.8, 9 possible candidates)
 INFO resolvo::solver: ╤══ Install idna=idna=3.6=pyhd8ed1ab_0 at level 258 (required by anyio=anyio=3.7.1=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign jinja2=jinja2=3.1.3=pyhd8ed1ab_0, (pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3 requires jinja2 *, 10 possible candidates)
 INFO resolvo::solver: ╤══ Install jinja2=jinja2=3.1.3=pyhd8ed1ab_0 at level 259 (required by pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3)
 INFO resolvo::solver: deciding to assign markupsafe=markupsafe=2.1.5=py311hc8f2f60_0, (jinja2=jinja2=3.1.3=pyhd8ed1ab_0 requires markupsafe >=2.0, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install markupsafe=markupsafe=2.1.5=py311hc8f2f60_0 at level 260 (required by jinja2=jinja2=3.1.3=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign ninja=ninja=1.11.1=hdd96247_0, (easyocr=easyocr=1.7.1=py311h098ece5_0 requires ninja *, 10 possible candidates)
 INFO resolvo::solver: ╤══ Install ninja=ninja=1.11.1=hdd96247_0 at level 261 (required by easyocr=easyocr=1.7.1=py311h098ece5_0)
 INFO resolvo::solver: deciding to assign shapely=shapely=2.0.2=py311hbbe59c9_1, (easyocr=easyocr=1.7.1=py311h098ece5_0 requires shapely *, 10 possible candidates)
 INFO resolvo::solver: ╤══ Install shapely=shapely=2.0.2=py311hbbe59c9_1 at level 262 (required by easyocr=easyocr=1.7.1=py311h098ece5_0)
 INFO resolvo::solver: deciding to assign geos=geos=3.12.1=h2f0025b_0, (shapely=shapely=2.0.2=py311hbbe59c9_1 requires geos >=3.12.1,<3.12.2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install geos=geos=3.12.1=h2f0025b_0 at level 263 (required by shapely=shapely=2.0.2=py311hbbe59c9_1)
 INFO resolvo::solver: deciding to assign python-dateutil=python-dateutil=2.8.2=pyhd8ed1ab_0, (python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0 requires python-dateutil >=2.5.3, 10 possible candidates)
 INFO resolvo::solver: ╤══ Install python-dateutil=python-dateutil=2.8.2=pyhd8ed1ab_0 at level 264 (required by python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign opentelemetry-exporter-otlp-proto-grpc=opentelemetry-exporter-otlp-proto-grpc=1.22.0=pyhd8ed1ab_1, (chromadb=chromadb=0.4.22=py311hec3470c_1 requires opentelemetry-exporter-otlp-proto-grpc >=1.2.0, 10 possible candidates)
 INFO resolvo::solver: ╤══ Install opentelemetry-exporter-otlp-proto-grpc=opentelemetry-exporter-otlp-proto-grpc=1.22.0=pyhd8ed1ab_1 at level 265 (required by chromadb=chromadb=0.4.22=py311hec3470c_1)
 INFO resolvo::solver: deciding to assign opentelemetry-exporter-otlp-proto-common=opentelemetry-exporter-otlp-proto-common=1.22.0=pyhd8ed1ab_1, (opentelemetry-exporter-otlp-proto-grpc=opentelemetry-exporter-otlp-proto-grpc=1.22.0=pyhd8ed1ab_1 requires opentelemetry-exporter-otlp-proto-common ==1.22.0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install opentelemetry-exporter-otlp-proto-common=opentelemetry-exporter-otlp-proto-common=1.22.0=pyhd8ed1ab_1 at level 266 (required by opentelemetry-exporter-otlp-proto-grpc=opentelemetry-exporter-otlp-proto-grpc=1.22.0=pyhd8ed1ab_1)
 INFO resolvo::solver: deciding to assign opentelemetry-proto=opentelemetry-proto=1.22.0=pyhd8ed1ab_1, (opentelemetry-exporter-otlp-proto-common=opentelemetry-exporter-otlp-proto-common=1.22.0=pyhd8ed1ab_1 requires opentelemetry-proto ==1.22.0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install opentelemetry-proto=opentelemetry-proto=1.22.0=pyhd8ed1ab_1 at level 267 (required by opentelemetry-exporter-otlp-proto-common=opentelemetry-exporter-otlp-proto-common=1.22.0=pyhd8ed1ab_1)
 INFO resolvo::solver: deciding to assign protobuf=protobuf=4.24.4=py311h2dbc127_0, (opentelemetry-proto=opentelemetry-proto=1.22.0=pyhd8ed1ab_1 requires protobuf >=3.19,<5.0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install protobuf=protobuf=4.24.4=py311h2dbc127_0 at level 268 (required by opentelemetry-proto=opentelemetry-proto=1.22.0=pyhd8ed1ab_1)
 INFO resolvo::solver: deciding to assign googleapis-common-protos=googleapis-common-protos=1.62.0=pyhd8ed1ab_0, (opentelemetry-exporter-otlp-proto-grpc=opentelemetry-exporter-otlp-proto-grpc=1.22.0=pyhd8ed1ab_1 requires googleapis-common-protos >=1.52,<2.0, 9 possible candidates)
 INFO resolvo::solver: ╤══ Install googleapis-common-protos=googleapis-common-protos=1.62.0=pyhd8ed1ab_0 at level 269 (required by opentelemetry-exporter-otlp-proto-grpc=opentelemetry-exporter-otlp-proto-grpc=1.22.0=pyhd8ed1ab_1)
 INFO resolvo::solver: deciding to assign backoff=backoff=1.11.1=pyhd8ed1ab_0, (opentelemetry-exporter-otlp-proto-common=opentelemetry-exporter-otlp-proto-common=1.22.0=pyhd8ed1ab_1 requires backoff >=1.10.0,<3.0.0, 10 possible candidates)
 INFO resolvo::solver: ╤══ Install backoff=backoff=1.11.1=pyhd8ed1ab_0 at level 270 (required by opentelemetry-exporter-otlp-proto-common=opentelemetry-exporter-otlp-proto-common=1.22.0=pyhd8ed1ab_1)
 INFO resolvo::solver: deciding to assign python=python=3.11.7=h43d1f9e_1_cpython, (<root> requires python 3.11.*, 11 possible candidates)
 INFO resolvo::solver: ╤══ Install python=python=3.11.7=h43d1f9e_1_cpython at level 271 (required by <root>)
 INFO resolvo::solver: deciding to assign libnsl=libnsl=2.0.1=h31becfc_0, (python=python=3.11.7=h43d1f9e_1_cpython requires libnsl >=2.0.1,<2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libnsl=libnsl=2.0.1=h31becfc_0 at level 272 (required by python=python=3.11.7=h43d1f9e_1_cpython)
 INFO resolvo::solver: deciding to assign libxcrypt=libxcrypt=4.4.36=h31becfc_1, (python=python=3.11.7=h43d1f9e_1_cpython requires libxcrypt >=4.4.36, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libxcrypt=libxcrypt=4.4.36=h31becfc_1 at level 273 (required by python=python=3.11.7=h43d1f9e_1_cpython)
 INFO resolvo::solver: deciding to assign readline=readline=8.2=h8fc344f_1, (python=python=3.11.7=h43d1f9e_1_cpython requires readline >=8.2,<9.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install readline=readline=8.2=h8fc344f_1 at level 274 (required by python=python=3.11.7=h43d1f9e_1_cpython)
 INFO resolvo::solver: deciding to assign ncurses=ncurses=6.4=h0425590_2, (python=python=3.11.7=h43d1f9e_1_cpython requires ncurses >=6.4,<7.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install ncurses=ncurses=6.4=h0425590_2 at level 275 (required by python=python=3.11.7=h43d1f9e_1_cpython)
 INFO resolvo::solver: deciding to assign ld_impl_linux-aarch64=ld_impl_linux-aarch64=2.40=h2d8c526_0, (python=python=3.11.7=h43d1f9e_1_cpython requires ld_impl_linux-aarch64 >=2.36.1, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install ld_impl_linux-aarch64=ld_impl_linux-aarch64=2.40=h2d8c526_0 at level 276 (required by python=python=3.11.7=h43d1f9e_1_cpython)
 INFO resolvo::solver: deciding to assign shellingham=shellingham=1.5.4=pyhd8ed1ab_0, (typer=typer=0.9.0=pyhd8ed1ab_0 requires shellingham >=1.3.0,<2.0.0, 11 possible candidates)
 INFO resolvo::solver: ╤══ Install shellingham=shellingham=1.5.4=pyhd8ed1ab_0 at level 277 (required by typer=typer=0.9.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign posthog=posthog=3.3.3=pyhd8ed1ab_0, (chromadb=chromadb=0.4.22=py311hec3470c_1 requires posthog >=2.4.0, 11 possible candidates)
 INFO resolvo::solver: ╤══ Install posthog=posthog=3.3.3=pyhd8ed1ab_0 at level 278 (required by chromadb=chromadb=0.4.22=py311hec3470c_1)
 INFO resolvo::solver: deciding to assign monotonic=monotonic=1.5=py_0, (posthog=posthog=3.3.3=pyhd8ed1ab_0 requires monotonic >=1.5.0,<2.0.0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install monotonic=monotonic=1.5=py_0 at level 279 (required by posthog=posthog=3.3.3=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign tokenizers=tokenizers=0.15.1=py311h63f9b81_0, (chromadb=chromadb=0.4.22=py311hec3470c_1 requires tokenizers >=0.13.2, 11 possible candidates)
 INFO resolvo::solver: ╤══ Install tokenizers=tokenizers=0.15.1=py311h63f9b81_0 at level 280 (required by chromadb=chromadb=0.4.22=py311hec3470c_1)
 INFO resolvo::solver: deciding to assign huggingface_hub=huggingface_hub=0.20.2=pyhd8ed1ab_0, (tokenizers=tokenizers=0.15.1=py311h63f9b81_0 requires huggingface_hub >=0.16.4,<1.0, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install huggingface_hub=huggingface_hub=0.20.2=pyhd8ed1ab_0 at level 281 (required by tokenizers=tokenizers=0.15.1=py311h63f9b81_0)
 INFO resolvo::solver: deciding to assign fsspec=fsspec=2024.2.0=pyhca7485f_0, (huggingface_hub=huggingface_hub=0.20.2=pyhd8ed1ab_0 requires fsspec >=2023.5.0, 11 possible candidates)
 INFO resolvo::solver: ╤══ Install fsspec=fsspec=2024.2.0=pyhca7485f_0 at level 282 (required by huggingface_hub=huggingface_hub=0.20.2=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign tomli=tomli=2.0.1=pyhd8ed1ab_0, (pytest=pytest=8.0.0=pyhd8ed1ab_0 requires tomli >=1.0.0, 12 possible candidates)
 INFO resolvo::solver: ╤══ Install tomli=tomli=2.0.1=pyhd8ed1ab_0 at level 283 (required by pytest=pytest=8.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign dnspython=dnspython=2.5.0=pyhd8ed1ab_0, (pymongo=pymongo=4.6.1=py311h1bf5055_0 requires dnspython >=1.16.0,<3.0.0, 12 possible candidates)
 INFO resolvo::solver: ╤══ Install dnspython=dnspython=2.5.0=pyhd8ed1ab_0 at level 284 (required by pymongo=pymongo=4.6.1=py311h1bf5055_0)
 INFO resolvo::solver: deciding to assign rapidfuzz=rapidfuzz=3.6.1=py311h8715677_0, (levenshtein=levenshtein=0.24.0=py311h8715677_0 requires rapidfuzz >=3.1.0,<4.0.0, 12 possible candidates)
 INFO resolvo::solver: ╤══ Install rapidfuzz=rapidfuzz=3.6.1=py311h8715677_0 at level 285 (required by levenshtein=levenshtein=0.24.0=py311h8715677_0)
 INFO resolvo::solver: deciding to assign stack_data=stack_data=0.6.2=pyhd8ed1ab_0, (ipython=ipython=8.21.0=pyh707e725_0 requires stack_data *, 13 possible candidates)
 INFO resolvo::solver: ╤══ Install stack_data=stack_data=0.6.2=pyhd8ed1ab_0 at level 286 (required by ipython=ipython=8.21.0=pyh707e725_0)
 INFO resolvo::solver: deciding to assign pure_eval=pure_eval=0.2.2=pyhd8ed1ab_0, (stack_data=stack_data=0.6.2=pyhd8ed1ab_0 requires pure_eval *, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install pure_eval=pure_eval=0.2.2=pyhd8ed1ab_0 at level 287 (required by stack_data=stack_data=0.6.2=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign certifi=certifi=2024.2.2=pyhd8ed1ab_0, (requests=requests=2.31.0=pyhd8ed1ab_0 requires certifi >=2017.4.17, 13 possible candidates)
 INFO resolvo::solver: ╤══ Install certifi=certifi=2024.2.2=pyhd8ed1ab_0 at level 288 (required by requests=requests=2.31.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign rsa=rsa=4.9=pyhd8ed1ab_0, (python-jose=python-jose=3.3.0=pyh6c4a22f_1 requires rsa *, 13 possible candidates)
 INFO resolvo::solver: ╤══ Install rsa=rsa=4.9=pyhd8ed1ab_0 at level 289 (required by python-jose=python-jose=3.3.0=pyh6c4a22f_1)
 INFO resolvo::solver: deciding to assign pandas=pandas=2.2.0=py311h2dc6514_0, (<root> requires pandas 2.*, 14 possible candidates)
 INFO resolvo::solver: ╤══ Install pandas=pandas=2.2.0=py311h2dc6514_0 at level 290 (required by <root>)
 INFO resolvo::solver: deciding to assign python-tzdata=python-tzdata=2023.4=pyhd8ed1ab_0, (pandas=pandas=2.2.0=py311h2dc6514_0 requires python-tzdata >=2022a, 10 possible candidates)
 INFO resolvo::solver: ╤══ Install python-tzdata=python-tzdata=2023.4=pyhd8ed1ab_0 at level 291 (required by pandas=pandas=2.2.0=py311h2dc6514_0)
 INFO resolvo::solver: deciding to assign libgfortran5=libgfortran5=13.2.0=h582850c_5, (hdf5=hdf5=1.14.3=nompi_ha486f32_100 requires libgfortran5 >=12.3.0, 14 possible candidates)
 INFO resolvo::solver: ╤══ Install libgfortran5=libgfortran5=13.2.0=h582850c_5 at level 292 (required by hdf5=hdf5=1.14.3=nompi_ha486f32_100)
 INFO resolvo::solver: deciding to assign libgfortran-ng=libgfortran-ng=13.2.0=he9431aa_5, (hdf5=hdf5=1.14.3=nompi_ha486f32_100 requires libgfortran-ng *, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libgfortran-ng=libgfortran-ng=13.2.0=he9431aa_5 at level 293 (required by hdf5=hdf5=1.14.3=nompi_ha486f32_100)
 INFO resolvo::solver: deciding to assign libgcc-ng=libgcc-ng=13.2.0=hf8544c7_5, (libgfortran5=libgfortran5=13.2.0=h582850c_5 requires libgcc-ng >=13.2.0, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install libgcc-ng=libgcc-ng=13.2.0=hf8544c7_5 at level 294 (required by libgfortran5=libgfortran5=13.2.0=h582850c_5)
 INFO resolvo::solver: deciding to assign libgomp=libgomp=13.2.0=hf8544c7_5, (_openmp_mutex=_openmp_mutex=4.5=2_gnu requires libgomp >=7.5.0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libgomp=libgomp=13.2.0=hf8544c7_5 at level 295 (required by _openmp_mutex=_openmp_mutex=4.5=2_gnu)
 INFO resolvo::solver: deciding to assign decorator=decorator=5.1.1=pyhd8ed1ab_0, (ipython=ipython=8.21.0=pyh707e725_0 requires decorator *, 15 possible candidates)
 INFO resolvo::solver: ╤══ Install decorator=decorator=5.1.1=pyhd8ed1ab_0 at level 296 (required by ipython=ipython=8.21.0=pyh707e725_0)
 INFO resolvo::solver: deciding to assign exceptiongroup=exceptiongroup=1.2.0=pyhd8ed1ab_2, (ipython=ipython=8.21.0=pyh707e725_0 requires exceptiongroup *, 15 possible candidates)
 INFO resolvo::solver: ╤══ Install exceptiongroup=exceptiongroup=1.2.0=pyhd8ed1ab_2 at level 297 (required by ipython=ipython=8.21.0=pyh707e725_0)
 INFO resolvo::solver: deciding to assign numpy=numpy=1.26.4=py311h69ead2a_0, (pandas=pandas=2.2.0=py311h2dc6514_0 requires numpy >=1.23.5,<2.0a0, 15 possible candidates)
 INFO resolvo::solver: ╤══ Install numpy=numpy=1.26.4=py311h69ead2a_0 at level 298 (required by pandas=pandas=2.2.0=py311h2dc6514_0)
 INFO resolvo::solver: deciding to assign networkx=networkx=3.2.1=pyhd8ed1ab_0, (scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2 requires networkx >=2.8, 15 possible candidates)
 INFO resolvo::solver: ╤══ Install networkx=networkx=3.2.1=pyhd8ed1ab_0 at level 299 (required by scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2)
 INFO resolvo::solver: deciding to assign scipy=scipy=1.12.0=py311h69ead2a_2, (scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2 requires scipy >=1.8, 15 possible candidates)
 INFO resolvo::solver: ╤══ Install scipy=scipy=1.12.0=py311h69ead2a_2 at level 300 (required by scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2)
 INFO resolvo::solver: deciding to assign pyasn1=pyasn1=0.5.1=pyhd8ed1ab_0, (rsa=rsa=4.9=pyhd8ed1ab_0 requires pyasn1 >=0.1.3, 15 possible candidates)
 INFO resolvo::solver: ╤══ Install pyasn1=pyasn1=0.5.1=pyhd8ed1ab_0 at level 301 (required by rsa=rsa=4.9=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign importlib-metadata=importlib-metadata=6.10.0=pyha770c72_0, (opentelemetry-api=opentelemetry-api=1.22.0=pyhd8ed1ab_1 requires importlib-metadata >=6.0.0,<7.0.0, 15 possible candidates)
 INFO resolvo::solver: ╤══ Install importlib-metadata=importlib-metadata=6.10.0=pyha770c72_0 at level 302 (required by opentelemetry-api=opentelemetry-api=1.22.0=pyhd8ed1ab_1)
 INFO resolvo::solver: deciding to assign texttable=texttable=1.7.0=pyhd8ed1ab_0, (pyexcel=pyexcel=0.7.0=pyhd8ed1ab_0 requires texttable >=0.8.2, 17 possible candidates)
 INFO resolvo::solver: ╤══ Install texttable=texttable=1.7.0=pyhd8ed1ab_0 at level 303 (required by pyexcel=pyexcel=0.7.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign libstdcxx-ng=libstdcxx-ng=13.2.0=h9a76618_5, (lz4-c=lz4-c=1.9.4=hd600fc2_0 requires libstdcxx-ng >=12, 18 possible candidates)
 INFO resolvo::solver: ╤══ Install libstdcxx-ng=libstdcxx-ng=13.2.0=h9a76618_5 at level 304 (required by lz4-c=lz4-c=1.9.4=hd600fc2_0)
 INFO resolvo::solver: deciding to assign asttokens=asttokens=2.4.1=pyhd8ed1ab_0, (stack_data=stack_data=0.6.2=pyhd8ed1ab_0 requires asttokens *, 19 possible candidates)
 INFO resolvo::solver: ╤══ Install asttokens=asttokens=2.4.1=pyhd8ed1ab_0 at level 305 (required by stack_data=stack_data=0.6.2=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign wcwidth=wcwidth=0.2.13=pyhd8ed1ab_0, (prompt-toolkit=prompt-toolkit=3.0.42=pyha770c72_0 requires wcwidth *, 19 possible candidates)
 INFO resolvo::solver: ╤══ Install wcwidth=wcwidth=0.2.13=pyhd8ed1ab_0 at level 306 (required by prompt-toolkit=prompt-toolkit=3.0.42=pyha770c72_0)
 INFO resolvo::solver: deciding to assign pytz=pytz=2024.1=pyhd8ed1ab_0, (pandas=pandas=2.2.0=py311h2dc6514_0 requires pytz >=2020.1, 19 possible candidates)
 INFO resolvo::solver: ╤══ Install pytz=pytz=2024.1=pyhd8ed1ab_0 at level 307 (required by pandas=pandas=2.2.0=py311h2dc6514_0)
 INFO resolvo::solver: deciding to assign importlib-resources=importlib-resources=6.1.1=pyhd8ed1ab_0, (chromadb=chromadb=0.4.22=py311hec3470c_1 requires importlib-resources *, 19 possible candidates)
 INFO resolvo::solver: ╤══ Install importlib-resources=importlib-resources=6.1.1=pyhd8ed1ab_0 at level 308 (required by chromadb=chromadb=0.4.22=py311hec3470c_1)
 INFO resolvo::solver: deciding to assign importlib_resources=importlib_resources=6.1.1=pyhd8ed1ab_0, (importlib-resources=importlib-resources=6.1.1=pyhd8ed1ab_0 requires importlib_resources >=6.1.1,<6.1.2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install importlib_resources=importlib_resources=6.1.1=pyhd8ed1ab_0 at level 309 (required by importlib-resources=importlib-resources=6.1.1=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign cryptography=cryptography=41.0.7=py311h2245af3_1, (dnspython=dnspython=2.5.0=pyhd8ed1ab_0 requires cryptography >=2.6,<42.0, 19 possible candidates)
 INFO resolvo::solver: ╤══ Install cryptography=cryptography=41.0.7=py311h2245af3_1 at level 310 (required by dnspython=dnspython=2.5.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign cffi=cffi=1.16.0=py311h7963103_0, (cryptography=cryptography=41.0.7=py311h2245af3_1 requires cffi >=1.12, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install cffi=cffi=1.16.0=py311h7963103_0 at level 311 (required by cryptography=cryptography=41.0.7=py311h2245af3_1)
 INFO resolvo::solver: deciding to assign pycparser=pycparser=2.21=pyhd8ed1ab_0, (cffi=cffi=1.16.0=py311h7963103_0 requires pycparser *, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install pycparser=pycparser=2.21=pyhd8ed1ab_0 at level 312 (required by cffi=cffi=1.16.0=py311h7963103_0)
 INFO resolvo::solver: deciding to assign pyjwt=pyjwt=2.8.0=pyhd8ed1ab_1, (oauthlib=oauthlib=3.2.2=pyhd8ed1ab_0 requires pyjwt >=1.0.0, 16 possible candidates)
 INFO resolvo::solver: ╤══ Install pyjwt=pyjwt=2.8.0=pyhd8ed1ab_1 at level 313 (required by oauthlib=oauthlib=3.2.2=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign executing=executing=2.0.1=pyhd8ed1ab_0, (stack_data=stack_data=0.6.2=pyhd8ed1ab_0 requires executing *, 20 possible candidates)
 INFO resolvo::solver: ╤══ Install executing=executing=2.0.1=pyhd8ed1ab_0 at level 314 (required by stack_data=stack_data=0.6.2=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign tifffile=tifffile=2024.1.30=pyhd8ed1ab_0, (scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2 requires tifffile >=2022.8.12, 22 possible candidates)
 INFO resolvo::solver: ╤══ Install tifffile=tifffile=2024.1.30=pyhd8ed1ab_0 at level 315 (required by scikit-image=scikit-image=0.22.0=py311h2fc9f9c_2)
 INFO resolvo::solver: deciding to assign imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0, (tifffile=tifffile=2024.1.30=pyhd8ed1ab_0 requires imagecodecs >=2023.8.12, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 at level 316 (required by tifffile=tifffile=2024.1.30=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign blosc=blosc=1.21.5=h2f3a684_0, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires blosc >=1.21.5,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install blosc=blosc=1.21.5=h2f3a684_0 at level 317 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign charls=charls=2.4.2=h2f0025b_0, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires charls >=2.4.2,<2.5.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install charls=charls=2.4.2=h2f0025b_0 at level 318 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign libavif16=libavif16=1.0.3=h7bd187c_1, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires libavif16 >=1.0.1,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libavif16=libavif16=1.0.3=h7bd187c_1 at level 319 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign zfp=zfp=1.0.1=h2f0025b_0, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires zfp >=1.0.1,<2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install zfp=zfp=1.0.1=h2f0025b_0 at level 320 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign brunsli=brunsli=0.1=h01db608_0, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires brunsli >=0.1,<1.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install brunsli=brunsli=0.1=h01db608_0 at level 321 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign libbrotlicommon=libbrotlicommon=1.1.0=h31becfc_1, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires libbrotlicommon >=1.1.0,<1.2.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libbrotlicommon=libbrotlicommon=1.1.0=h31becfc_1 at level 322 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign libbrotlidec=libbrotlidec=1.1.0=h31becfc_1, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires libbrotlidec >=1.1.0,<1.2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libbrotlidec=libbrotlidec=1.1.0=h31becfc_1 at level 323 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign libbrotlienc=libbrotlienc=1.1.0=h31becfc_1, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires libbrotlienc >=1.1.0,<1.2.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libbrotlienc=libbrotlienc=1.1.0=h31becfc_1 at level 324 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign libzopfli=libzopfli=1.0.3=h01db608_0, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires libzopfli >=1.0.3,<1.1.0a0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install libzopfli=libzopfli=1.0.3=h01db608_0 at level 325 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign rav1e=rav1e=0.6.6=h1d8f897_2, (libavif16=libavif16=1.0.3=h7bd187c_1 requires rav1e >=0.6.6,<1.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install rav1e=rav1e=0.6.6=h1d8f897_2 at level 326 (required by libavif16=libavif16=1.0.3=h7bd187c_1)
 INFO resolvo::solver: deciding to assign jxrlib=jxrlib=1.1=h31becfc_3, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires jxrlib >=1.1,<1.2.0a0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install jxrlib=jxrlib=1.1=h31becfc_3 at level 327 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign c-blosc2=c-blosc2=2.13.2=h1a8d543_0, (imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0 requires c-blosc2 >=2.12.0,<3.0a0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install c-blosc2=c-blosc2=2.13.2=h1a8d543_0 at level 328 (required by imagecodecs=imagecodecs=2024.1.1=py311h1ace9ac_0)
 INFO resolvo::solver: deciding to assign zlib-ng=zlib-ng=2.0.7=hb4cce97_0, (c-blosc2=c-blosc2=2.13.2=h1a8d543_0 requires zlib-ng >=2.0.7,<2.1.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install zlib-ng=zlib-ng=2.0.7=hb4cce97_0 at level 329 (required by c-blosc2=c-blosc2=2.13.2=h1a8d543_0)
 INFO resolvo::solver: deciding to assign brotli=brotli=1.1.0=h31becfc_1, (brunsli=brunsli=0.1=h01db608_0 requires brotli >=1.0.9,<2.0a0, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install brotli=brotli=1.1.0=h31becfc_1 at level 330 (required by brunsli=brunsli=0.1=h01db608_0)
 INFO resolvo::solver: deciding to assign brotli-bin=brotli-bin=1.1.0=h31becfc_1, (brotli=brotli=1.1.0=h31becfc_1 requires brotli-bin ==1.1.0 h31becfc_1, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install brotli-bin=brotli-bin=1.1.0=h31becfc_1 at level 331 (required by brotli=brotli=1.1.0=h31becfc_1)
 INFO resolvo::solver: deciding to assign charset-normalizer=charset-normalizer=3.3.2=pyhd8ed1ab_0, (requests=requests=2.31.0=pyhd8ed1ab_0 requires charset-normalizer >=2,<4, 23 possible candidates)
 INFO resolvo::solver: ╤══ Install charset-normalizer=charset-normalizer=3.3.2=pyhd8ed1ab_0 at level 332 (required by requests=requests=2.31.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign tzdata=tzdata=2024a=h0c530f3_0, (python=python=3.11.7=h43d1f9e_1_cpython requires tzdata *, 24 possible candidates)
 INFO resolvo::solver: ╤══ Install tzdata=tzdata=2024a=h0c530f3_0 at level 333 (required by python=python=3.11.7=h43d1f9e_1_cpython)
 INFO resolvo::solver: deciding to assign urllib3=urllib3=1.26.18=pyhd8ed1ab_0, (python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0 requires urllib3 >=1.24.2,<2.0, 24 possible candidates)
 INFO resolvo::solver: ╤══ Install urllib3=urllib3=1.26.18=pyhd8ed1ab_0 at level 334 (required by python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign pysocks=pysocks=1.7.1=pyha2e5f31_6, (urllib3=urllib3=1.26.18=pyhd8ed1ab_0 requires pysocks >=1.5.6,<2.0,!=1.5.7, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install pysocks=pysocks=1.7.1=pyha2e5f31_6 at level 335 (required by urllib3=urllib3=1.26.18=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign brotli-python=brotli-python=1.1.0=py311h8715677_1, (urllib3=urllib3=1.26.18=pyhd8ed1ab_0 requires brotli-python >=1.0.9, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install brotli-python=brotli-python=1.1.0=py311h8715677_1 at level 336 (required by urllib3=urllib3=1.26.18=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign websocket-client=websocket-client=1.7.0=pyhd8ed1ab_0, (python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0 requires websocket-client >=0.32.0,!=0.40.0,!=0.41.*,!=0.42.*, 24 possible candidates)
 INFO resolvo::solver: ╤══ Install websocket-client=websocket-client=1.7.0=pyhd8ed1ab_0 at level 337 (required by python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign setuptools=setuptools=69.0.3=pyhd8ed1ab_0, (<root> requires setuptools >=61, 25 possible candidates)
 INFO resolvo::solver: ╤══ Install setuptools=setuptools=69.0.3=pyhd8ed1ab_0 at level 338 (required by <root>)
 INFO resolvo::solver: deciding to assign ca-certificates=ca-certificates=2024.2.2=hcefe29a_0, (openssl=openssl=3.2.1=h31becfc_0 requires ca-certificates *, 25 possible candidates)
 INFO resolvo::solver: ╤══ Install ca-certificates=ca-certificates=2024.2.2=hcefe29a_0 at level 339 (required by openssl=openssl=3.2.1=h31becfc_0)
 INFO resolvo::solver: deciding to assign asgiref=asgiref=3.7.2=pyhd8ed1ab_0, (opentelemetry-instrumentation-asgi=opentelemetry-instrumentation-asgi=0.43b0=pyhd8ed1ab_0 requires asgiref ~=3.0, 26 possible candidates)
 INFO resolvo::solver: ╤══ Install asgiref=asgiref=3.7.2=pyhd8ed1ab_0 at level 340 (required by opentelemetry-instrumentation-asgi=opentelemetry-instrumentation-asgi=0.43b0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign onnxruntime=onnxruntime=1.17.0=py311h8c5b6de_1_cpu, (chromadb=chromadb=0.4.22=py311hec3470c_1 requires onnxruntime >=1.14.1, 26 possible candidates)
 INFO resolvo::solver: ╤══ Install onnxruntime=onnxruntime=1.17.0=py311h8c5b6de_1_cpu at level 341 (required by chromadb=chromadb=0.4.22=py311hec3470c_1)
 INFO resolvo::solver: deciding to assign coloredlogs=coloredlogs=15.0.1=pyhd8ed1ab_3, (onnxruntime=onnxruntime=1.17.0=py311h8c5b6de_1_cpu requires coloredlogs *, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install coloredlogs=coloredlogs=15.0.1=pyhd8ed1ab_3 at level 342 (required by onnxruntime=onnxruntime=1.17.0=py311h8c5b6de_1_cpu)
 INFO resolvo::solver: deciding to assign humanfriendly=humanfriendly=10.0=pyhd8ed1ab_6, (coloredlogs=coloredlogs=15.0.1=pyhd8ed1ab_3 requires humanfriendly >=9.1, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install humanfriendly=humanfriendly=10.0=pyhd8ed1ab_6 at level 343 (required by coloredlogs=coloredlogs=15.0.1=pyhd8ed1ab_3)
 INFO resolvo::solver: deciding to assign python-flatbuffers=python-flatbuffers=23.5.26=pyhd8ed1ab_0, (onnxruntime=onnxruntime=1.17.0=py311h8c5b6de_1_cpu requires python-flatbuffers *, 10 possible candidates)
 INFO resolvo::solver: ╤══ Install python-flatbuffers=python-flatbuffers=23.5.26=pyhd8ed1ab_0 at level 344 (required by onnxruntime=onnxruntime=1.17.0=py311h8c5b6de_1_cpu)
 INFO resolvo::solver: deciding to assign setuptools-scm=setuptools-scm=8.0.4=pyhd8ed1ab_0, (<root> requires setuptools-scm *, 27 possible candidates)
 INFO resolvo::solver: ╤══ Install setuptools-scm=setuptools-scm=8.0.4=pyhd8ed1ab_0 at level 345 (required by <root>)
 INFO resolvo::solver: deciding to assign traitlets=traitlets=5.14.1=pyhd8ed1ab_0, (ipython=ipython=8.21.0=pyh707e725_0 requires traitlets >=5, 27 possible candidates)
 INFO resolvo::solver: ╤══ Install traitlets=traitlets=5.14.1=pyhd8ed1ab_0 at level 346 (required by ipython=ipython=8.21.0=pyh707e725_0)
 INFO resolvo::solver: deciding to assign pygments=pygments=2.17.2=pyhd8ed1ab_0, (ipython=ipython=8.21.0=pyh707e725_0 requires pygments >=2.4.0, 28 possible candidates)
 INFO resolvo::solver: ╤══ Install pygments=pygments=2.17.2=pyhd8ed1ab_0 at level 347 (required by ipython=ipython=8.21.0=pyh707e725_0)
 INFO resolvo::solver: deciding to assign libblas=libblas=3.9.0=21_linuxaarch64_openblas, (numpy=numpy=1.26.4=py311h69ead2a_0 requires libblas >=3.9.0,<4.0a0, 28 possible candidates)
 INFO resolvo::solver: ╤══ Install libblas=libblas=3.9.0=21_linuxaarch64_openblas at level 348 (required by numpy=numpy=1.26.4=py311h69ead2a_0)
 INFO resolvo::solver: deciding to assign libopenblas=libopenblas=0.3.26=pthreads_h5a5ec62_0, (libblas=libblas=3.9.0=21_linuxaarch64_openblas requires libopenblas >=0.3.26,<0.3.27.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libopenblas=libopenblas=0.3.26=pthreads_h5a5ec62_0 at level 349 (required by libblas=libblas=3.9.0=21_linuxaarch64_openblas)
 INFO resolvo::solver: deciding to assign libcblas=libcblas=3.9.0=21_linuxaarch64_openblas, (numpy=numpy=1.26.4=py311h69ead2a_0 requires libcblas >=3.9.0,<4.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install libcblas=libcblas=3.9.0=21_linuxaarch64_openblas at level 350 (required by numpy=numpy=1.26.4=py311h69ead2a_0)
 INFO resolvo::solver: deciding to assign liblapack=liblapack=3.9.0=21_linuxaarch64_openblas, (numpy=numpy=1.26.4=py311h69ead2a_0 requires liblapack >=3.9.0,<4.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install liblapack=liblapack=3.9.0=21_linuxaarch64_openblas at level 351 (required by numpy=numpy=1.26.4=py311h69ead2a_0)
 INFO resolvo::solver: deciding to assign liblapacke=liblapacke=3.9.0=21_linuxaarch64_openblas, (libopencv=libopencv=4.9.0=py311h07a21fa_5 requires liblapacke >=3.9.0,<4.0a0, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install liblapacke=liblapacke=3.9.0=21_linuxaarch64_openblas at level 352 (required by libopencv=libopencv=4.9.0=py311h07a21fa_5)
 INFO resolvo::solver: deciding to assign zipp=zipp=3.17.0=pyhd8ed1ab_0, (importlib_resources=importlib_resources=6.1.1=pyhd8ed1ab_0 requires zipp >=3.1.0, 28 possible candidates)
 INFO resolvo::solver: ╤══ Install zipp=zipp=3.17.0=pyhd8ed1ab_0 at level 353 (required by importlib_resources=importlib_resources=6.1.1=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign openai=openai=1.0.0=pyhd8ed1ab_0, (<root> requires openai <=1.0, 37 possible candidates)
 INFO resolvo::solver: ╤══ Install openai=openai=1.0.0=pyhd8ed1ab_0 at level 354 (required by <root>)
 INFO resolvo::solver: deciding to assign distro=distro=1.9.0=pyhd8ed1ab_0, (openai=openai=1.0.0=pyhd8ed1ab_0 requires distro >=1.7.0,<2, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install distro=distro=1.9.0=pyhd8ed1ab_0 at level 355 (required by openai=openai=1.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign filelock=filelock=3.13.1=pyhd8ed1ab_0, (pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3 requires filelock *, 40 possible candidates)
 INFO resolvo::solver: ╤══ Install filelock=filelock=3.13.1=pyhd8ed1ab_0 at level 356 (required by pytorch=pytorch=2.1.0=cpu_generic_py311hd32751b_3)
 INFO resolvo::solver: deciding to assign rich=rich=13.7.0=pyhd8ed1ab_0, (typer=typer=0.9.0=pyhd8ed1ab_0 requires rich >=10.11.0,<14.0.0, 42 possible candidates)
 INFO resolvo::solver: ╤══ Install rich=rich=13.7.0=pyhd8ed1ab_0 at level 357 (required by typer=typer=0.9.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign markdown-it-py=markdown-it-py=3.0.0=pyhd8ed1ab_0, (rich=rich=13.7.0=pyhd8ed1ab_0 requires markdown-it-py >=2.2.0, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install markdown-it-py=markdown-it-py=3.0.0=pyhd8ed1ab_0 at level 358 (required by rich=rich=13.7.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign mdurl=mdurl=0.1.2=pyhd8ed1ab_0, (markdown-it-py=markdown-it-py=3.0.0=pyhd8ed1ab_0 requires mdurl >=0.1,<1, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install mdurl=mdurl=0.1.2=pyhd8ed1ab_0 at level 359 (required by markdown-it-py=markdown-it-py=3.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign pip=pip=24.0=pyhd8ed1ab_0, (<root> requires pip *, 52 possible candidates)
 INFO resolvo::solver: ╤══ Install pip=pip=24.0=pyhd8ed1ab_0 at level 360 (required by <root>)
 INFO resolvo::solver: deciding to assign wheel=wheel=0.42.0=pyhd8ed1ab_0, (pip=pip=24.0=pyhd8ed1ab_0 requires wheel *, 21 possible candidates)
 INFO resolvo::solver: ╤══ Install wheel=wheel=0.42.0=pyhd8ed1ab_0 at level 361 (required by pip=pip=24.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign google-auth=google-auth=2.27.0=pyhca7485f_0, (python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0 requires google-auth >=1.0.1, 89 possible candidates)
 INFO resolvo::solver: ╤══ Install google-auth=google-auth=2.27.0=pyhca7485f_0 at level 362 (required by python-kubernetes=python-kubernetes=29.0.0=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign pyasn1-modules=pyasn1-modules=0.3.0=pyhd8ed1ab_0, (google-auth=google-auth=2.27.0=pyhca7485f_0 requires pyasn1-modules >=0.2.1, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install pyasn1-modules=pyasn1-modules=0.3.0=pyhd8ed1ab_0 at level 363 (required by google-auth=google-auth=2.27.0=pyhca7485f_0)
 INFO resolvo::solver: deciding to assign pyu2f=pyu2f=0.1.5=pyhd8ed1ab_0, (google-auth=google-auth=2.27.0=pyhca7485f_0 requires pyu2f >=0.1.5, 2 possible candidates)
 INFO resolvo::solver: ╤══ Install pyu2f=pyu2f=0.1.5=pyhd8ed1ab_0 at level 364 (required by google-auth=google-auth=2.27.0=pyhca7485f_0)
 INFO resolvo::solver: deciding to assign pyopenssl=pyopenssl=24.0.0=pyhd8ed1ab_0, (google-auth=google-auth=2.27.0=pyhca7485f_0 requires pyopenssl >=20.0.0, 4 possible candidates)
 INFO resolvo::solver: ╤══ Install pyopenssl=pyopenssl=24.0.0=pyhd8ed1ab_0 at level 365 (required by google-auth=google-auth=2.27.0=pyhca7485f_0)
 INFO resolvo::solver: deciding to assign aiohttp=aiohttp=3.9.1=py311hcd402e7_0, (google-auth=google-auth=2.27.0=pyhca7485f_0 requires aiohttp >=3.6.2,<4.0.0, 7 possible candidates)
 INFO resolvo::solver: ╤══ Install aiohttp=aiohttp=3.9.1=py311hcd402e7_0 at level 366 (required by google-auth=google-auth=2.27.0=pyhca7485f_0)
 INFO resolvo::solver: deciding to assign aiosignal=aiosignal=1.3.1=pyhd8ed1ab_0, (aiohttp=aiohttp=3.9.1=py311hcd402e7_0 requires aiosignal >=1.1.2, 3 possible candidates)
 INFO resolvo::solver: ╤══ Install aiosignal=aiosignal=1.3.1=pyhd8ed1ab_0 at level 367 (required by aiohttp=aiohttp=3.9.1=py311hcd402e7_0)
 INFO resolvo::solver: deciding to assign multidict=multidict=6.0.5=py311hcd402e7_0, (aiohttp=aiohttp=3.9.1=py311hcd402e7_0 requires multidict >=4.5,<7.0, 5 possible candidates)
 INFO resolvo::solver: ╤══ Install multidict=multidict=6.0.5=py311hcd402e7_0 at level 368 (required by aiohttp=aiohttp=3.9.1=py311hcd402e7_0)
 INFO resolvo::solver: deciding to assign frozenlist=frozenlist=1.4.1=py311hcd402e7_0, (aiosignal=aiosignal=1.3.1=pyhd8ed1ab_0 requires frozenlist >=1.1.0, 6 possible candidates)
 INFO resolvo::solver: ╤══ Install frozenlist=frozenlist=1.4.1=py311hcd402e7_0 at level 369 (required by aiosignal=aiosignal=1.3.1=pyhd8ed1ab_0)
 INFO resolvo::solver: deciding to assign yarl=yarl=1.9.4=py311hcd402e7_0, (aiohttp=aiohttp=3.9.1=py311hcd402e7_0 requires yarl >=1.0,<2.0, 8 possible candidates)
 INFO resolvo::solver: ╤══ Install yarl=yarl=1.9.4=py311hcd402e7_0 at level 370 (required by aiohttp=aiohttp=3.9.1=py311hcd402e7_0)
 INFO resolvo::solver: deciding to assign cachetools=cachetools=5.3.2=pyhd8ed1ab_0, (google-auth=google-auth=2.27.0=pyhca7485f_0 requires cachetools >=2.0.0,<6.0, 17 possible candidates)
 INFO resolvo::solver: ╤══ Install cachetools=cachetools=5.3.2=pyhd8ed1ab_0 at level 371 (required by google-auth=google-auth=2.27.0=pyhca7485f_0)
 INFO resolvo::solver: deciding to assign attrs=attrs=23.2.0=pyh71513ae_0, (aiohttp=aiohttp=3.9.1=py311hcd402e7_0 requires attrs >=17.3.0, 21 possible candidates)
 INFO resolvo::solver: ╤══ Install attrs=attrs=23.2.0=pyh71513ae_0 at level 372 (required by aiohttp=aiohttp=3.9.1=py311hcd402e7_0)
 INFO pixi::environment: solved conda package for environment 'default' 'linux-aarch64'
 INFO pixi::environment: extracted conda packages for 'default' 'linux-aarch64'
DEBUG validating{path=/Users/pavel/Library/Caches/rattler/cache/pkgs/libwebp-1.3.2-hf30222e_1}: rattler::package_cache: validation succeeded
DEBUG validating{path=/Users/pavel/Library/Caches/rattler/cache/pkgs/lzo-2.10-h642e427_1000}: rattler::package_cache: validation succeeded
DEBUG validating{path=/Users/pavel/Library/Caches/rattler/cache/pkgs/libarchive-3.7.2-hcacb583_1}: rattler::package_cache: validation succeeded
DEBUG validating{path=/Users/pavel/Library/Caches/rattler/cache/pkgs/leptonica-1.83.1-hc69d283_5}: rattler::package_cache: validation succeeded
DEBUG validating{path=/Users/pavel/Library/Caches/rattler/cache/pkgs/tesseract-5.3.4-he632f33_0}: rattler::package_cache: validation succeeded
DEBUG rattler_conda_types::repo_data::topological_sort: Breaking cycle: {}
DEBUG rattler::install::clobber_registry: clobbering decision: remove lib/python3.11/site-packages/markupsafe/_speedups.pyi from PackageName { normalized: None, source: "markupsafe" }
DEBUG rattler::install::clobber_registry: clobbering decision: choose lib/python3.11/site-packages/markupsafe/_speedups.pyi from (176, PackageName { normalized: None, source: "pytorch" })
  ✔ downloading          [00:00:01] Done!
  ✔ linking              [00:00:01] Done!                                                                                              × failed to post process the environment (unclobbering)
  ╰─▶ No such file or directory (os error 2)

@ruben-arts
Copy link
Contributor

Thanks @pavelzw, @wolfv this is something you know more about.

@wolfv
Copy link
Member

wolfv commented Feb 9, 2024

Yes, we're fixing this today in rattler: conda/rattler#511 Sorry!

@ruben-arts
Copy link
Contributor

Hey i assume this is fixed now in 0.14.0, please reopen if that was not the case!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants