-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
When we get to the line conda install -c file://${CONDA_PREFIX}/conda-bld/ srt-py trying to do this on Windows, we hit the following error:
UnavailableInvalidChannel: HTTP 404 UNAVAILABLE OR INVALID for channel klmasters/conda-bld <file://users/klmasters/conda-bld>
The channel is not accessible or is invalid.
You will need to adjust your conda configuration to proceed.
Use `conda config --show channels` to view your configuration's current state,
and use `conda config --show-sources` to view config file locations.
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. Use `conda index users/klmasters/conda-bld`, or create `noarch/repodata.json`
and associated `noarch/repodata.json.bz2`.
We already tried >conda index users/klmasters/conda-bld to try to make the noarch/repodata.json but still get the same error.
Any advice?
Metadata
Metadata
Assignees
Labels
No labels