Update Python support #492
Annotations
1 error and 7 warnings
|
Build Conda Environment
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
|
Build Conda Environment
critical libmamba Could not solve for environment specs
|
|
Build Conda Environment
error libmamba Could not solve for environment specs
The following packages are incompatible
├─ black =24.10.0 * is installable with the potential options
│ ├─ black 24.10.0 would require
│ │ └─ python_abi =3.9 *_cp39, which can be installed;
│ ├─ black 24.10.0 would require
│ │ └─ python_abi =3.10 *_cp310, which can be installed;
│ ├─ black 24.10.0 would require
│ │ └─ python >=3.11,<3.12.0a0 *, which can be installed;
│ ├─ black 24.10.0 would require
│ │ └─ python_abi =3.12 *_cp312 with the potential options
│ │ ├─ python_abi 3.12 would require
│ │ │ └─ python =3.12 *_cpython, which can be installed;
│ │ └─ python_abi 3.12 conflicts with any installable versions previously reported;
│ ├─ black 24.10.0 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;
│ │ └─ python_abi 3.13 conflicts with any installable versions previously reported;
│ └─ black 24.10.0 conflicts with any installable versions previously reported;
├─ docutils =0.16 * is installable with the potential options
│ ├─ docutils 0.16 would require
│ │ └─ python_abi =* *_cp27mu, which conflicts with any installable versions previously reported;
│ ├─ docutils 0.16 would require
│ │ └─ python >=3.10,<3.11.0a0 *, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python >=3.11,<3.12.0a0 *, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python_abi =3.12 *_cp312 with the potential options
│ │ ├─ python_abi 3.12, which can be installed (as previously explained);
│ │ └─ python_abi 3.12 conflicts with any installable versions previously reported;
│ ├─ docutils 0.16 would require
│ │ ├─ python >=3.13,<3.14.0a0 *, which conflicts with any installable versions previously reported;
│ │ └─ python_abi =3.13 *_cp313 with the potential options
│ │ ├─ python_abi 3.13, which can be installed (as previously explained);
│ │ ├─ python_abi 3.13, which can be installed (as previously explained);
│ │ └─ python_abi 3.13 conflicts with any installable versions previously reported;
│ ├─ docutils 0.16 would require
│ │ └─ python >=3.8,<3.9.0a0 *, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python_abi ==3.9 *_pypy39_pp73, which requires
│ │ └─ python =3.9 *_73_pypy, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python >=3.9,<3.10.0a0 *, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python >=2.7,<2.8.0a0 *, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python_abi =* *_cp36m, which conflicts with any installable versions previously reported;
│ ├─ docutils 0.16 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 requires
│ │ └─ python =3.6 *_73_pypy, which can be installed;
│ ├─ docutils 0.16 would require
│ │ ├─ pypy3.6 >=7.3.3 *, which can be installed (as previously explained);
│ │ └─ python_abi ==3.6 *_pypy36_pp73, which requires
│ │ └─ python =3.6 *_73_pypy, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python_abi =* *_cp37m, which conflicts with any installable versions previously reported;
│ ├─ docutils 0.16 would require
│ │ └─ python >=3.7,<3.8.0a0 *, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python_abi ==3.7 *_pypy37_pp73, which requires
│ │ └─ python =3.7 *_73_pypy, which can be installed;
│ ├─ docutils 0.16 would require
│ │ └─ python_abi =* *_
|
|
Build Conda Environment
warning libmamba https://docs.conda.io/projects/conda/en/stable/user-guide/tasks/manage-channels.html#strict-channel-priority
|
|
Build Conda Environment
warning libmamba The specification of the environment does not seem solvable in your current setup.
warning libmamba For instance, packages from different channels might be specified,
warning libmamba whilst your current configuration might not allow their resolution.
warning libmamba
warning libmamba If it is the case, you need to either:
warning libmamba - adapt the channel ordering (e.g. by reordering the `-c` flags in your command line)
warning libmamba - use the flexible channel priority (e.g. using `--channel-priority flexible` in your command line)
warning libmamba
warning libmamba For reference, see this piece of documentation on channel priority:
|
|
Build Conda Environment
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
|
|
Build Conda Environment
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 Conda Environment
/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.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(
|
Loading