Why I can't pull some packages from Conda?

Why I can't pull some packages from Conda?

AuthorFullName__c
Batel Tova
articleNumber
000004507
ft:sourceType
Salesforce
FirstPublishedDate
2019-12-03T08:23:03Z
lastModifiedDate
2021-09-23
VersionNumber
7

By default the Conda client uses two URLs to pull packages:

https://repo.anaconda.com

https://conda.anaconda.org

When using the quick setup in Artifactory, only "repo.anaconda.com" is used. This upstream remote repository does not use labels. To get labels to work, create a new remote Condarepository going to https://conda.anaconda.org with no extra URL snippets:
User-added image
 

Afterward add this new remote to an existing Conda virtual repository, so that there are 2 remote repositories going to the 2 URLs. As the following screenshot:
User-added image

 

Then follow the Set Me Up guide for the virtual, this involves creating a .condarc file with the Artifactory URL as the only channel. Once this is done, Conda label installations will work as expected against all the URL that you have added.