Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jovian installation broken due to conda's "Intel" channel being unavailable #1

Closed
DennisSchmitz opened this issue Jul 24, 2024 · 1 comment
Assignees

Comments

@DennisSchmitz
Copy link
Owner

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.

@DennisSchmitz DennisSchmitz self-assigned this Jul 24, 2024
@DennisSchmitz
Copy link
Owner Author

Fixed in v2.0.2, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant