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

Import failure due to pytorch_lightning.loggers #1772

Closed
wakelin-g opened this issue Oct 28, 2022 · 8 comments
Closed

Import failure due to pytorch_lightning.loggers #1772

wakelin-g opened this issue Oct 28, 2022 · 8 comments
Labels

Comments

@wakelin-g
Copy link

On attempting import scvi-tools 0.18.0 I get the following:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In [1], line 1
----> 1 import scvi

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/__init__.py:10
      7 from ._settings import settings
      9 # this import needs to come after prior imports to prevent circular import
---> 10 from . import data, model, external, utils
     12 # https://github.com/python-poetry/poetry/pull/2366#issuecomment-652418094
     13 # https://github.com/python-poetry/poetry/issues/144#issuecomment-623927302
     14 try:

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/model/__init__.py:2
      1 from . import utils
----> 2 from ._amortizedlda import AmortizedLDA
      3 from ._autozi import AUTOZI
      4 from ._condscvi import CondSCVI

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/model/_amortizedlda.py:17
     14 from scvi.module import AmortizedLDAPyroModule
     15 from scvi.utils import setup_anndata_dsp
---> 17 from .base import BaseModelClass, PyroSviTrainMixin
     19 logger = logging.getLogger(__name__)
     22 class AmortizedLDA(PyroSviTrainMixin, BaseModelClass):

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/model/base/__init__.py:4
      2 from ._base_model import BaseLatentModeModelClass, BaseModelClass
      3 from ._differential import DifferentialComputation
----> 4 from ._jaxmixin import JaxTrainingMixin
      5 from ._pyromixin import PyroJitGuideWarmup, PyroSampleMixin, PyroSviTrainMixin
      6 from ._rnamixin import RNASeqMixin

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/model/base/_jaxmixin.py:9
      6 import numpy as np
      8 from scvi.dataloaders import DataSplitter
----> 9 from scvi.train import JaxModuleInit, JaxTrainingPlan, TrainRunner
     11 logger = logging.getLogger(__name__)
     14 class JaxTrainingMixin:

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/train/__init__.py:2
      1 from ._callbacks import JaxModuleInit, LoudEarlyStopping, SaveBestState
----> 2 from ._trainer import Trainer
      3 from ._trainingplans import (
      4     AdversarialTrainingPlan,
      5     ClassifierTrainingPlan,
   (...)
      9     TrainingPlan,
     10 )
     11 from ._trainrunner import TrainRunner

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/train/_trainer.py:13
     10 from scvi._compat import Literal
     12 from ._callbacks import LoudEarlyStopping
---> 13 from ._logger import SimpleLogger
     14 from ._progress import ProgressBar
     15 from ._trainingplans import PyroTrainingPlan

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/train/_logger.py:6
      4 import torch
      5 from pytorch_lightning.loggers.base import rank_zero_experiment
----> 6 from pytorch_lightning.loggers import Logger
      7 from pytorch_lightning.utilities import rank_zero_only
     10 class SimpleExperiment:

ImportError: cannot import name 'Logger' from 'pytorch_lightning.loggers' (/home/griffen/miniconda3/envs/scvi/lib/python3.10/site-packages/pytorch_lightning/loggers/__init__.py)

When I check pytorch_lightning itself, python is correct. There is indeed no 'Logger' in _loggers.py:

image

Not sure if I have the wrong version of pytorch_lightning? Or something else entirely.

Any help would be much appreciated.

Thanks,
GW

