Conda needs to know where to find certain apps… if you get an error saying it can’t find a package that you know exists, add these lines to update your catalog:
call conda config –add channels nvidia
call conda config –add channels conda-forge
call conda config –set channel_priority flexible
Leave a Reply