mtybadger / chromaviz

A package for visualising Chroma vector collections in 3D
MIT License
82 stars 27 forks source link

Can't download from pip? #12

Open SuppliedOrange opened 2 months ago

SuppliedOrange commented 2 months ago

I can't seem to download this from pip.

> python -m pip install chromaviz 
ERROR: Could not find a version that satisfies the requirement chromaviz (from versions: none)
ERROR: No matching distribution found for chromaviz

I made sure it wasn't an error on my end tried the same on this online terminal and got the same result.

$ pip3 install chromaviz
Defaulting to user installation because normal site-packages is not writeable
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f42cb584520>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/chromaviz/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f42cb584850>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/chromaviz/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f42cb584a00>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/chromaviz/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f42cb584bb0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/chromaviz/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f42cb584d60>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/chromaviz/
ERROR: Could not find a version that satisfies the requirement chromaviz (from versions: none)
ERROR: No matching distribution found for chromaviz
Ozziebayern commented 2 months ago

use pip install git+https://github.com/wyatt/chromaviz/