Merge pull request #231 from knaaptime/testing #49
Annotations
1 error and 6 warnings
CI (ubuntu-latest-ci/312.yml)
The process '/usr/share/miniconda3/condabin/conda' failed with exit code 1
|
CI (ubuntu-latest-ci/312.yml)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
CI (ubuntu-latest-ci/312.yml)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
CI (ubuntu-latest-ci/312.yml)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CI (ubuntu-latest-ci/312.yml)
/usr/share/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.yml)
/usr/share/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.yml)
LibMambaUnsatisfiableError: Encountered problems while solving:
- package pandana-0.4.1-py27hb3f55d8_0 requires python >=2.7,<2.8.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pandana is installable with the potential options
│ ├─ pandana [0.4.1|0.4.2|0.4.3|0.4.4] would require
│ │ └─ python >=2.7,<2.8.0a0 , which can be installed;
│ ├─ pandana [0.4.1|0.4.2|...|0.6.1] would require
│ │ └─ python >=3.6,<3.7.0a0 , which can be installed;
│ ├─ pandana [0.4.1|0.4.2|...|0.6.1] would require
│ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ ├─ pandana [0.4.4|0.5|0.5.1|0.6|0.6.1] would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ ├─ pandana 0.5.1 would require
│ │ └─ python_abi 3.6 *_pypy36_pp73, which requires
│ │ └─ python 3.6.* *_73_pypy, which can be installed;
│ ├─ pandana [0.5.1|0.6|0.6.1] would require
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ └─ pandana 0.6.1 would require
│ └─ python >=3.10,<3.11.0a0 , which can be installed;
└─ python 3.12** is not installable because it conflicts with any installable versions previously reported.
|