The conda package manager source is at:
Tools/instructions for building your own packages are at:
The 'Anaconda Distribution' is just what Continuum Analytics makes automatically available as installer-bundled packages, and from their repository. The recipes that seem to populate <
https://repo.continuum.io/pkgs/> are all at:
...and there's a separate issues-only project for raising Anaconda distribution/installer matters at:
HOWEVER, given that installation from PyPI via `pip install gensim` works fine in conda environments, I don't know strong reasons to add another 'official' maintained place to get gensim.
My suggestion would be to recommend that conda users, including those who've pre-installed the giant ball of Anaconda core packages, just ignore the 'gensim' that's in the conda repositories. (And, uninstall it if they've previously run `conda install gensim`). Install gensim from PyPI instead.
We might also ask Continuum to either update their Anaconda-distribution mirror-package more rapidly after gensim PyPI releases, or that they phase-out `gensim` from their mirrors entirely, so there's no risk of getting a lagged version, and users then naturally rely on PyPI instead. But asking for (or getting) that change shouldn't be strictly necessary, as long as there's clear guidance from gensim's docs about preferred installation sources.
- Gordon