Stream: python-questions
Topic: conda error
Matt Long (May 23 2020 at 16:03):
I am trying to update my environment on Casper and getting the following error:
SpecNotFound: Anaconda Client is required to interact with anaconda.org or an Anaconda API. Please run `conda install anaconda-client -n base`.
Should I do that? Is this a red-herring?
cc @Kevin Hallock, @Anderson Banihirwe
Anderson Banihirwe (May 23 2020 at 21:17):
that's interesting...
Anderson Banihirwe (May 23 2020 at 21:18):
I just run conda update --all
on one of my environments, and things seem to be working fine
Anderson Banihirwe (May 23 2020 at 21:18):
How are you updating your environment i.e what command are you executing?
Anderson Banihirwe (May 23 2020 at 21:21):
The only reason you would need anaconda-client
is when you want to connect and/or manage your Anaconda cloud account
Anderson Banihirwe (May 23 2020 at 21:23):
Does your environment have packages from custom/private conda channels?
Matt Long (May 23 2020 at 21:46):
Would a connectivity problem explain this?
Last updated: Jan 30 2022 at 12:01 UTC