在 Anaconda 中导入地理视图

Import geoviews in Anaconda

我正在尝试安装 geoviews 模块。我成功安装了它,但是当我尝试在我的代码中导入它时,我收到以下消息:

No module named 'channels

我不知道如何进行。

尝试通过以下命令安装 channels 模块:

pip install channels

python -m pip install -U channel

这是我在 Anaconda PowerShell 中编写的内容,它有效!

conda install -c conda-forge geoviews