We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
colorcet-3.0.1
Install holoviews dependencies
The text was updated successfully, but these errors were encountered:
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 >>>
Sorry, something went wrong.
No branches or pull requests
Hi!
I just installed colorcet and I get this error
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
The text was updated successfully, but these errors were encountered: