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
When I try installing all the solo dependencies from requirements.txt with conda/mamba, the following clash is reported:
error libmamba Could not solve for environment specs
The following packages are incompatible
├─ lightning 2.1.4** is requested and can be installed;
└─ scvi-tools 1.1.2** is not installable because it requires
└─ lightning >=2.0,<2.1 , which conflicts with any installable versions previously reported.
This can be fixed by downgrading lightning from 2.1.4 to >=2 (2.0.9.post0 ends up selected), but I don't know if that would cause anything to break.
I realise this is not following the official installation instructions, but I thought I'd mention it anyway...
The text was updated successfully, but these errors were encountered:
jpintar
changed the title
Dependency conflict
Dependency conflict: lightning 2.1.4 and scvi-tools 1.1.2
Mar 16, 2024
Thanks for reporting this! We've updated lightning dependency to >=2 to accommodate the possibility of conda/mamba installation and it does not conflict with the standard pip installation.
When I try installing all the
solo
dependencies fromrequirements.txt
withconda
/mamba
, the following clash is reported:This can be fixed by downgrading
lightning
from2.1.4
to>=2
(2.0.9.post0
ends up selected), but I don't know if that would cause anything to break.I realise this is not following the official installation instructions, but I thought I'd mention it anyway...
The text was updated successfully, but these errors were encountered: