Geoviews Import Error ImportError: cannot import name 'embed_js'

Hi ,
I am running my python script in windows10 o.s , and i am getting error in importing Geoviews module,particularly embed_js.

My conda list is below:-
(plot5) C:\Users\walps>conda list
*** # packages in environment at C:\Users\walps\own_anaconda\envs\plot5:***

# Name                    Version                   Build  Channel
alabaster                 0.7.10           py35h3a808de_0
anaconda                  5.2.0                    py35_3
anaconda-client           1.6.14                   py35_0
anaconda-project          0.8.2            py35h06aeb26_0
ca-certificates           2018.03.07                    0
cartopy                   0.16.0           py35hb54d838_1    conda-forge
certifi                   2018.4.16                py35_0    conda-forge
cycler                    0.10.0           py35hcc71164_0
cython                    0.28.2           py35hfa6e2cd_0
cytoolz                   0.9.0.1          py35hfa6e2cd_0
dask                      0.17.5                   py35_0
dask-core                 0.17.5                   py35_0
datashape                 0.5.4            py35ha38994c_0
freetype                  2.8                  h51f8f2c_1
geos                      3.6.2                h9ef7328_2
geoviews                  1.5.0                      py_0    conda-forge
get_terminal_size         1.0.0                h38e98db_0
holoviews                 1.10.9                     py_0    pyviz
html5lib                  1.0.1            py35h047fa9f_0
matplotlib                2.2.2            py35h153e9ff_1
numpy                     1.14.3           py35h9fa60d3_1
numpy-base                1.14.3           py35h555522e_1
numpydoc                  0.8.0                    py35_0
pandas                    0.23.0           py35h830ac7b_0
proj4                     4.9.3                hfa6e2cd_9    conda-forge
python                    3.5.5                h0c2934d_2
shapely                   1.6.4            py35hc90234e_0

These are very old, can you try upgrading to more recent versions?

Hi,
i was unable to upgrade to higher version in my windows O.S,
when i am using conda install -c pyviz holoviews bokeh
then output is #All required packaged already installed.
so when i use

(plot5) C:\Users\walps>conda install holoviews=1.12
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort./
Examining @/win-64::__cuda==8.0=0:  33%|███████████████████████████████████████████████████████▎                                                                                                              | 1/3 [00:00<00:00, 27.04it/s]-failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your CUDA driver:

  - feature:/win-64::__cuda==8.0=0
  - feature:|@/win-64::__cuda==8.0=0

Your installed CUDA driver is: 8.0

i am getting CUDA driver error in my windows os.

when trying to upgrade geoviews

(plot5) C:\Users\walps>conda install -c pyviz geoviews
Collecting package metadata (repodata.json): done
Solving environment: done

# All requested packages already installed.

How i can upgrade the module version in windows10 operating system.
Thank you,
I will really appreciate this help.

Can you try installing from conda-forge using:

conda install -c conda-forge geoviews