Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fusing more than two channels fails #27

Open
rgommers opened this issue May 1, 2019 · 3 comments
Open

fusing more than two channels fails #27

rgommers opened this issue May 1, 2019 · 3 comments

Comments

@rgommers
Copy link

rgommers commented May 1, 2019

The readme says fusing more than two channels is possible without giving an example; it seems to not work:

conda create --override-channels -c https://metachannel.conda-forge.org/defaults,conda-forge/pandas,conda-forge/scikit-learn pandas -n testmeta

gives

Collecting package metadata: failed

CondaHTTPError: HTTP 500 CONNECTION FAILED for url <https://metachannel.conda-forge.org/defaults,conda-forge/pandas,conda-forge/scikit-learn/noarch/repodata.json>
Elapsed: 00:00.511322
CF-RAY: 4d03b7fa8fd42c0a-AMS

A remote server error occurred when trying to retrieve this URL.

A 500-type error (e.g. 500, 501, 502, 503, etc.) indicates the server failed to
fulfill a valid request.  The problem may be spurious, and will resolve itself if you
try your request again.  If the problem persists, consider notifying the maintainer
of the remote server.

Leaving off ,conda-forge/scikit-learn does work as expected.

@scopatz
Copy link
Contributor

scopatz commented May 29, 2019

Thanks for reporting @rgommers - I think that conda-forge is already fused withg defaults, so maybe it is an out-of-order thing. Have you tried it with a channel other than defaults?

@rgommers
Copy link
Author

I didn't. Will try to test, but am on a different machine now - may take a while to get back to this.

@scopatz
Copy link
Contributor

scopatz commented May 30, 2019

no worries!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants