Skip to content

Conda build issue on windows? #33

@karenlmasters

Description

@karenlmasters

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions