Environment
- Using Miniconda for Python package management
Current Situation
- All configured channels are visible in
conda info
output and Intel is removed:
- During package installation, Conda attempts to use the deprecated Intel channel
- Installation fails due to the non-existent Intel channel
What I've Tried
- Removed Intel channel from all configuration files
- The channel still persists in Conda's configuration
Question
How can I completely remove the Intel channel from Conda's configuration without reinstalling Conda?
Additional Details
- I previously used the Intel channel but it's no longer active
- The channel remains configured despite removing it from
.condarc
Please let me know if you need any additional information to help resolve this issue.