Open lebedov opened 5 years ago
This is actually related to a helpful feature where conda adds in pip as a dep for python dynamically at install time. I've added #24 to support this correctly going forwards
@lebedov try against the new one, this should be fixed now
@mariusvniekerk I'm still observing the same PackagesNotFoundError when I try the aforementioned install command in an empty environment, except that pip is no longer in the list of ostensibly unavailable packages.
Using conda 4.6.11, I can search for packages:
If I create a completely empty environment with
conda create -n test
, activate it, and then try to install python 3.7.1 in that environment, I observe the following:Is this expected? I am on a corporate network, but I seem to recall being able to use metachannel from the same system over the past few weeks.