You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error libmamba Could not solve for environment specs
The following packages are incompatible
├─ numba >=0.61.0rc2 * is installable with the potential options
│ ├─ numba 0.61.0rc2 would require
│ │ └─ python >=3.10,<3.11.0a0 *, which can be installed;
│ ├─ numba 0.61.0rc2 would require
│ │ └─ python >=3.11,<3.12.0a0 *, which can be installed;
│ ├─ numba 0.61.0rc2 would require
│ │ └─ python >=3.12,<3.13.0a0 *, which can be installed;
│ └─ numba 0.61.0rc2 would require
│ ├─ llvmlite =0.44 * with the potential options
│ │ ├─ llvmlite [0.44.0rc1|0.44.0rc2] would require
│ │ │ └─ python >=3.10,<3.11.0a0 *, which can be installed;
│ │ ├─ llvmlite [0.44.0rc1|0.44.0rc2] would require
│ │ │ └─ python >=3.11,<3.12.0a0 *, which can be installed;
│ │ ├─ llvmlite [0.44.0rc1|0.44.0rc2] would require
│ │ │ └─ python >=3.12,<3.13.0a0 *, which can be installed;
│ │ └─ llvmlite [0.44.0rc1|0.44.0rc2] would require
│ │ └─ zlib >=1.2.13,<1.3.0a0 *, which can be installed;
│ └─ python >=3.13,<3.14.0a0 *, which requires
│ └─ libzlib >=1.3.1,<2.0a0 * but there are no viable options
│ ├─ libzlib 1.3.1 would require
│ │ └─ zlib ==1.3.1 *_0, which conflicts with any installable versions previously reported;
│ ├─ libzlib 1.3.1 would require
│ │ └─ zlib ==1.3.1 *_2, which conflicts with any installable versions previously reported;
│ └─ libzlib 1.3.1 would require
│ └─ zlib ==1.3.1 *_1, which conflicts with any installable versions previously reported;
└─ pin on python 3.13.* =* * is not installable because it requires
└─ python =3.13 *, which conflicts with any installable versions previously reported.
Per @gmarkall (see numba/numba#9883 (comment)) it should be gettable via pip so I'll try that next but my ugly script is not ... flexible at the moment (my fault).
The text was updated successfully, but these errors were encountered:
I'm not able to install
numba
with GEOSpyD and Python 3.13. I tried installing via the numba conda channel as I see 0.61.0rc2 there:https://anaconda.org/numba/numba
but I got:
This seems similar to issues that @slayoo found, see numba/numba#9413 (comment)
Per @gmarkall (see numba/numba#9883 (comment)) it should be gettable via
pip
so I'll try that next but my ugly script is not ... flexible at the moment (my fault).The text was updated successfully, but these errors were encountered: