When trying to create the conda environment from sardineEnv.yml it didn't work and gave me the following errors:
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides pgcore 1.2.0.* needed by pygimli-1.2.0-py_1
Could not solve for environment specs
The following packages are incompatible
├─ obspy =* * is installable with the potential options
│ ├─ obspy 1.2.2 would require
│ │ └─ python >=3.8,<3.9.0a0 * with the potential options
│ │ ├─ python [3.8.11|3.8.13|...|3.8.20], which can be installed;
│ │ └─ python [3.8.10|3.8.12|...|3.8.8] would require
│ │ └─ python_abi =3.8 *_cp38, which can be installed;
│ ├─ obspy [1.2.2|1.3.0|...|1.5.0] 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;
│ ├─ obspy [1.3.1|1.4.0|1.4.1|1.4.2|1.5.0] would require
│ │ ├─ 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;
│ ├─ obspy [1.2.2|1.3.0|1.3.1|1.4.0|1.4.1] would require
│ │ └─ python >=3.8,<3.9.0a0 *_cpython, which can be installed (as previously explained);
│ ├─ obspy [1.2.2|1.3.0|...|1.4.2] 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;
│ ├─ obspy [1.4.1|1.4.2|1.5.0] would require
│ │ └─ python_abi =3.12 *_cp312 but there are no viable options
│ │ ├─ python_abi 3.12 would require
│ │ │ └─ python =3.12 *_cpython, which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.12 would require
│ │ └─ python =3.12 *, which conflicts with any installable versions previously reported;
│ ├─ obspy [1.4.2|1.5.0] would require
│ │ └─ python_abi =3.13 *_cp313 but there are no viable options
│ │ ├─ python_abi 3.13 would require
│ │ │ └─ python =3.13 *_cpython, which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.13 would require
│ │ └─ python =3.13 *_cp313, which conflicts with any installable versions previously reported;
│ └─ obspy 1.5.0 would require
│ └─ python_abi =3.14 *_cp314, which requires
│ └─ python =3.14 _cp314, which conflicts with any installable versions previously reported;
├─ pygimli = * is not installable because there are no viable options
│ ├─ pygimli [1.4.0|1.4.1|...|1.5.3] would require
│ │ └─ pgcore [=1.4.0 *|=1.5.0 *] but there are no viable options
│ │ ├─ pgcore [1.4.0|1.5.0] 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;
│ │ ├─ pgcore [1.4.0|1.5.0|1.5.4] 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;
│ │ └─ pgcore [1.4.0|1.5.0|1.5.4] would require
│ │ ├─ 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;
│ ├─ pygimli 1.6.0 would require
│ │ └─ pgcore >=1.6.0 * but there are no viable options
│ │ ├─ pgcore [1.5.4|1.6.0] would require
│ │ │ └─ python_abi =3.12 *_cp312, which cannot be installed (as previously explained);
│ │ ├─ pgcore 1.6.0 would require
│ │ │ └─ python_abi =3.13 *_cp313, which cannot be installed (as previously explained);
│ │ └─ pgcore 1.6.0 would require
│ │ └─ python_abi =3.14 *_cp314, which cannot be installed (as previously explained);
│ ├─ pygimli [1.2.0|1.2.1] would require
│ │ └─ pgcore =1.2.0 *, which does not exist (perhaps a missing channel);
│ ├─ pygimli 1.2.2 would require
│ │ └─ pgcore =1.2.2 *, which does not exist (perhaps a missing channel);
│ ├─ pygimli 1.2.3 would require
│ │ └─ pgcore =1.2.3 *, which does not exist (perhaps a missing channel);
│ ├─ pygimli [1.2.4|1.2.5|1.2.6] would require
│ │ └─ pgcore =1.2.4 *, which does not exist (perhaps a missing channel);
│ ├─ pygimli [1.3.0|1.3.1] would require
│ │ └─ pgcore =1.3.0 *, which does not exist (perhaps a missing channel);
│ └─ pygimli [1.5.4|1.5.5] would require
│ └─ pgcore >=1.5.0 *, which cannot be installed (as previously explained);
└─ python =3.8 * is installable with the potential options
├─ python [3.8.11|3.8.13|...|3.8.20], which can be installed;
└─ python [3.8.10|3.8.12|...|3.8.8], which can be installed (as previously explained).
When trying to create the conda environment from sardineEnv.yml it didn't work and gave me the following errors:
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs
The following packages are incompatible
├─ obspy =* * is installable with the potential options
│ ├─ obspy 1.2.2 would require
│ │ └─ python >=3.8,<3.9.0a0 * with the potential options
│ │ ├─ python [3.8.11|3.8.13|...|3.8.20], which can be installed;
│ │ └─ python [3.8.10|3.8.12|...|3.8.8] would require
│ │ └─ python_abi =3.8 *_cp38, which can be installed;
│ ├─ obspy [1.2.2|1.3.0|...|1.5.0] 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;
│ ├─ obspy [1.3.1|1.4.0|1.4.1|1.4.2|1.5.0] would require
│ │ ├─ 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;
│ ├─ obspy [1.2.2|1.3.0|1.3.1|1.4.0|1.4.1] would require
│ │ └─ python >=3.8,<3.9.0a0 *_cpython, which can be installed (as previously explained);
│ ├─ obspy [1.2.2|1.3.0|...|1.4.2] 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;
│ ├─ obspy [1.4.1|1.4.2|1.5.0] would require
│ │ └─ python_abi =3.12 *_cp312 but there are no viable options
│ │ ├─ python_abi 3.12 would require
│ │ │ └─ python =3.12 *_cpython, which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.12 would require
│ │ └─ python =3.12 *, which conflicts with any installable versions previously reported;
│ ├─ obspy [1.4.2|1.5.0] would require
│ │ └─ python_abi =3.13 *_cp313 but there are no viable options
│ │ ├─ python_abi 3.13 would require
│ │ │ └─ python =3.13 *_cpython, which conflicts with any installable versions previously reported;
│ │ └─ python_abi 3.13 would require
│ │ └─ python =3.13 *_cp313, which conflicts with any installable versions previously reported;
│ └─ obspy 1.5.0 would require
│ └─ python_abi =3.14 *_cp314, which requires
│ └─ python =3.14 _cp314, which conflicts with any installable versions previously reported;
├─ pygimli = * is not installable because there are no viable options
│ ├─ pygimli [1.4.0|1.4.1|...|1.5.3] would require
│ │ └─ pgcore [=1.4.0 *|=1.5.0 *] but there are no viable options
│ │ ├─ pgcore [1.4.0|1.5.0] 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;
│ │ ├─ pgcore [1.4.0|1.5.0|1.5.4] 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;
│ │ └─ pgcore [1.4.0|1.5.0|1.5.4] would require
│ │ ├─ 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;
│ ├─ pygimli 1.6.0 would require
│ │ └─ pgcore >=1.6.0 * but there are no viable options
│ │ ├─ pgcore [1.5.4|1.6.0] would require
│ │ │ └─ python_abi =3.12 *_cp312, which cannot be installed (as previously explained);
│ │ ├─ pgcore 1.6.0 would require
│ │ │ └─ python_abi =3.13 *_cp313, which cannot be installed (as previously explained);
│ │ └─ pgcore 1.6.0 would require
│ │ └─ python_abi =3.14 *_cp314, which cannot be installed (as previously explained);
│ ├─ pygimli [1.2.0|1.2.1] would require
│ │ └─ pgcore =1.2.0 *, which does not exist (perhaps a missing channel);
│ ├─ pygimli 1.2.2 would require
│ │ └─ pgcore =1.2.2 *, which does not exist (perhaps a missing channel);
│ ├─ pygimli 1.2.3 would require
│ │ └─ pgcore =1.2.3 *, which does not exist (perhaps a missing channel);
│ ├─ pygimli [1.2.4|1.2.5|1.2.6] would require
│ │ └─ pgcore =1.2.4 *, which does not exist (perhaps a missing channel);
│ ├─ pygimli [1.3.0|1.3.1] would require
│ │ └─ pgcore =1.3.0 *, which does not exist (perhaps a missing channel);
│ └─ pygimli [1.5.4|1.5.5] would require
│ └─ pgcore >=1.5.0 *, which cannot be installed (as previously explained);
└─ python =3.8 * is installable with the potential options
├─ python [3.8.11|3.8.13|...|3.8.20], which can be installed;
└─ python [3.8.10|3.8.12|...|3.8.8], which can be installed (as previously explained).