holoviz / colorcet

A set of useful perceptually uniform colormaps for plotting scientific data
http://colorcet.holoviz.org
Other
673 stars 52 forks source link

Missing holoviews dependencies #122

Open jpjarnoux opened 2 months ago

jpjarnoux commented 2 months ago

Hi!

I just installed colorcet and I get this error

ModuleNotFoundError: No module named 'holoviews'

When I install holoviews manually the error is gone. So I suppose it's a conda recipe problem.

ALL software version info

colorcet-3.0.1

Description of expected behavior and the observed behavior

Install holoviews dependencies

jbednar commented 2 months ago

Can you give more detail about the commands you are trying to run? I'm not able to reproduce any issue from that description:

> conda create -n ccet colorcet=3.0.1 python=3.11
> conda activate ccet
(ccet) > python
>>> import colorcet
>>>