When trying to instlal pymol I got this error
Collecting package metadata (repodata.json): done
Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package pymol-bundle-2.5.10-0 requires pymol >=2.5.10,<3.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.13.* , which can be installed;
└─ pymol-bundle is not installable because it requires
└─ pymol [>=2.5.10,<3.0a0 |>=2.6.2,<3.0a0 |>=3.1.3.1,<4.0a0 ] but there are no viable options
├─ pymol [2.5.10|2.6.2|3.1.3.1|3.1.4.1] would require
│ └─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
├─ pymol [2.5.10|2.6.2|3.1.3.1|3.1.4.1] would require
│ └─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported;
├─ pymol [2.5.10|2.6.2|3.1.3.1|3.1.4.1] would require
│ └─ python >=3.12,<3.13.0a0 , which conflicts with any installable versions previously reported;
└─ pymol [2.5.10|2.6.2|3.1.3.1|3.1.4.1] would require
└─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported.
Any advice?