Versions
# packages in environment at /home/griffen/miniconda3/envs/scvi:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                  2_kmp_llvm    conda-forge
absl-py                   1.3.0              pyhd8ed1ab_0    conda-forge
aiohttp                   3.8.3           py310h5764c6d_1    conda-forge
aiosignal                 1.2.0              pyhd8ed1ab_0    conda-forge
alabaster                 0.7.12                     py_0    conda-forge
anndata                   0.8.0              pyhd8ed1ab_1    conda-forge
arpack                    3.7.0                hdefa2d7_2    conda-forge
asttokens                 2.0.8              pyhd8ed1ab_0    conda-forge
async-timeout             4.0.2              pyhd8ed1ab_0    conda-forge
attrs                     22.1.0             pyh71513ae_1    conda-forge
babel                     2.10.3             pyhd8ed1ab_0    conda-forge
backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
backports                 1.0                        py_2    conda-forge
backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
blas                      2.116                       mkl    conda-forge
blas-devel                3.9.0            16_linux64_mkl    conda-forge
blinker                   1.5                pyhd8ed1ab_0    conda-forge
brotli                    1.0.9                h166bdaf_8    conda-forge
brotli-bin                1.0.9                h166bdaf_8    conda-forge
brotlipy                  0.7.0           py310h5764c6d_1005    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
c-ares                    1.18.1               h7f98852_0    conda-forge
ca-certificates           2022.9.24            ha878542_0    conda-forge
cached-property           1.5.2                hd8ed1ab_1    conda-forge
cached_property           1.5.2              pyha770c72_1    conda-forge
cachetools                4.2.4              pyhd8ed1ab_0    conda-forge
certifi                   2022.9.24          pyhd8ed1ab_0    conda-forge
cffi                      1.15.1          py310h255011f_2    conda-forge
charset-normalizer        2.1.1              pyhd8ed1ab_0    conda-forge
chex                      0.1.5              pyhd8ed1ab_0    conda-forge
click                     8.1.3           unix_pyhd8ed1ab_2    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
commonmark                0.9.1                      py_0    conda-forge
contextlib2               21.6.0             pyhd8ed1ab_0    conda-forge
contourpy                 1.0.5           py310hbf28c38_1    conda-forge
cpuonly                   2.0                           0    pytorch
cryptography              38.0.2          py310h600f1e7_2    conda-forge
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
dataclasses               0.8                pyhc8e2a94_3    conda-forge
debugpy                   1.6.3           py310hd8f1fbe_1    conda-forge
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
dm-tree                   0.1.7           py310h769672d_0    conda-forge
docrep                    0.3.2              pyh44b312d_0    conda-forge
docutils                  0.19            py310hff52083_1    conda-forge
entrypoints               0.4                pyhd8ed1ab_0    conda-forge
et_xmlfile                1.0.1                   py_1001    conda-forge
etils                     0.8.0              pyhd8ed1ab_0    conda-forge
executing                 1.1.1              pyhd8ed1ab_0    conda-forge
ffmpeg                    4.3                  hf484d3e_0    pytorch
flax                      0.5.0              pyhd8ed1ab_0    conda-forge
fonttools                 4.38.0          py310h5764c6d_1    conda-forge
freetype                  2.12.1               hca18f0e_0    conda-forge
frozenlist                1.3.1           py310h5764c6d_1    conda-forge
fsspec                    2022.10.0          pyhd8ed1ab_0    conda-forge
future                    0.18.2             pyhd8ed1ab_6    conda-forge
glpk                      5.0                  h445213a_0    conda-forge
gmp                       6.2.1                h58526e2_0    conda-forge
gnutls                    3.6.13               h85f3911_1    conda-forge
google-auth               1.35.0             pyh6c4a22f_0    conda-forge
google-auth-oauthlib      0.4.6              pyhd8ed1ab_0    conda-forge
grpc-cpp                  1.47.1               h30feacc_7    conda-forge
grpcio                    1.49.1          py310hc32fa93_0    conda-forge
h5py                      3.7.0           nompi_py310h416281c_102    conda-forge
hdf5                      1.12.2          nompi_h4df4325_100    conda-forge
icu                       70.1                 h27087fc_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
igraph                    0.10.2               ha1f048c_0    conda-forge
imagesize                 1.4.1              pyhd8ed1ab_0    conda-forge
importlib-metadata        5.0.0              pyha770c72_1    conda-forge
importlib_metadata        5.0.0                hd8ed1ab_1    conda-forge
importlib_resources       5.10.0             pyhd8ed1ab_0    conda-forge
ipykernel                 6.16.2             pyh210e3f2_0    conda-forge
ipython                   8.5.0              pyh41d4057_1    conda-forge
ipywidgets                8.0.2              pyhd8ed1ab_1    conda-forge
jax                       0.3.23             pyhd8ed1ab_0    conda-forge
jaxlib                    0.3.22          cpu_py310h59da3f0_0    conda-forge
jedi                      0.18.1             pyhd8ed1ab_2    conda-forge
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
joblib                    1.2.0              pyhd8ed1ab_0    conda-forge
jpeg                      9e                   h166bdaf_2    conda-forge
jsonschema                4.16.0             pyhd8ed1ab_0    conda-forge
jupyter_client            7.4.4              pyhd8ed1ab_0    conda-forge
jupyter_core              4.11.1          py310hff52083_1    conda-forge
jupyterlab_widgets        3.0.3              pyhd8ed1ab_0    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
kiwisolver                1.4.4           py310hbf28c38_1    conda-forge
krb5                      1.19.3               h08a2579_0    conda-forge
lame                      3.100             h166bdaf_1003    conda-forge
lcms2                     2.12                 hddcbb42_0    conda-forge
ld_impl_linux-64          2.39                 hc81fddc_0    conda-forge
leidenalg                 0.9.0           py310hd8f1fbe_0    conda-forge
lerc                      4.0.0                h27087fc_0    conda-forge
libabseil                 20220623.0      cxx17_h48a1fff_4    conda-forge
libblas                   3.9.0            16_linux64_mkl    conda-forge
libbrotlicommon           1.0.9                h166bdaf_8    conda-forge
libbrotlidec              1.0.9                h166bdaf_8    conda-forge
libbrotlienc              1.0.9                h166bdaf_8    conda-forge
libcblas                  3.9.0            16_linux64_mkl    conda-forge
libcurl                   7.86.0               h2283fc2_0    conda-forge
libdeflate                1.14                 h166bdaf_0    conda-forge
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 12.2.0              h65d4601_19    conda-forge
libgfortran-ng            12.2.0              h69a702a_19    conda-forge
libgfortran5              12.2.0              h337968e_19    conda-forge
libgrpc                   1.49.1               h30feacc_0    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
liblapack                 3.9.0            16_linux64_mkl    conda-forge
liblapacke                3.9.0            16_linux64_mkl    conda-forge
libllvm11                 11.1.0               he0ac6c6_5    conda-forge
libnghttp2                1.47.0               hff17c54_1    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libpng                    1.6.38               h753d276_0    conda-forge
libprotobuf               3.21.9               h6239696_0    conda-forge
libsodium                 1.0.18               h36c2ea0_1    conda-forge
libsqlite                 3.39.4               h753d276_0    conda-forge
libssh2                   1.10.0               hf14f497_3    conda-forge
libstdcxx-ng              12.2.0              h46fd767_19    conda-forge
libtiff                   4.4.0                h55922b4_4    conda-forge
libuuid                   2.32.1            h7f98852_1000    conda-forge
libwebp-base              1.2.4                h166bdaf_0    conda-forge
libxcb                    1.13              h7f98852_1004    conda-forge
libxml2                   2.10.3               h7463322_0    conda-forge
libzlib                   1.2.13               h166bdaf_4    conda-forge
llvm-openmp               14.0.4               he0ac6c6_0    conda-forge
llvmlite                  0.39.1          py310h58363a5_1    conda-forge
markdown                  3.4.1              pyhd8ed1ab_0    conda-forge
markupsafe                2.1.1           py310h5764c6d_2    conda-forge
matplotlib-base           3.6.1           py310h8d5ebf3_1    conda-forge
matplotlib-inline         0.1.6              pyhd8ed1ab_0    conda-forge
metis                     5.1.0             h58526e2_1006    conda-forge
mkl                       2022.1.0           h84fe81f_915    conda-forge
mkl-devel                 2022.1.0           ha770c72_916    conda-forge
mkl-include               2022.1.0           h84fe81f_915    conda-forge
ml-collections            0.1.1              pyhd8ed1ab_0    conda-forge
mpfr                      4.1.0                h9202a9a_1    conda-forge
msgpack-python            1.0.4           py310hbf28c38_1    conda-forge
mudata                    0.2.0              pyhd8ed1ab_0    conda-forge
multidict                 6.0.2           py310h5764c6d_2    conda-forge
multipledispatch          0.6.0                      py_0    conda-forge
munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
natsort                   8.2.0              pyhd8ed1ab_0    conda-forge
nbformat                  5.7.0              pyhd8ed1ab_0    conda-forge
ncurses                   6.3                  h27087fc_1    conda-forge
nest-asyncio              1.5.6              pyhd8ed1ab_0    conda-forge
nettle                    3.6                  he412f7d_0    conda-forge
networkx                  2.8.7              pyhd8ed1ab_0    conda-forge
numba                     0.56.3          py310ha5257ce_0    conda-forge
numpy                     1.23.4          py310h53a5b5f_1    conda-forge
numpyro                   0.10.1             pyhd8ed1ab_0    conda-forge
oauthlib                  3.2.2              pyhd8ed1ab_0    conda-forge
openh264                  2.1.1                h780b84a_0    conda-forge
openjpeg                  2.5.0                h7d73246_1    conda-forge
openpyxl                  3.0.10          py310h5764c6d_2    conda-forge
openssl                   3.0.5                h166bdaf_2    conda-forge
opt_einsum                3.3.0              pyhd8ed1ab_1    conda-forge
optax                     0.1.3              pyhd8ed1ab_0    conda-forge
packaging                 21.3               pyhd8ed1ab_0    conda-forge
pandas                    1.5.1           py310h769672d_1    conda-forge
parso                     0.8.3              pyhd8ed1ab_0    conda-forge
patsy                     0.5.3              pyhd8ed1ab_0    conda-forge
pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
pickleshare               0.7.5                   py_1003    conda-forge
pillow                    9.2.0           py310h454ad03_3    conda-forge
pip                       22.3               pyhd8ed1ab_0    conda-forge
pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
prompt-toolkit            3.0.31             pyha770c72_0    conda-forge
protobuf                  4.21.9          py310hd8f1fbe_0    conda-forge
psutil                    5.9.3           py310h5764c6d_1    conda-forge
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
pure_eval                 0.2.2              pyhd8ed1ab_0    conda-forge
pyasn1                    0.4.8                      py_0    conda-forge
pyasn1-modules            0.2.7                      py_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pydeprecate               0.3.2              pyhd8ed1ab_0    conda-forge
pygments                  2.13.0             pyhd8ed1ab_0    conda-forge
pyjwt                     2.6.0              pyhd8ed1ab_0    conda-forge
pynndescent               0.5.7              pyh6c4a22f_0    conda-forge
pyopenssl                 22.1.0             pyhd8ed1ab_0    conda-forge
pyparsing                 3.0.9              pyhd8ed1ab_0    conda-forge
pyro-api                  0.1.2              pyhd8ed1ab_0    conda-forge
pyro-ppl                  1.8.2              pyhd8ed1ab_0    conda-forge
pyrsistent                0.18.1          py310h5764c6d_2    conda-forge
pysocks                   1.7.1              pyha2e5f31_6    conda-forge
python                    3.10.6          ha86cf86_0_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python-fastjsonschema     2.16.2             pyhd8ed1ab_0    conda-forge
python-igraph             0.10.2          py310h18f4e01_1    conda-forge
python_abi                3.10                    2_cp310    conda-forge
pytorch                   1.13.0             py3.10_cpu_0    pytorch
pytorch-lightning         1.6.5              pyhd8ed1ab_0    conda-forge
pytorch-mutex             1.0                         cpu    pytorch
pytz                      2022.5             pyhd8ed1ab_0    conda-forge
pyu2f                     0.1.5              pyhd8ed1ab_0    conda-forge
pyyaml                    6.0             py310h5764c6d_5    conda-forge
pyzmq                     24.0.1          py310h330234f_1    conda-forge
re2                       2022.06.01           h27087fc_0    conda-forge
readline                  8.1.2                h0f457ee_0    conda-forge
requests                  2.28.1             pyhd8ed1ab_1    conda-forge
requests-oauthlib         1.3.1              pyhd8ed1ab_0    conda-forge
rich                      12.6.0             pyhd8ed1ab_0    conda-forge
rsa                       4.9                pyhd8ed1ab_0    conda-forge
scanpy                    1.9.1              pyhd8ed1ab_0    conda-forge
scikit-learn              1.1.3           py310h0c3af53_1    conda-forge
scipy                     1.9.3           py310hdfbd76f_1    conda-forge
scvi-tools                0.18.0             pyhd8ed1ab_0    conda-forge
seaborn                   0.12.0               hd8ed1ab_0    conda-forge
seaborn-base              0.12.0             pyhd8ed1ab_0    conda-forge
session-info              1.0.0              pyhd8ed1ab_0    conda-forge
setuptools                59.5.0          py310hff52083_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
snowballstemmer           2.2.0              pyhd8ed1ab_0    conda-forge
sphinx                    5.3.0              pyhd8ed1ab_0    conda-forge
sphinxcontrib-applehelp   1.0.2                      py_0    conda-forge
sphinxcontrib-devhelp     1.0.2                      py_0    conda-forge
sphinxcontrib-htmlhelp    2.0.0              pyhd8ed1ab_0    conda-forge
sphinxcontrib-jsmath      1.0.1                      py_0    conda-forge
sphinxcontrib-qthelp      1.0.3                      py_0    conda-forge
sphinxcontrib-serializinghtml 1.1.5              pyhd8ed1ab_2    conda-forge
stack_data                0.5.1              pyhd8ed1ab_0    conda-forge
statsmodels               0.13.2          py310hde88566_0    conda-forge
stdlib-list               0.7.0                      py_2    conda-forge
suitesparse               5.10.1               h9e50725_1    conda-forge
tbb                       2021.6.0             h924138e_1    conda-forge
tensorboard               2.4.1              pyhd8ed1ab_1    conda-forge
tensorboard-plugin-wit    1.8.1              pyhd8ed1ab_0    conda-forge
texttable                 1.6.4              pyhd8ed1ab_0    conda-forge
threadpoolctl             3.1.0              pyh8a188c0_0    conda-forge
tk                        8.6.12               h27826a3_0    conda-forge
toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
torchaudio                0.13.0                py310_cpu    pytorch
torchmetrics              0.10.1             pyhd8ed1ab_0    conda-forge
torchvision               0.14.0                py310_cpu    pytorch
tornado                   6.2             py310h5764c6d_1    conda-forge
tqdm                      4.64.1             pyhd8ed1ab_0    conda-forge
traitlets                 5.5.0              pyhd8ed1ab_0    conda-forge
typing-extensions         4.4.0                hd8ed1ab_0    conda-forge
typing_extensions         4.4.0              pyha770c72_0    conda-forge
tzdata                    2022e                h191b570_0    conda-forge
umap-learn                0.5.3           py310hff52083_0    conda-forge
unicodedata2              14.0.0          py310h5764c6d_2    conda-forge
urllib3                   1.26.11            pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
werkzeug                  2.2.2              pyhd8ed1ab_0    conda-forge
wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
widgetsnbextension        4.0.3              pyhd8ed1ab_0    conda-forge
xlrd                      1.2.0              pyh9f0ad1d_1    conda-forge
xorg-libxau               1.0.9                h7f98852_0    conda-forge
xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
yarl                      1.8.1           py310h5764c6d_0    conda-forge
zeromq                    4.3.4                h9c3ff4c_1    conda-forge
zipp                      3.10.0             pyhd8ed1ab_0    conda-forge
zlib                      1.2.13               h166bdaf_4    conda-forge
zstd                      1.5.2                h6239696_4    conda-forge
@wakelin-g wakelin-g added the bug label Oct 28, 2022
@adamgayoso
Copy link
Member

