mtybadger / chromaviz

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

Unable to install chroma viz package windows 11 #10

Closed namantejaswi closed 5 months ago

namantejaswi commented 7 months ago

Error when trying to install chroma viz package

ERROR: Could not find a version that satisfies the requirement chromaviz (from versions: none) ERROR: No matching distribution found for chromaviz

Getting requirements to build wheel did not run successfully.

SteveZZZZ commented 7 months ago

Getting the Same Issue

SRenuuu commented 6 months ago

Getting the same issue on MacOS Sonoma (ARM64)

stwater20 commented 6 months ago

same issue

catalin-hanga commented 6 months ago

same issue in Windows 10

Vikram-HTC commented 5 months ago

same here for mac

wannasleepforlong commented 5 months ago

same in google colab as well

zmnv commented 5 months ago

I had the error:

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

So... check pull requests, it has a solution https://github.com/mtybadger/chromaviz/pull/8

can be installed via:

pip install git+https://github.com/wyatt/chromaviz/
namantejaswi commented 5 months ago

I had the error:

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

So... check pull requests, it has a solution #8

can be installed via:

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

This works, thanks for sharing.