Differences between Anaconda and Community channels
Feature | Anaconda official channels | Community channels |
---|---|---|
Package Maintenance | Maintained by Anaconda | Maintained by community contributors |
Package Security | Comprehensive security review; includes package signatures and CVE curation metadata | Security is on par with official channels; CVE reporting |
Support | Anaconda support |
|
Policy Use |
|
|
Community channel best practices
community
channel, Anaconda recommends the following best practices:community
channel when you cannot find the package you need in Anaconda’s channels.
community
channel, try to get as many dependencies as possible for those packages from Anaconda’s channels.
To accomplish this, use the following syntax when installing packages from the community
channel:
.condarc
file to install the dependencies for the environment in priority order.
.condarc
file at the end of the channels:
list to give them the lowest priority. Conda will only use this channel when necessary to fulfill transitive package dependencies, because conda’s default setting is for strict channel priority.
Edit the .condarc
file manually or run the following command to add the community channel to the channels:
list:
Enabling community channels
main
channel, it contains the same packages as the main
.
community
as a source might take a few minutes to complete.