LLaVA-VL / LLaVA-Interactive-Demo

LLaVA-Interactive-Demo
https://llava-vl.github.io/llava-interactive/
Apache License 2.0
334 stars 25 forks source link

UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel conda_forge <https://conda.anaconda.org/conda_forge> #1

Closed ChunyuanLI closed 8 months ago

ChunyuanLI commented 9 months ago
conda create -n llava_int -c conda_forge python=3.10.8 pytorch=2.0.1

Run the above command line yields the errors:

Collecting package metadata (current_repodata.json): failed

UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel conda_forge <https://conda.anaconda.org/conda_forge>

The channel is not accessible or is invalid.

You will need to adjust your conda configuration to proceed.
Use `conda config --show channels` to view your configuration's current state,
and use `conda config --show-sources` to view config file locations.
wchen-github commented 8 months ago

Please pull the latest code and try again.