Bokeh 和 Holoviews 导入错误 - 包不一致

问题描述

我遇到了散景和 Holoviews 导入错误,并按照论坛中的一些重新安装散景说明进行了操作,然后导致了此问题:

“警告:param.Dimension:通过参数命名空间使用方法‘get_param_values’”

Solving environment: \
The environment is inconsistent,please check the package plan carefully
The following packages are causing the inconsistency:

  - defaults/win-64::anaconda==5.2.0=py36_3
  - defaults/win-64::holoviews==1.10.7=py36_0
  - conda-forge/noarch::hvplot==0.3.0=py_0
  - defaults/win-64::ipywidgets==7.2.1=py36_0
  - defaults/win-64::jupyterlab==0.32.1=py36_0
  - defaults/win-64::jupyterlab_launcher==0.10.5=py36_0
  - defaults/win-64::widgetsnbextension==3.2.1=py36_0
  - defaults/win-64::_ipyw_jlab_nb_ext_conf==0.1.0=py36he6757f0_0

要求:

click==7.1.2
Flask==1.1.2
Flask-RESTful==0.3.8
Flask-sqlAlchemy==2.4.3
itsdangerous==1.1.0
Jinja2==2.11.2
MarkupSafe==1.1.1
pytz==2020.1
six==1.15.0
sqlAlchemy==1.3.18
Werkzeug==1.0.1

-------
pip install bokeh 
pip install holoviews
pip install hvplot 

解决方法

我删除了 Anaconda 并重新安装了它。问题解决了。