DeployQL / LintDB

Vector Database with support for late interaction and token level embeddings.
https://www.lintdb.com/
Apache License 2.0
50 stars 2 forks source link

conda installation failure #22

Closed lokeshwer closed 4 months ago

lokeshwer commented 4 months ago

conda install lintdb -c deployql -c conda-forge

Collecting package metadata (current_repodata.json): failed

>>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<

Traceback (most recent call last):
  File "/home/user/miniconda3/lib/python3.11/site-packages/conda/gateways/repodata/__init__.py", line 187, in conda_http_errors
    yield
  File "/home/user/miniconda3/lib/python3.11/site-packages/conda/gateways/repodata/__init__.py", line 153, in repodata
    response.raise_for_status()
  File "/home/user/miniconda3/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://conda.anaconda.org/deployql/linux-64/current_repodata.json

During handling of the above exception, another exception occurred:
mtbarta commented 4 months ago

What OS and what version of Python are you using? LintDB has built packages for 3.9-3.12 for OSX and Linux.

The error suggests you can't find the channel. I double checked that it's public.

Based on this SO post, this might be solved by regenerated the .condarc file.

Are you behind a proxy?

mtbarta commented 4 months ago

closing as stale. Let me know if you've solved the issue.