can you try installing pytorch lightning 1.7.X? I think this is an issue with 1.6.X

@wakelin-g
Copy link
Author

can you try installing pytorch lightning 1.7.X? I think this is an issue with 1.6.X

This worked! But it introduced a different problem with PL (this time, upon training a model, though):

TypeError                                 Traceback (most recent call last)
Cell In [25], line 1
----> 1 model.train()

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/model/base/_training_mixin.py:69, in UnsupervisedTrainingMixin.train(self, max_epochs, use_gpu, train_size, validation_size, batch_size, early_stopping, plan_kwargs, **trainer_kwargs)
     65 es = "early_stopping"
     66 trainer_kwargs[es] = (
     67     early_stopping if es not in trainer_kwargs.keys() else trainer_kwargs[es]
     68 )
---> 69 runner = TrainRunner(
     70     self,
     71     training_plan=training_plan,
     72     data_splitter=data_splitter,
     73     max_epochs=max_epochs,
     74     use_gpu=use_gpu,
     75     **trainer_kwargs,
     76 )
     77 return runner()

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/train/_trainrunner.py:63, in TrainRunner.__init__(self, model, training_plan, data_splitter, max_epochs, use_gpu, **trainer_kwargs)
     61 self.gpus = gpus
     62 self.device = device
---> 63 self.trainer = Trainer(max_epochs=max_epochs, gpus=gpus, **trainer_kwargs)

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/scvi/train/_trainer.py:128, in Trainer.__init__(self, gpus, benchmark, flush_logs_every_n_steps, check_val_every_n_epoch, max_epochs, default_root_dir, checkpoint_callback, num_sanity_val_steps, weights_summary, early_stopping, early_stopping_monitor, early_stopping_min_delta, early_stopping_patience, early_stopping_mode, progress_bar_refresh_rate, simple_progress_bar, logger, **kwargs)
    125 if logger is None:
    126     logger = SimpleLogger()
