'Import geoviews in Anaconda
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.
Solution 1:[1]
This is what I write in my Anaconda PowerShell and it works !
conda install -c conda-forge geoviews
Solution 2:[2]
Try install the channels module via the command:
pip install channels
or
python -m pip install -U channel
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Atori |
| Solution 2 | Ann Zen |
