Help Center> ModelArts> Troubleshooting> DevEnviron> Environment Configuration Faults> Error "HTTP error 404 while getting xxx" Is Reported During Dependency Installation in a Notebook
Updated on 2024-04-30 GMT+08:00

Error "HTTP error 404 while getting xxx" Is Reported During Dependency Installation in a Notebook

Symptom

An error is reported during dependency installation in a notebook instance. The following shows the error.

Possible Causes

The dependency is not in the PyPI source or the source is unavailable.

Solution

Run the following command to download the dependency from another source:

pip install -i Source address Dependency name