jupyterq
jupyterq copied to clipboard
Problem with conda installation
Hi,
I appreciate your help with this issue, there is a problem with non-existing file on repo https://conda.anaconda.org/kx/win-64/current_repodata.json.
Hi @troyaqgis I don't believe this is an issue with the conda distrbution itself as this has been raised to conda specifically https://github.com/conda/conda/issues/9746 I believe there is a workaround solution defined within the thread there
I checked libraries and they are in two directories.
I try conda config --set ssl_verify False
- it did not resolve issue
By the way, it is interesting that commands:
conda update conda
and comand install pandas
work fine.
Any suggestions, ideas?
In addition:
Here we have access to json file:
https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json
For KX repo there json file not exist:
https://conda.anaconda.org/kx/win-64/current_repodata.json
@cmccarthy1 could you please look at this one more time?