You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I have a channel hosted on an internal company server which I use on Windows. It's listed in .condarc as file://\\my_server/development/conda_packages although I believe it was added via conda config --add channels \\my_server\development\conda_packages.
Conda-manager doesn't like this channel and insists on prefixing it with https://conda.anaconda.org/ which breaks it.
Based on the conda docs, file:// seems to be the only other valid channel path. Could we support it? Looks like a small change is required here.
The text was updated successfully, but these errors were encountered:
I have a channel hosted on an internal company server which I use on Windows. It's listed in .condarc as
file://\\my_server/development/conda_packages
although I believe it was added viaconda config --add channels \\my_server\development\conda_packages
.Conda-manager doesn't like this channel and insists on prefixing it with
https://conda.anaconda.org/
which breaks it.Based on the conda docs,
file://
seems to be the only other valid channel path. Could we support it? Looks like a small change is required here.The text was updated successfully, but these errors were encountered: