Merge pull request #163 from pedrovma/main #54
Annotations
1 error and 4 warnings
CI (ubuntu-latest-ci/312-latest.yaml)
The process '/home/runner/miniconda3/condabin/conda' failed with exit code 1
|
CI (ubuntu-latest-ci/312-latest.yaml)
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:198: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
conda config --add channels defaults
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html
deprecated.topic(
|
CI (ubuntu-latest-ci/312-latest.yaml)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
CI (ubuntu-latest-ci/312-latest.yaml)
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
CI (ubuntu-latest-ci/312-latest.yaml)
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides requested libpysal >=4.12.1
- package sphinxcontrib-bibtex-0.4.0-py_1 requires pybtex-docutils >=0.2.0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ libpysal >=4.12.1 does not exist (perhaps a typo or a missing channel);
├─ python 3.12** is requested and can be installed;
└─ sphinxcontrib-bibtex <2.0.0 is not installable because there are no viable options
├─ sphinxcontrib-bibtex [0.3.5|0.3.6|0.4.0] would require
│ └─ python 2.7* , which conflicts with any installable versions previously reported;
├─ sphinxcontrib-bibtex [0.3.5|0.3.6|0.4.0] would require
│ └─ python 3.5* , which conflicts with any installable versions previously reported;
├─ sphinxcontrib-bibtex [0.3.5|0.3.6|0.4.0] would require
│ └─ python 3.6* but there are no viable options
│ ├─ python [3.6.0|3.6.1|...|3.6.9] conflicts with any installable versions previously reported;
│ ├─ python [3.6.0a3|3.6.0a4|...|3.6.0rc1] conflicts with any installable versions previously reported;
│ └─ python [3.6.12|3.6.9] would require
│ ├─ pypy3.6 7.3.3.* , which requires
│ │ └─ python 3.6.* *_73_pypy, which conflicts with any installable versions previously reported;
│ └─ python_abi 3.6 *_pypy36_pp73, which requires
│ └─ python 3.6.* *_73_pypy, which conflicts with any installable versions previously reported;
└─ sphinxcontrib-bibtex [0.4.0|0.4.1|0.4.2|1.0.0] would require
└─ pybtex-docutils >=0.2.0 but there are no viable options
├─ pybtex-docutils [0.2.1|0.2.2] would require
│ └─ python [2.7* |>=2.7,<2.8.0a0 ], which conflicts with any installable versions previously reported;
├─ pybtex-docutils 0.2.1 would require
│ └─ python 3.5* , which conflicts with any installable versions previously reported;
├─ pybtex-docutils 0.2.1 would require
│ └─ python 3.6* but there are no viable options
│ ├─ python [3.6.0|3.6.1|...|3.6.9] conflicts with any installable versions previously reported;
│ ├─ python [3.6.0a3|3.6.0a4|...|3.6.0rc1] conflicts with any installable versions previously reported;
│ └─ python [3.6.12|3.6.9], which cannot be installed (as previously explained);
├─ pybtex-docutils [0.2.1|0.2.2|1.0.0|1.0.1] would require
│ └─ python >=3.6,<3.7.0a0 but there are no viable options
│ ├─ python [3.6.0|3.6.1|...|3.6.9] conflicts with any installable versions previously reported;
│ └─ python [3.6.12|3.6.9], which cannot be installed (as previously explained);
├─ pybtex-docutils [0.2.1|0.2.2|1.0.0|1.0.1|1.0.2] would require
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ pybtex-docutils [0.2.2|1.0.0] would require
│ ├─ pypy3.6 >=7.3.3 , which cannot be installed (as previously explained);
│ └─ python_abi 3.6 *_pypy36_pp73, which cannot be installed (as previously explained);
├─ pybtex-docutils [0.2.2|1.0.0|1.0.1|1.0.2] would require
│ └─ python_abi 3.7 *_pypy37_pp73, which requires
│ └─ python 3.7.* *_73_pypy, which conflicts with any installable versions previously reported;
├─ pybtex-docutils [0.2.2|1.0.0|1.0.1|1.0.2] would require
│ └─ python >=3.8,<3.9.0a0 but there are no viable options
│ ├─ python [3.8.0|3.8.1|...|3.8.8] conflicts with any installable versions previously reported;
│ └─ python [3.8.12|3.8.13] would require
│ └─ python_abi 3.8 *_pypy38_pp73, which requires
│ └─ python 3.8.* *_73_pypy, which conflicts with any installable versions previously reported;
├─ pybtex-docutils [0.2.2|1.0.0|1.0.1|1.0.2] would require
│ └─ python >=3.9,<3.10.0a0 but there are no viable options
│ ├─ python [3.9.0|3.9.1|...|3.9.9] conflicts wit
|