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

[VL] [BUILD] ERROR: cannot verify repo.anaconda.com's certificate #5584

Open
ychris78 opened this issue Apr 30, 2024 · 4 comments
Open

[VL] [BUILD] ERROR: cannot verify repo.anaconda.com's certificate #5584

ychris78 opened this issue Apr 30, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@ychris78
Copy link
Contributor

Description

When I compile gluten on Alibaba Cloud ECS according to docs/developers/docker_centos7.md in the project, the following error always occurs.

Error log:

+ run_and_time install_conda
+ install_conda
+ cd /tmp/velox-deps
+ mkdir -p conda
+ cd conda
+ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
--2024-04-29 06:40:20--  https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.191.158, 104.16.32.241, 2606:4700::6810:bf9e, ...
Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.191.158|:443... connected.
ERROR: cannot verify repo.anaconda.com's certificate, issued by '/C=US/O=Let\'s Encrypt/CN=E1':
  Issued certificate has expired.
To connect to repo.anaconda.com insecurely, use `--no-check-certificate'.

@ychris78 ychris78 added the enhancement New feature or request label Apr 30, 2024
@ychris78 ychris78 changed the title ERROR: cannot verify repo.anaconda.com's certificate [BUILD] ERROR: cannot verify repo.anaconda.com's certificate Apr 30, 2024
@FelixYBW FelixYBW changed the title [BUILD] ERROR: cannot verify repo.anaconda.com's certificate [VL] [BUILD] ERROR: cannot verify repo.anaconda.com's certificate Apr 30, 2024
@Yohahaha
Copy link
Contributor

When I compile gluten on Alibaba Cloud ECS

Are you EMR user or self-build user?

@zml1206
Copy link
Contributor

zml1206 commented Apr 30, 2024

What version of gluten is it and does it include commit #5576? @ychris78

@PHILO-HE
Copy link
Contributor

PHILO-HE commented May 7, 2024

@ychris78, you can optionally add --no-check-certificate for wget.

BTW, we have a nightly build job that runs on pure centos/ubuntu OS. See https://github.com/apache/incubator-gluten/blob/main/.github/workflows/velox_nightly.yml for reference.

@ychris78
Copy link
Contributor Author

@ychris78, you can optionally add --no-check-certificate for wget.

BTW, we have a nightly build job that runs on pure centos/ubuntu OS. See https://github.com/apache/incubator-gluten/blob/main/.github/workflows/velox_nightly.yml for reference.

The issue has been fixed in #5566, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants