I have a question regarding the conda installation for mrtrix3.
Since 2024 Anaconda updated their Terms of Service and access to community-hosted channels on anaconda.org is now restricted for users connecting from institutional IP addresses (universities, hospitals, research centers) unless a paid license or access token is provided.
In practice, this means that conda install -c mrtrix3 mrtrix3 fails with an HTTP 403 Forbidden error when run from such networks. This restriction does not affect the conda-forge channel as it is served through its own independent infrastructure and remains freely accessible regardless of the user’s IP.
Would you be open to publishing the package on the conda-forge channel ?
Thank you very much for your work ! (Apologize if this message does not have the right tag)
Thanks for the reply. Yes, I use miniconda, and have no issue with other packages hosted on conda-forge. The problem is when packages are accessible via a channel hosted on anaconda, which seems to be the case for mrtrix3.
To show an example of the issue, I tried fetching the json index file for channel mrtrix3. This file is required when installing a package, whether the manager is conda or mamba.