Increase Python version for env and tests #152
Annotations
1 error and 4 warnings
|
build
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
|
build
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _python_rc needed by python-3.14.0rc2-h4dad89b_0_cp314t
Could not solve for environment specs
The following packages are incompatible
├─ lxml =* * is installable with the potential options
│ ├─ lxml [4.6.4|4.6.5|...|6.0.2] would require
│ │ ├─ python >=3.10,<3.11.0a0 *, which can be installed;
│ │ └─ python_abi =3.10 *_cp310, which can be installed;
│ ├─ lxml [4.9.1|4.9.2|...|6.0.2] would require
│ │ ├─ python >=3.11,<3.12.0a0 *, which can be installed;
│ │ └─ python_abi =3.11 *_cp311, which can be installed;
│ ├─ lxml [4.5.0|4.5.1|...|5.3.0] would require
│ │ ├─ python >=3.8,<3.9.0a0 *, which can be installed;
│ │ └─ python_abi =3.8 *_cp38, which can be installed;
│ ├─ lxml [4.8.0|4.9.0|4.9.1|4.9.2|4.9.3] would require
│ │ └─ python_abi ==3.8 *_pypy38_pp73, which requires
│ │ └─ python =3.8 *_73_pypy, which can be installed;
│ ├─ lxml [4.5.2|4.6.0|...|6.0.0] would require
│ │ ├─ python >=3.9,<3.10.0a0 *, which can be installed;
│ │ └─ python_abi =3.9 *_cp39, which can be installed;
│ ├─ lxml [4.8.0|4.9.0|...|5.3.0] would require
│ │ └─ python_abi ==3.9 *_pypy39_pp73, which requires
│ │ └─ python =3.9 *_73_pypy, which can be installed;
│ ├─ lxml [4.9.3|4.9.4|...|6.0.2] would require
│ │ └─ python_abi =3.12 *_cp312, which requires
│ │ └─ python =3.12 *_cpython, which can be installed;
│ ├─ lxml [5.2.1|5.3.0|...|6.0.2] would require
│ │ └─ python_abi =3.13 *_cp313 with the potential options
│ │ ├─ python_abi 3.13 would require
│ │ │ └─ python =3.13 *_cpython, which can be installed;
│ │ └─ python_abi 3.13 would require
│ │ └─ python =3.13 *_cp313, which can be installed;
│ ├─ lxml [6.0.1|6.0.2] would require
│ │ └─ python [>=3.14.0rc2,<3.15.0a0 *|>=3.14.0rc3,<3.15.0a0 *], which requires
│ │ └─ _python_rc =* *, which does not exist (perhaps a missing channel);
│ ├─ lxml [4.9.1|4.9.2|...|6.0.2] would require
│ │ └─ python >=3.11,<3.12.0a0 *, which can be installed;
│ ├─ lxml 6.0.2 would require
│ │ ├─ python >=3.13,<3.14.0a0 * but there are no viable options
│ │ │ ├─ python [3.13.0|3.13.1|...|3.13.7] conflicts with any installable versions previously reported;
│ │ │ └─ python [3.13.0|3.13.1|...|3.13.7] would require
│ │ │ └─ python_abi =3.13 *_cp313t, which can be installed;
│ │ └─ python_abi =3.13 *_cp313, which can be installed (as previously explained);
│ ├─ lxml [3.6.2|3.6.4|...|4.5.0] would require
│ │ └─ python_abi =* *_cp27mu, which conflicts with any installable versions previously reported;
│ ├─ lxml [3.6.2|3.6.4|3.7.0|3.7.1|3.7.2] would require
│ │ └─ python_abi =* *_cp34m, which conflicts with any installable versions previously reported;
│ ├─ lxml [3.6.2|3.6.4|...|4.2.5] would require
│ │ └─ python_abi =* *_cp35m, which conflicts with any installable versions previously reported;
│ ├─ lxml [3.7.1|3.7.2|...|4.5.0] would require
│ │ └─ python_abi =* *_cp36m, which conflicts with any installable versions previously reported;
│ ├─ lxml [4.2.4|4.2.5|...|4.5.0] would require
│ │ └─ python_abi =* *_cp37m, which conflicts with any installable versions previously reported;
│ ├─ lxml [4.4.1|4.4.2|4.5.0] would require
│ │ └─ python_abi =* *_cp38, which conflicts with any installable versions previously reported;
│ ├─ lxml 4.5.0 would require
│ │ ├─ python >=2.7,<2.8.0a0 *, which can be installed;
│ │ └─ python_abi =2.7 *_cp27mu, which can be installed;
│ ├─ lxml [4.5.0|4.5.1|...|4.6.3] would require
│ │ ├─ pypy3.6 >=7.3.3 *, which requires
│ │ │ └─ python =3.6 *_73_pypy, which can be installed;
│ │ └─ python_abi ==3.6 *_pypy36_pp73, which requires
│ │ └─ python =3.6 *_73_pypy, which can be installed;
│ ├─ lxml [4.5.0|4.5.1|...|4.6.3] would require
│ │ ├─ python >=3.6,<3.7.0a0 * with the potential options
│ │ │ ├─ python [3.6.0|3.6.1|...|3.6.9], which can be installed;
│ │ │ └─ python 3.6.12 would require
│ │ │ └─ pypy3.6 =7.3.3 *, which can be installed (as previously explained);
│ │ └─ py
|
|
build
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
build
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'.
|
|
build
/usr/share/miniconda/lib/python3.13/site-packages/conda/base/context.py:211: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.9.
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(
|