Closed quartox closed 5 years ago
You may need to add pip as well to the packages required
I tried adding pip and it could not find wheel.
Everything works fine with I use it for conda install
commands but it doesn't find dependencies when I use conda create
. Again, this may be an corporate mirror issue and not a problem at all for the outside, but I don't have an easy time testing because my laptop is locked down (though I will try again tonight to see if I can get around that). If no one can reproduce than we should close this.
I was able to re-produce using the official url. conda create
fails to find package dependencies, whereas conda install
succeeds.
Might be intended and just something worth mentioning in README?
@quartox I've fixed this in #24
It's working for me, thanks!
I am using a corporate mirror of the hosted metachannel, so if you can't reproduce then I need to deal with IT on my end.
I am just trying to create a conda environment with python and it is unable to find
pip
andlibcxx
. Addingpip
to the channel url then says it can't findwheel
. I looked at therepodata.json
and confirmed that it isn't there.Example:
$ conda create --name test-meta --override-channels -c https://metachannel.conda-forge.org/conda-forge/python python=3.6
Error: