-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Could not solve for environment specs The following packages are incompatible ├─ imdlib =* * is installable with the potential options │ ├─ imdlib 0.0.3 would require │ │ └─ python >=3.5,<3.6.0a0 *, which can be installed; │ ├─ imdlib [0.0.3|0.1.11|...|0.1.9] would require │ │ └─ python >=3.6,<3.7.0a0 *, which can be installed; │ ├─ imdlib [0.0.3|0.0.5|...|0.1.8.1] would require │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ └─ imdlib [0.1.17|0.1.20] would require │ └─ python >=3.10,<3.11.0a0 , which can be installed; └─ pin on python 3.11. = * is not installable because it requires └─ python =3.11 *, which conflicts with any installable versions previously reported. Pins seem to be involved in the conflict. Currently pinned specs: • python=3.11
Solution was to create a new environment with python version 3.6. However rioxarray module did not load.