--> 128 super().__init__(
    129     gpus=gpus,
    130     benchmark=benchmark,
    131     flush_logs_every_n_steps=flush_logs_every_n_steps,
    132     check_val_every_n_epoch=check_val_every_n_epoch,
    133     max_epochs=max_epochs,
    134     default_root_dir=default_root_dir,
    135     checkpoint_callback=checkpoint_callback,
    136     num_sanity_val_steps=num_sanity_val_steps,
    137     weights_summary=weights_summary,
    138     logger=logger,
    139     progress_bar_refresh_rate=progress_bar_refresh_rate,
    140     **kwargs,
    141 )

File ~/miniconda3/envs/scvi/lib/python3.10/site-packages/pytorch_lightning/utilities/argparse.py:345, in _defaults_from_env_vars.<locals>.insert_env_defaults(self, *args, **kwargs)
    342 kwargs = dict(list(env_variables.items()) + list(kwargs.items()))
    344 # all args were already moved to kwargs
--> 345 return fn(self, **kwargs)

TypeError: Trainer.__init__() got an unexpected keyword argument 'flush_logs_every_n_steps'

It looks like 'flush_logs_every_n_steps' was deprecated from PL's Trainer here.

@adamgayoso
Copy link
Member

Can you confirm that you have scvi-tools version 0.18?

