From 807054349c8c98f91dfda0a7070ed4a65dae8cf2 Mon Sep 17 00:00:00 2001 From: Mamta202 <123920869+Mamta202@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:14:01 -0500 Subject: [PATCH] Create anaconda issue while updating or installing any tool Solving environemnt failed with repodata --- anaconda issue while updating or installing any tool | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 anaconda issue while updating or installing any tool diff --git a/anaconda issue while updating or installing any tool b/anaconda issue while updating or installing any tool new file mode 100644 index 0000000..e3e8c53 --- /dev/null +++ b/anaconda issue while updating or installing any tool @@ -0,0 +1,12 @@ +I am trying to install snippy but everytime it gives fllowing command and get changes +Collecting package metadata (current_repodata.json): \ WARNING conda.models.version:get_matcher(542): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1.*, but conda is ignoring the .* and treating it as 1.7.1 +done +Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. +Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. +Collecting package metadata (repodata.json): / WARNING conda.models.version:get_matcher(542): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0.*, but conda is ignoring the .* and treating it as 1.9.0 +WARNING conda.models.version:get_matcher(542): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.6.0.*, but conda is ignoring the .* and treating it as 1.6.0 +WARNING conda.models.version:get_matcher(542): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0.*, but conda is ignoring the .* and treating it as 1.8.0 +done + +I have also tried intalling mamba but then also it is giving same command +Please help in solving this issue