This issue is meant to track warnings from conda-store-server dependencies.
../../../../.pyenv/versions/miniconda3-latest/envs/conda-store-server-dev/lib/python3.10/site-packages/traitlets/traitlets.py:3615
/home/pdmurray/.pyenv/versions/miniconda3-latest/envs/conda-store-server-dev/lib/python3.10/site-packages/traitlets/traitlets.py:3615: DeprecationWarning: metadata {'description': 'Conda platforms to solve environments for via conda-lock. Must include current platform.'} was set from the constructor. With traitlets 4.1, metadata should be set using the .tag() method, e.g., Int().tag(key1='value1', key2='value2')
super().__init__(trait=trait, default_value=default_value, **kwargs)
../../../../.pyenv/versions/miniconda3-latest/envs/conda-store-server-dev/lib/python3.10/site-packages/conda_pack/core.py:15
/home/pdmurray/.pyenv/versions/miniconda3-latest/envs/conda-store-server-dev/lib/python3.10/site-packages/conda_pack/core.py:15: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Value and/or benefit
Warnings are there to alert us to pending deprecations or other problems that need to be addressed.
Context
This issue is meant to track warnings from
conda-store-server
dependencies.Value and/or benefit
Warnings are there to alert us to pending deprecations or other problems that need to be addressed.
Anything else?
No response