Debug Python 3.8 and Ubuntu (conda) #5
continuous-integration-workflow-conda-ubuntu-python3.8.yml
on: workflow_dispatch
Matrix: PyApprox with Python 3.8 and Ubuntu
Annotations
1 error and 3 warnings
PyApprox with Python 3.8 and Ubuntu (3.8, ubuntu-latest)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
PyApprox with Python 3.8 and Ubuntu (3.8, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, conda-incubator/setup-miniconda@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PyApprox with Python 3.8 and Ubuntu (3.8, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PyApprox with Python 3.8 and Ubuntu (3.8, ubuntu-latest)
LibMambaUnsatisfiableError: Encountered problems while solving:
- package numpy-1.26.0-py39h129f8d9_0 requires python_abi 3.9 *_pypy39_pp73, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ numpy >=1.26 is installable with the potential options
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ │ └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ │ └─ numpy-base [1.26.0 py310h8a23956_0|1.26.0 py310hb5e798b_0|...|1.26.4 py310hb5e798b_0], which requires
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ │ └─ numpy-base [1.26.0 py311hbfb1bba_0|1.26.0 py311hf175353_0|...|1.26.4 py311hf175353_0], which requires
│ │ └─ python >=3.11,<3.12.0a0 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ │ └─ numpy-base [1.26.0 py312h0da6c21_0|1.26.0 py312he1a6c75_0|...|1.26.4 py312he1a6c75_0], which requires
│ │ └─ python >=3.12,<3.13.0a0 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ │ └─ numpy-base [1.26.0 py39h8a23956_0|1.26.0 py39hb5e798b_0|...|1.26.4 py39hb5e798b_0], which requires
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ │ ├─ python >=3.10,<3.11.0a0 , which can be installed;
│ │ └─ python_abi 3.10.* *_cp310, which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ │ ├─ python >=3.11,<3.12.0a0 , which can be installed;
│ │ └─ python_abi 3.11.* *_cp311, which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ │ └─ python_abi 3.12.* *_cp312, which can be installed;
│ └─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] would require
│ ├─ python >=3.9,<3.10.0a0 , which can be installed;
│ └─ python_abi 3.9.* *_cp39, which can be installed;
└─ python 3.8.*,>3.6 is not installable because 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.0|3.8.1] would require
└─ python_abi * *_cp38, which conflicts with any installable versions previously reported.
|