Import geoviews in Anaconda

345 Views Asked by At

I am trying to install the geoviews module. I installed it successfully but when I am trying to import it in my code I have this message:

No module named 'channels

I don't know how to proceed.

2

There are 2 best solutions below

0
On BEST ANSWER

This is what I write in my Anaconda PowerShell and it works !

conda install -c conda-forge geoviews
0
On

Try install the channels module via the command:

pip install channels

or

python -m pip install -U channel