Try with Python 3.8. #11
Annotations
3 errors and 5 warnings
test (-latest, 3.8)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
test (-latest, 3.7)
The operation was canceled.
|
test (-latest, 3.7)
The strategy configuration was canceled because "test._-latest_3_8" failed
|
test (-latest, 3.8)
LibMambaUnsatisfiableError: Encountered problems while solving:
- package pandas-0.17.0-np110py27_0 requires python 2.7*, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pandas <0.24 * is installable with the potential options
│ ├─ pandas [0.17.0|0.17.1|...|0.23.4] would require
│ │ └─ python [=2.7 *|>=2.7,<2.8.0a0 *], which can be installed;
│ ├─ pandas [0.17.0|0.17.1|...|0.20.3] would require
│ │ └─ python =3.4 *, which can be installed;
│ ├─ pandas [0.17.0|0.17.1|...|0.23.4] would require
│ │ └─ python [=3.5 *|>=3.5,<3.6.0a0 *], which can be installed;
│ ├─ pandas [0.19.2|0.20.0|...|0.22.0] would require
│ │ └─ python =3.6 *, which can be installed;
│ ├─ pandas [0.20.3|0.21.0|...|0.23.4] would require
│ │ └─ python >=3.6,<3.7.0a0 *, which can be installed;
│ └─ pandas [0.23.2|0.23.3|0.23.4] would require
│ └─ python >=3.7,<3.8.0a0 *, which can be installed;
└─ python =3.8 * is not installable because it conflicts with any installable versions previously reported.
|
test (-latest, 3.8)
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'.
|
test (-latest, 3.8)
/usr/share/miniconda/lib/python3.12/site-packages/conda/base/context.py:202: 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(
|
test (-latest, 3.7)
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'.
|
test (-latest, 3.7)
/usr/share/miniconda/lib/python3.12/site-packages/conda/base/context.py:202: 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(
|