1. Problem Description: prepare to execute the following command in Anaconda prompt:
conda install -c stellargraph stellargraph
An HTTP error occurred when trying to retrieve this URL
HTTP errors are often intermittent, and a simple retry will get you on your way.
2. Solution: open “C:\users\your computer name\condarc
Delete all lines in condarc, copy and paste the following code, and then save:
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
show_channel_urls: true
ssl_verify: true
(anyway, I can finally succeed in this file with the above code. I don’t know if you can do it.
3. Re run
conda install -c stellargraph stellargraph
-
- as long as you don’t report an error (try it several times, it may not work well). Maybe it will take a long time. Please be patient. If you want to improve the speed, you’d better create a new virtual environment and install the software, which will be much faster
Create a new environment ( CONDA env create - n env_name
) and install the software. In this way, the compatibility with the existing software will not be considered. It can also greatly reduce the search space and improve the speed of resolving software dependencies.
Read More:
- [Solved] conda install DBUtils Error: To search for alternate channels that may provide the conda package you’re looking for
- [Solved] MAC terminal Use ‘CONDA activate’ and ‘CONDA install package_ Error reported by name’ Error
- Conda Install Library Error: failed with initial frozen solve. Retrying with flexible solve.
- [Solved] ProxyError: Conda cannot proceed due to an error in your proxy configuration.
- [Solved] ERROR: URL ‘s3://‘ is supported but requires these missing dependencies: [‘s3fs‘]. To install dvc wi
- [How to Fix]RuntimeError: Python is not installed as a framework, If you are using (Ana)Conda
- Pytorch: How to Handle error warning conda.gateways.disk.delete:unlink_or_rename_to_trash(140)
- How to Fix “HTTP error 403: forbidden” in Python 3. X
- When sending HTTP request, python encountered: error 54, ‘connection reset by peer’ solution
- [Solved] CONDA Error: Collecting package metadata (current_repodata.json): failed…
- odoo Error: KeyError:‘ir.http‘ [How to Solve]
- [nltk_data] Error loading wordnet_ic: HTTP Error 404: Not Found
- [Solved] Failed environment install leads to “unable to create process using“ error
- [Solved] Connection Error: couldn‘t reach http://raw.githubusercontent.com/huggingface/…
- urllib.error.HTTPError: HTTP Error 403: Forbidden [How to Solve]
- VScode Run CONDA environment Error [How to Solve]
- An introduction to sys modules in Python and how packages are imported and used
- urllib.error.HTTPError http error 403 forbidden
- Python error: urllib.error.HTTPError : http Error 404: not found
- [Solved] Conda Upgrade Error: PackageNotInstalledError: Package is not installed in prefix.