Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

UnavailableInvalidChannel error in conda

#-------------UnavailableInvalidChannel error in conda--------------#
conda config --get channels
#----------Output---------#
--add channels 'defaults'   # lowest priority
--add channels 'https://pypi.org/project/librosa/'
--add channels 'intel'   # highest priority
#-------------------------#
# 'https://pypi.org/project/librosa/' is InvalidChannel causing error.
conda config --remove channels 'https://pypi.org/project/librosa/'
Source by groups.google.com #
 
PREVIOUS NEXT
Tagged: #UnavailableInvalidChannel #error #conda
ADD COMMENT
Topic
Name
1+7 =