Marc Honnorat
Marc Honnorat
I'm not able to compile WRFDA in debian 10 with GCC 8.3 or ubuntu 20.04 with GCC 9.3. This does not seem to be related with #1428. The module `module_io_quilt`...
Use of `pkg_resources` is deprecated in favor of [importlib.resources](https://docs.python.org/3.11/library/importlib.resources.html#module-importlib.resources): ``` $ python -W always -c "import earthaccess" /home/honnorat/usr/conda/envs/earthaccess/lib/python3.12/site-packages/earthaccess/formatters.py:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources ```...
Hi, I do not manage to create / list users using 'mc admin user' command and my docker minio-multiarch installation. I have setup the minio store using docker-compose: ```yaml #...