Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChecksumMismatchError:with openssl-3.2.1 #13788

Open
2 tasks done
JiachengGU1711 opened this issue Apr 11, 2024 · 4 comments
Open
2 tasks done

ChecksumMismatchError:with openssl-3.2.1 #13788

JiachengGU1711 opened this issue Apr 11, 2024 · 4 comments
Labels
source::community catch-all for issues filed by community members type::support neither a bug nor feature, is really just a user having questions or difficulty somewhere

Comments

@JiachengGU1711
Copy link

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

when I upgrade gcc with the command <conda install -c conda-forge gcc> because I have no sudo privileges, and then raise this error as follows
1712827613352

Conda Info

active environment : MOELoRA1
    active env location : /public/home/cszx_gwang/miniconda3/envs/MOELoRA1
            shell level : 13
       user config file : /public/home/cszx_gwang/.condarc
 populated config files : /public/home/cszx_gwang/.condarc
          conda version : 23.11.0
    conda-build version : not installed
         python version : 3.11.5.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=zen3
                          __conda=23.11.0=0
                          __glibc=2.17=0
                          __linux=3.10.0=0
                          __unix=0=0
       base environment : /public/home/cszx_gwang/miniconda3  (writable)
      conda av data dir : /public/home/cszx_gwang/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64
                          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/noarch
                          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64
                          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/noarch
          package cache : /public/home/cszx_gwang/miniconda3/pkgs
                          /public/home/cszx_gwang/.conda/pkgs
       envs directories : /public/home/cszx_gwang/miniconda3/envs
                          /public/home/cszx_gwang/.conda/envs
               platform : linux-64
             user-agent : conda/23.11.0 requests/2.31.0 CPython/3.11.5 Linux/3.10.0-957.el7.x86_64 centos/7.6.1810 glibc/2.17 solver/libmamba conda-libmamba-solver/23.11.1 libmambapy/1.5.3
                UID:GID : 1012:100
             netrc file : None
           offline mode : False

Conda Config

active env location : /public/home/cszx_gwang/miniconda3/envs/MOELoRA1
            shell level : 13
       user config file : /public/home/cszx_gwang/.condarc
 populated config files : /public/home/cszx_gwang/.condarc
          conda version : 23.11.0
    conda-build version : not installed
         python version : 3.11.5.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=zen3
                          __conda=23.11.0=0
                          __glibc=2.17=0
                          __linux=3.10.0=0
                          __unix=0=0
       base environment : /public/home/cszx_gwang/miniconda3  (writable)
      conda av data dir : /public/home/cszx_gwang/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64
                          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/noarch
                          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64
                          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/noarch
          package cache : /public/home/cszx_gwang/miniconda3/pkgs
                          /public/home/cszx_gwang/.conda/pkgs
       envs directories : /public/home/cszx_gwang/miniconda3/envs
                          /public/home/cszx_gwang/.conda/envs
               platform : linux-64
             user-agent : conda/23.11.0 requests/2.31.0 CPython/3.11.5 Linux/3.10.0-957.el7.x86_64 centos/7.6.1810 glibc/2.17 solver/libmamba conda-libmamba-solver/23.11.1 libmambapy/1.5.3
                UID:GID : 1012:100
             netrc file : None
           offline mode : False


(MOELoRA1) [cszx_gwang@login1 MOELoRA-peft-master1]$ conda config --show-sources
==> /public/home/cszx_gwang/.condarc <==
channel_priority: disabled
channels:
  - defaults
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
show_channel_urls: True

Conda list

==> /public/home/cszx_gwang/.condarc <==
channel_priority: disabled
channels:
  - defaults
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
show_channel_urls: True

Additional Context

No response

@JiachengGU1711 JiachengGU1711 added the type::bug describes erroneous operation, use severity::* to classify the type label Apr 11, 2024
@travishathaway
Copy link
Contributor

@JiachengGU1711,

Can you please run:

conda clean --all

Rerun the command, and see if this error has disappeared.

@travishathaway travishathaway added source::community catch-all for issues filed by community members pending::feedback indicates we are waiting on feedback from the user type::support neither a bug nor feature, is really just a user having questions or difficulty somewhere and removed type::bug describes erroneous operation, use severity::* to classify the type labels Apr 12, 2024
@JiachengGU1711
Copy link
Author

@travishathaway I have tried this command before raising this issue. This error still exists. And I ues :

conda install gcc_linux-64=11.2

It still appears this error, no matter the version of gcc
1712935170342

@conda-bot conda-bot added pending::support indicates user is waiting on support from triage engineers and removed pending::feedback indicates we are waiting on feedback from the user labels Apr 12, 2024
@travishathaway
Copy link
Contributor

@JiachengGU1711,

The next step is to verify that what you are getting is an actual conda package. Here are steps you can follow to do that:

First, download it with curl:

curl -O https://repo.anaconda.com/pkgs/main/linux-64/gcc_impl_linux-64-11.2.0-h1234567_1.conda

Extract it to a temporary directory:

mkdir tmp_package
cph extract --dest tmp_package gcc_impl_linux-64-11.2.0-h1234567_1.conda

If that ran successfully, look inside the folder to see if the are package files there:

ls tmp_package

If any of these steps fail to yield results, you may be having networking issues preventing you from retrieving this package. If that's the case, we cannot offer assistance and you will have to speak with your networking administrators.

@travishathaway travishathaway added pending::feedback indicates we are waiting on feedback from the user and removed pending::support indicates user is waiting on support from triage engineers labels Apr 15, 2024
@JiachengGU1711
Copy link
Author

@travishathaway thanks a lot.

@conda-bot conda-bot added pending::support indicates user is waiting on support from triage engineers and removed pending::feedback indicates we are waiting on feedback from the user labels Apr 17, 2024
@travishathaway travishathaway removed the pending::support indicates user is waiting on support from triage engineers label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source::community catch-all for issues filed by community members type::support neither a bug nor feature, is really just a user having questions or difficulty somewhere
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants