Anaconda channel for nupic

Hi all,
Is there any channel for anaconda. I get this error when installing nupic with anaconda:

CondaHTTPError: HTTP 404 NOT FOUND for url https://conda.anaconda.org/cobra-forge/noarch/repodata.json
Elapsed: 00:00.220725
CF-RAY: 477915548ad9b7e3-CDG

The remote server could not find the noarch directory for the
requested channel with url: https://conda.anaconda.org/cobra-forge

As of conda 4.3, a valid channel must contain a noarch/repodata.json and
associated noarch/repodata.json.bz2 file, even if noarch/repodata.json is
empty. please request that the channel administrator create
noarch/repodata.json and associated noarch/repodata.json.bz2 files.
mkdir noarch echo ‘{}’ > noarch/repodata.json
$ bzip2 -k noarch/repodata.json

You will need to adjust your conda configuration to proceed.
Use conda config --show channels to view your configuration’s current state.

Thanks

We don’t support Anaconda, but there was an effort to create a recipe.

Hi,

For a quick solution, I have installed nupic via python2.7 environment. Using conda build, I succeed to get a recognized library.
I hope that works well.
Thank you for your consideration.

1 Like