As you can see here:

flush_logs_every_n_steps=np.inf,

The code looks different than your traceback.

@wakelin-g
Copy link
Author

Can you confirm that you have scvi-tools version 0.18?

As you can see here:

flush_logs_every_n_steps=np.inf,

The code looks different than your traceback.

# Name                    Version                   Build  Channel
scvi-tools                0.11.0             pyhdfd78af_0    bioconda

Well...now I feel stupid.

I'm at least 99% positive that it was 0.18 yesterday though...I'm thinking that maybe mamba downgraded it when I upgraded PL.

This guess is further supported by the fact that when I create a fresh env, pytorch install goes fine, scanpy install goes fine, and then during scvi install I get hit with this massive list of package incompatibilities due to shared paths (ignore the incorrect scvi size errors):

Install/dependency errors (warning: 100+ lines)
(scvi-tools) griffen@Griffen-XPS-15:/mnt/c/Users/Griffen/Desktop$ mamba install scvi-tools -c conda-forge
              __    __    __    __
             /  \  /  \  /  \  /  \
            /    \/    \/    \/    \

███████████████/ /██/ /██/ /██/ /████████████████████████
/ / \ / \ / \ / \ ____
/ / _/ _/ _/ \ o _,
/ / _
__/ `
|/
███╗ ███╗ █████╗ ███╗ ███╗██████╗ █████╗
████╗ ████║██╔══██╗████╗ ████║██╔══██╗██╔══██╗
██╔████╔██║███████║██╔████╔██║██████╔╝███████║
██║╚██╔╝██║██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║
██║ ╚═╝ ██║██║ ██║██║ ╚═╝ ██║██████╔╝██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝

    mamba (0.25.0) supported by @QuantStack

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

█████████████████████████████████████████████████████████████

Looking for: ['scvi-tools']

conda-forge/linux-64 Using cache
conda-forge/noarch Using cache
bioconda/linux-64 Using cache
bioconda/noarch Using cache
pkgs/main/linux-64 No change
pkgs/main/noarch No change
pkgs/r/linux-64 No change
pkgs/r/noarch No change

Pinned packages:

  • python 3.10.*

warning libmamba Invalid package cache, file '/home/griffen/miniconda3/pkgs/scvi-tools-0.18.0-pyhd8ed1ab_0/site-packages/scvi/train/_logger.py' has incorrect size
Transaction

Prefix: /home/griffen/miniconda3/envs/scvi-tools

Updating specs:

  • scvi-tools
  • ca-certificates
  • certifi
  • openssl

Package Version Build Channel Size
─────────────────────────────────────────────────────────────────────────────────────────────────────
Install:
─────────────────────────────────────────────────────────────────────────────────────────────────────

  • absl-py 1.3.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • aiohttp 3.8.3 py310h5764c6d_1 conda-forge/linux-64 Cached
  • aiosignal 1.2.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • asttokens 2.0.8 pyhd8ed1ab_0 conda-forge/noarch Cached
  • async-timeout 4.0.2 pyhd8ed1ab_0 conda-forge/noarch Cached
  • attrs 22.1.0 pyh71513ae_1 conda-forge/noarch Cached
  • backcall 0.2.0 pyh9f0ad1d_0 conda-forge/noarch Cached
  • backports 1.0 py_2 conda-forge/noarch Cached
  • backports.functools_lru_cache 1.6.4 pyhd8ed1ab_0 conda-forge/noarch Cached
  • blinker 1.5 pyhd8ed1ab_0 conda-forge/noarch Cached
  • cachetools 4.2.4 pyhd8ed1ab_0 conda-forge/noarch Cached
  • chex 0.1.5 pyhd8ed1ab_0 conda-forge/noarch Cached
  • click 8.1.3 unix_pyhd8ed1ab_2 conda-forge/noarch Cached
  • commonmark 0.9.1 py_0 conda-forge/noarch Cached
  • contextlib2 21.6.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • dataclasses 0.8 pyhc8e2a94_3 conda-forge/noarch Cached
  • debugpy 1.6.3 py310hd8f1fbe_1 conda-forge/linux-64 Cached
  • decorator 5.1.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • dm-tree 0.1.7 py310h769672d_0 conda-forge/linux-64 Cached
  • docrep 0.3.2 pyh44b312d_0 conda-forge/noarch Cached
  • entrypoints 0.4 pyhd8ed1ab_0 conda-forge/noarch Cached
  • et_xmlfile 1.0.1 py_1001 conda-forge/noarch Cached
  • etils 0.9.0 pyhd8ed1ab_0 conda-forge/noarch 82kB
  • executing 1.1.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • flax 0.5.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • frozenlist 1.3.1 py310h5764c6d_1 conda-forge/linux-64 Cached
  • fsspec 2022.10.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • future 0.18.2 pyhd8ed1ab_6 conda-forge/noarch Cached
  • google-auth 1.35.0 pyh6c4a22f_0 conda-forge/noarch Cached
  • google-auth-oauthlib 0.4.6 pyhd8ed1ab_0 conda-forge/noarch Cached
  • grpc-cpp 1.47.1 h30feacc_7 conda-forge/linux-64 Cached
  • grpcio 1.49.1 py310hc32fa93_0 conda-forge/linux-64 Cached
  • importlib_resources 5.10.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • ipykernel 6.16.2 pyh210e3f2_0 conda-forge/noarch Cached
  • ipython 8.5.0 pyh41d4057_1 conda-forge/noarch Cached
  • ipywidgets 8.0.2 pyhd8ed1ab_1 conda-forge/noarch Cached
  • jax 0.3.23 pyhd8ed1ab_0 conda-forge/noarch Cached
  • jaxlib 0.3.22 cpu_py310h59da3f0_0 conda-forge/linux-64 Cached
  • jedi 0.18.1 pyhd8ed1ab_2 conda-forge/noarch Cached
  • jsonschema 4.16.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • jupyter_client 7.4.4 pyhd8ed1ab_0 conda-forge/noarch Cached
  • jupyter_core 4.11.1 py310hff52083_1 conda-forge/linux-64 Cached
  • jupyterlab_widgets 3.0.3 pyhd8ed1ab_0 conda-forge/noarch Cached
  • libabseil 20220623.0 cxx17_h48a1fff_4 conda-forge/linux-64 Cached
  • libgrpc 1.49.1 h30feacc_0 conda-forge/linux-64 Cached
  • libprotobuf 3.21.9 h6239696_0 conda-forge/linux-64 Cached
  • libsodium 1.0.18 h36c2ea0_1 conda-forge/linux-64 Cached
  • markdown 3.4.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge/noarch Cached
  • ml-collections 0.1.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • msgpack-python 1.0.4 py310hbf28c38_1 conda-forge/linux-64 Cached
  • mudata 0.2.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • multidict 6.0.2 py310h5764c6d_2 conda-forge/linux-64 Cached
  • multipledispatch 0.6.0 py_0 conda-forge/noarch Cached
  • nbformat 5.7.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • nest-asyncio 1.5.6 pyhd8ed1ab_0 conda-forge/noarch Cached
  • numpyro 0.10.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • oauthlib 3.2.2 pyhd8ed1ab_0 conda-forge/noarch Cached
  • openpyxl 3.0.10 py310h5764c6d_2 conda-forge/linux-64 Cached
  • opt_einsum 3.3.0 pyhd8ed1ab_1 conda-forge/noarch Cached
  • optax 0.1.3 pyhd8ed1ab_0 conda-forge/noarch Cached
  • parso 0.8.3 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pexpect 4.8.0 pyh9f0ad1d_2 conda-forge/noarch Cached
  • pickleshare 0.7.5 py_1003 conda-forge/noarch Cached
  • pkgutil-resolve-name 1.3.10 pyhd8ed1ab_0 conda-forge/noarch Cached
  • prompt-toolkit 3.0.31 pyha770c72_0 conda-forge/noarch Cached
  • protobuf 4.21.9 py310hd8f1fbe_0 conda-forge/linux-64 Cached
  • psutil 5.9.3 py310h5764c6d_1 conda-forge/linux-64 Cached
  • ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge/noarch Cached
  • pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pyasn1 0.4.8 py_0 conda-forge/noarch Cached
  • pyasn1-modules 0.2.7 py_0 conda-forge/noarch Cached
  • pydeprecate 0.3.2 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pyjwt 2.6.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pyro-api 0.1.2 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pyro-ppl 1.8.2 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pyrsistent 0.18.1 py310h5764c6d_2 conda-forge/linux-64 Cached
  • python-fastjsonschema 2.16.2 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pytorch-lightning 1.6.5 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pyu2f 0.1.5 pyhd8ed1ab_0 conda-forge/noarch Cached
  • pyyaml 6.0 py310h5764c6d_5 conda-forge/linux-64 Cached
  • pyzmq 24.0.1 py310h330234f_1 conda-forge/linux-64 Cached
  • re2 2022.06.01 h27087fc_0 conda-forge/linux-64 Cached
  • requests-oauthlib 1.3.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • rich 12.6.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • rsa 4.9 pyhd8ed1ab_0 conda-forge/noarch Cached
  • scvi-tools 0.18.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • stack_data 0.5.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • tensorboard 2.4.1 pyhd8ed1ab_1 conda-forge/noarch Cached
  • tensorboard-plugin-wit 1.8.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • toolz 0.12.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • torchmetrics 0.10.1 pyhd8ed1ab_0 conda-forge/noarch Cached
  • tornado 6.2 py310h5764c6d_1 conda-forge/linux-64 Cached
  • traitlets 5.5.0 pyhd8ed1ab_0 conda-forge/noarch Cached
  • typing-extensions 4.4.0 hd8ed1ab_0 conda-forge/noarch Cached
  • wcwidth 0.2.5 pyh9f0ad1d_2 conda-forge/noarch Cached
  • werkzeug 2.2.2 pyhd8ed1ab_0 conda-forge/noarch Cached
  • widgetsnbextension 4.0.3 pyhd8ed1ab_0 conda-forge/noarch Cached
  • xlrd 1.2.0 pyh9f0ad1d_1 conda-forge/noarch Cached
  • yaml 0.2.5 h7f98852_2 conda-forge/linux-64 Cached
  • yarl 1.8.1 py310h5764c6d_0 conda-forge/linux-64 Cached
  • zeromq 4.3.4 h9c3ff4c_1 conda-forge/linux-64 Cached

Downgrade:
─────────────────────────────────────────────────────────────────────────────────────────────────────

  • setuptools 65.5.0 pyhd8ed1ab_0 conda-forge
  • setuptools 59.5.0 py310hff52083_0 conda-forge/linux-64 Cached

Summary:

Install: 102 packages
Downgrade: 1 packages

Total download: 82kB

─────────────────────────────────────────────────────────────────────────────────────────────────────

Confirm changes: [Y/n] Y
etils 81.7kB @ 190.8kB/s 0.4s
Preparing transaction: done
Verifying transaction:
SafetyError: The package for scvi-tools located at /home/griffen/miniconda3/pkgs/scvi-tools-0.18.0-pyhd8ed1ab_0
appears to be corrupted. The path 'site-packages/scvi/train/_logger.py'
has an incorrect size.
reported size: 2788 bytes
actual size: 2781 bytes

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'bin/grpc_cpp_plugin'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'bin/grpc_csharp_plugin'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'bin/grpc_node_plugin'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'bin/grpc_objective_c_plugin'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'bin/grpc_php_plugin'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'bin/grpc_python_plugin'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'bin/grpc_ruby_plugin'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/alarm.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/channel.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/client_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/completion_queue.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/create_channel.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/create_channel_posix.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/ext/health_check_service_server_builder_option.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/ext/proto_server_reflection_plugin.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/generic/async_generic_service.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/generic/generic_stub.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/grpc++.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/health_check_service_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/channel_argument_option.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/client_unary_call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/async_stream.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/async_unary_call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/byte_buffer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/call_hook.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/channel_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/client_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/client_unary_call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/completion_queue.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/completion_queue_tag.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/config.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/config_protobuf.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/core_codegen.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/core_codegen_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/create_auth_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/grpc_library.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/metadata_map.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/method_handler_impl.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/proto_utils.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/rpc_method.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/rpc_service_method.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/security/auth_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/serialization_traits.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/server_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/server_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/service_type.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/slice.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/status.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/status_code_enum.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/string_ref.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/stub_options.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/sync_stream.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/codegen/time.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/grpc_library.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/method_handler_impl.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/rpc_method.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/rpc_service_method.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/serialization_traits.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/server_builder_option.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/server_builder_plugin.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/server_initializer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/impl/service_type.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/resource_quota.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/security/auth_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/security/auth_metadata_processor.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/security/credentials.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/security/server_credentials.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/server.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/server_builder.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/server_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/server_posix.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/async_stream.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/async_unary_call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/byte_buffer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/channel_arguments.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/config.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/error_details.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/slice.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/status.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/status_code_enum.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/string_ref.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/stub_options.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/sync_stream.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc++/support/time.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/byte_buffer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/byte_buffer_reader.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/census.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/compression.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/event_engine/endpoint_config.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/event_engine/event_engine.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/event_engine/internal/memory_allocator_impl.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/event_engine/memory_allocator.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/event_engine/memory_request.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/event_engine/port.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/event_engine/slice.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/event_engine/slice_buffer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/fork.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/grpc.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/grpc_posix.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/grpc_security.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/grpc_security_constants.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/atm.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/atm_gcc_atomic.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/atm_gcc_sync.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/atm_windows.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/byte_buffer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/byte_buffer_reader.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/compression_types.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/connectivity_state.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/fork.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/gpr_slice.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/gpr_types.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/grpc_types.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/log.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/port_platform.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/propagation_bits.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/slice.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/status.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/sync.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/sync_abseil.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/sync_custom.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/sync_generic.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/sync_posix.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/impl/codegen/sync_windows.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/load_reporting.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/slice.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/slice_buffer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/status.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/alloc.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/atm.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/atm_gcc_atomic.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/atm_gcc_sync.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/atm_windows.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/cpu.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/log.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/log_windows.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/port_platform.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/string_util.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/sync.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/sync_abseil.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/sync_custom.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/sync_generic.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/sync_posix.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/sync_windows.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/thd_id.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/time.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpc/support/workaround_list.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/alarm.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/channel.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/client_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/completion_queue.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/create_channel.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/create_channel_binder.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/create_channel_posix.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/ext/call_metric_recorder.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/ext/channelz_service_plugin.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/ext/health_check_service_server_builder_option.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/ext/proto_server_reflection_plugin.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/generic/async_generic_service.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/generic/generic_stub.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/grpcpp.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/health_check_service_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/channel_argument_option.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/client_unary_call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/async_generic_service.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/async_stream.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/async_unary_call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/byte_buffer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/call_hook.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/call_op_set.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/call_op_set_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/callback_common.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/channel_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/client_callback.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/client_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/client_interceptor.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/client_unary_call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/completion_queue.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/completion_queue_tag.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/config.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/config_protobuf.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/core_codegen.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/core_codegen_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/create_auth_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/delegating_channel.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/grpc_library.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/intercepted_channel.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/interceptor.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/interceptor_common.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/message_allocator.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/metadata_map.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/method_handler.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/method_handler_impl.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/proto_buffer_reader.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/proto_buffer_writer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/proto_utils.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/rpc_method.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/rpc_service_method.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/security/auth_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/serialization_traits.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/server_callback.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/server_callback_handlers.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/server_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/server_interceptor.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/server_interface.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/service_type.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/slice.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/status.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/status_code_enum.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/string_ref.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/stub_options.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/sync.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/sync_stream.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/codegen/time.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/grpc_library.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/method_handler_impl.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/rpc_method.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/rpc_service_method.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/serialization_traits.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/server_builder_option.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/server_builder_plugin.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/server_initializer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/impl/service_type.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/resource_quota.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/alts_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/alts_util.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/auth_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/auth_metadata_processor.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/authorization_policy_provider.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/binder_credentials.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/binder_security_policy.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/credentials.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/server_credentials.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/tls_certificate_provider.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/tls_certificate_verifier.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/security/tls_credentials_options.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/server.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/server_builder.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/server_context.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/server_posix.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/async_stream.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/async_unary_call.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/byte_buffer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/channel_arguments.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/client_callback.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/client_interceptor.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/config.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/error_details.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/interceptor.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/message_allocator.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/method_handler.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/proto_buffer_reader.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/proto_buffer_writer.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/server_callback.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/server_interceptor.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/slice.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/status.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/status_code_enum.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/string_ref.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/stub_options.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/sync_stream.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/time.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/support/validate_service_config.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'include/grpcpp/xds_server_builder.h'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/cmake/grpc/gRPCConfig.cmake'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/cmake/grpc/gRPCConfigVersion.cmake'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/cmake/grpc/gRPCTargets-release.cmake'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/cmake/grpc/gRPCTargets.cmake'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/cmake/grpc/modules/Findc-ares.cmake'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/cmake/grpc/modules/Findre2.cmake'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libaddress_sorting.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgpr.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpc++.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpc++_alts.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpc++_error_details.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpc++_reflection.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpc++_unsecure.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpc.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpc_plugin_support.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpc_unsecure.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libgrpcpp_channelz.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/libupb.so'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/pkgconfig/gpr.pc'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/pkgconfig/grpc++.pc'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/pkgconfig/grpc++_unsecure.pc'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/pkgconfig/grpc.pc'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'lib/pkgconfig/grpc_unsecure.pc'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/linux-64::grpc-cpp-1.47.1-h30feacc_7, conda-forge/linux-64::libgrpc-1.49.1-h30feacc_0
path: 'share/grpc/roots.pem'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/noarch::ml-collections-0.1.1-pyhd8ed1ab_0, conda-forge/noarch::optax-0.1.3-pyhd8ed1ab_0
path: 'lib/python3.10/site-packages/docs/conf.py'

ClobberError: This transaction has incompatible packages due to a shared path.
packages: conda-forge/noarch::ml-collections-0.1.1-pyhd8ed1ab_0, conda-forge/noarch::optax-0.1.3-pyhd8ed1ab_0
path: 'lib/python3.10/site-packages/docs/pycache/conf.cpython-310.pyc'

done
Executing transaction: done

I'm guessing that I probably just need a fresh conda install at this point?

@adamgayoso
Copy link
Member

New conda install seems reasonable to me, we prefer mambaforge

@adamgayoso
Copy link
Member

Another issue might be that we used to upload to the bioconda channel but for the last few months have moved to conda-forge

@wakelin-g
Copy link
Author

New conda install seems reasonable to me, we prefer mambaforge

I'll probably just go with this then. Hopefully it fixes it (I'm guessing that it will).

Thanks for all the help.

@wakelin-g
Copy link
Author

Just to let anyone else know who has the same/similar problems--completely removing and reinstalling mamba/conda fixed this for me. Be sure to backup your conda environments first though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants