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
We've always relied on the intel channel in conda for installing dependencies, since last week this channel is no longer available or has been removed. This caused fresh installations of Jovian to fail since the main conda env must be freshly generated on a new device. Only installation is affected, Jovian is unaffected since the sub-environments are containerized*. I cannot find the reason for the channel's disappearance but other's also ran into issues e.g. here.
Solution: replace the intel channel with bioconda.
* The main environment is too complex to containerize, however, since all sub-environments are containerized the output of Jovian is unaffected as validated by generating identical hashes for the QA dataset as per the previous versions.
The text was updated successfully, but these errors were encountered:
We've always relied on the
intel
channel in conda for installing dependencies, since last week this channel is no longer available or has been removed. This caused fresh installations of Jovian to fail since the main conda env must be freshly generated on a new device. Only installation is affected, Jovian is unaffected since the sub-environments are containerized*. I cannot find the reason for the channel's disappearance but other's also ran into issues e.g. here.Solution: replace the
intel
channel withbioconda
.* The main environment is too complex to containerize, however, since all sub-environments are containerized the output of Jovian is unaffected as validated by generating identical hashes for the QA dataset as per the previous versions.
The text was updated successfully, but these errors were encountered: