FIX: Some documentation fixes and fixes in Jax point cost functions. #122
Annotations
8 errors and 30 warnings
ubuntu-3.12
The process '/usr/share/miniconda3/condabin/mamba' failed with exit code 1
|
macOS-3.12
The process '/Users/runner/miniconda3/condabin/mamba' failed with exit code 1
|
ubuntu-3.9
Process completed with exit code 2.
|
ubuntu-3.11
Process completed with exit code 1.
|
ubuntu-3.10
Process completed with exit code 1.
|
macOS-3.9
Process completed with exit code 2.
|
macOS-3.11
Process completed with exit code 1.
|
macOS-3.10
Process completed with exit code 1.
|
ubuntu-3.12
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/.
|
ubuntu-3.12
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/
|
ubuntu-3.12
Mamba support is still experimental and can result in differently solved environments!
|
ubuntu-3.12
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides __cuda needed by tensorflow-2.10.0-cuda112py310he87a039_0
Could not solve for environment specs
The following packages are incompatible
├─ python 3.12** is installable with the potential options
│ ├─ python [3.12.0|3.12.1|3.12.2|3.12.3], which can be installed;
│ ├─ python [3.12.0|3.12.1|3.12.2|3.12.3] would require
│ │ └─ python_abi 3.12.* *_cp312, which can be installed;
│ └─ python 3.12.0rc3 would require
│ └─ _python_rc, which does not exist (perhaps a missing channel);
└─ tensorflow >=2.6 is not installable because there are no viable options
├─ tensorflow [2.10.0|2.6.0|2.8.2|2.9.1] would require
│ └─ tensorflow-base [2.10.0 eigen_py37h1969d1f_0|2.10.0 gpu_py37h6559e04_0|...|2.9.1 mkl_py37h353358b_1], which requires
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.11.0|...|2.9.1] would require
│ ├─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
│ ├─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;
│ └─ tensorflow-estimator [2.10.0 cpu_py310had6d012_0|2.11.0 cpu_py310hfed9998_1|...|2.9.1 cpu_py310had6d012_0], which requires
│ ├─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.6.0|...|2.9.1] would require
│ ├─ tensorflow-base 2.6.0 py37he2fe834_0, which requires
│ │ ├─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.7.* *_cp37m, which conflicts with any installable versions previously reported;
│ └─ tensorflow-estimator [2.10.0 cpu_py37h813ee39_0|2.6.0 cpu_py37h2b38087_2|...|2.9.1 cpu_py37h813ee39_0], which requires
│ ├─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.7.* *_cp37m, which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.11.0|...|2.9.1] would require
│ ├─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
│ ├─ python_abi 3.8.* *_cp38, which conflicts with any installable versions previously reported;
│ ├─ tensorflow-base 2.6.0 py38h83f5f1d_0, which requires
│ │ ├─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.8.* *_cp38, which conflicts with any installable versions previously reported;
│ └─ tensorflow-estimator [2.10.0 cpu_py38h4e23bc6_0|2.11.0 cpu_py38h7af459a_1|...|2.9.1 cpu_py38h4e23bc6_0], which requires
│ ├─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.8.* *_cp38, which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.11.0|...|2.9.1] would require
│ ├─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
│ ├─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
│ ├─ tensorflow-base 2.6.0 py39h23a8cbf_0, which requires
│ │ ├─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
│ └─ tensorflow-estimator [2.10.0 cpu_py39heaff504_0|2.11.0 cpu_py39hf050123_1|...|2.9.1 cpu_py39heaff504_0], which requires
│ ├─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.11.0|...|2.9.1] would require
│ ├─ __cuda, which is missing on the system;
│ └─ tensorflow-base [2.6.2 cuda102py37h55054dc_2|2
|
macOS-3.12
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/.
|
macOS-3.12
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/
|
macOS-3.12
df: getattrlist failed: Input/output error
|
macOS-3.12
Mamba support is still experimental and can result in differently solved environments!
|
macOS-3.12
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _python_rc needed by python-3.12.0rc3-rc3_h30d4d87_1_cpython
Could not solve for environment specs
The following packages are incompatible
├─ python 3.12** is installable with the potential options
│ ├─ python [3.12.0|3.12.1|3.12.2|3.12.3], which can be installed;
│ ├─ python [3.12.0|3.12.1|3.12.2|3.12.3] would require
│ │ └─ python_abi 3.12.* *_cp312, which can be installed;
│ └─ python 3.12.0rc3 would require
│ └─ _python_rc, which does not exist (perhaps a missing channel);
└─ tensorflow >=2.6 is not installable because there are no viable options
├─ tensorflow [2.10.0|2.9.1] would require
│ └─ tensorflow-base [2.10.0 eigen_py37h61e1807_0|2.9.1 eigen_py37h36d2db2_0|2.9.1 eigen_py37h36d2db2_1], which requires
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.11.0|...|2.9.1] would require
│ └─ tensorflow-estimator [2.10.0 cpu_py310h8b1985b_0|2.11.0 cpu_py310h5e669bb_0|...|2.9.1 cpu_py310he88cff4_0], which requires
│ ├─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.6.0|...|2.9.1] would require
│ ├─ tensorflow-base 2.6.0 py37h05ab19a_0, which requires
│ │ ├─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.7.* *_cp37m, which conflicts with any installable versions previously reported;
│ └─ tensorflow-estimator [2.10.0 cpu_py37ha106b6b_0|2.6.0 py37he6ea403_1|...|2.9.1 cpu_py37ha447f7a_0], which requires
│ ├─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.7.* *_cp37m, which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.11.0|...|2.9.1] would require
│ ├─ tensorflow-base 2.6.0 py38h8860697_0, which requires
│ │ ├─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.8.* *_cp38, which conflicts with any installable versions previously reported;
│ └─ tensorflow-estimator [2.10.0 cpu_py38h7c3e1b3_0|2.11.0 cpu_py38h6a26dd6_1|...|2.9.1 cpu_py38hd460df0_0], which requires
│ ├─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.8.* *_cp38, which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.11.0|...|2.9.1] would require
│ ├─ tensorflow-base 2.6.0 py39h9e0eb93_0, which requires
│ │ ├─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
│ └─ tensorflow-estimator [2.10.0 cpu_py39h4d6c197_0|2.11.0 cpu_py39h4bd3056_1|...|2.9.1 cpu_py39hd441b4c_0], which requires
│ ├─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
├─ tensorflow 2.6.0 would require
│ └─ tensorflow-base 2.6.0 py36ha9b9f1f_0, which requires
│ ├─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.6.* *_cp36m, which conflicts with any installable versions previously reported;
├─ tensorflow [2.12.1|2.13.1|2.14.0|2.15.0] would require
│ └─ tensorflow-estimator [2.12.1 cpu_py311he0cccdc_0|2.12.1 cpu_py311he0cccdc_1|...|2.15.0 cpu_py311hd6d7b2b_2], which requires
│ ├─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.11.* *_cp311, which conflicts with any installable versions previously reported;
├─ tensorflow [2.10.0|2.11.0|2.12.0|2.9.1] would require
│ └─ te
|
ubuntu-3.9
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/.
|
ubuntu-3.9
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/
|
ubuntu-3.9
Mamba support is still experimental and can result in differently solved environments!
|
ubuntu-3.11
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/.
|
ubuntu-3.11
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/
|
ubuntu-3.11
Mamba support is still experimental and can result in differently solved environments!
|
ubuntu-3.10
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/.
|
ubuntu-3.10
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/
|
ubuntu-3.10
Mamba support is still experimental and can result in differently solved environments!
|
macOS-3.9
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/.
|
macOS-3.9
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/
|
macOS-3.9
df: getattrlist failed: Input/output error
|
macOS-3.9
Mamba support is still experimental and can result in differently solved environments!
|
macOS-3.11
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/.
|
macOS-3.11
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/
|
macOS-3.11
df: getattrlist failed: Input/output error
|
macOS-3.11
Mamba support is still experimental and can result in differently solved environments!
|
macOS-3.10
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/.
|
macOS-3.10
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/
|
macOS-3.10
df: getattrlist failed: Input/output error
|
macOS-3.10
Mamba support is still experimental and can result in differently solved environments!
|