You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble with authentication when attempting to upload to my personal anaconda.org channel.
I attempt to login with:
$ rattler-build auth login --conda-token <token> anaconda.org
Authenticating with *.anaconda.org
followed by:
$ rattler-build upload anaconda --owner <username> mypackage-0.1.0-phhbf21a9e_0.conda
Error:
× No anaconda.org api key was given and no token were found in the keychain / auth file. Please create a token on anaconda.org
Since it was not obvious to me what host to provide for the auth login, I've also tried to use "api.anaconda.org", "conda.anaconda.org", "anaconda", "anaconda.org/" when setting host for rattler-build auth.
I've used Gnome's Seahorse to browse for keyrings, which indicate that the tokens are indeed stored *.anaconda.org/<username>@rattler:default (keyring v3.6.1)
Is there some obvious thing that I'm doing wrong, or is there an error with the authentication?
The text was updated successfully, but these errors were encountered:
Version: rattler-build 0.35.9
(same issue)
I'm having trouble with authentication when attempting to upload to my personal anaconda.org channel.
I attempt to login with:
followed by:
It works when I provide the token directly.
Since it was not obvious to me what host to provide for the auth login, I've also tried to use "api.anaconda.org", "conda.anaconda.org", "anaconda", "anaconda.org/" when setting host for
rattler-build auth
.I've used Gnome's Seahorse to browse for keyrings, which indicate that the tokens are indeed stored
*.anaconda.org/<username>@rattler:default (keyring v3.6.1)
Is there some obvious thing that I'm doing wrong, or is there an error with the authentication?
The text was updated successfully, but these errors were encountered: