On Windows 7 64-bit, I'm trying to install Holoview with Conda (Python 2.7) as recommended with this prompt:
conda install -c ioam holoviews bokeh
However, I keep on receiving the following message.
INFO menuinst_win32:__init__(182): Menu: name: 'Anaconda${PY_VER} ${PLATFORM}',
prefix: 'C:\Users\Nish7\AppData\Local\Continuum\Anaconda2', env_name: 'None', mo
de: 'user', used_mode: 'user'
INFO menuinst_win32:__init__(182): Menu: name: 'Anaconda${PY_VER} ${PLATFORM}',
prefix: 'C:\Users\Nish7\AppData\Local\Continuum\Anaconda2', env_name: 'None', mo
de: 'user', used_mode: 'user'
ERROR conda.core.link:_execute_actions(337): An error occurred while installing
package 'defaults::qt-5.6.2-vc9_6'.
WindowsError(2, 'The system cannot find the file specified')
Attempting to roll back.
INFO menuinst_win32:__init__(182): Menu: name: 'Anaconda${PY_VER} ${PLATFORM}',
prefix: 'C:\Users\Nish7\AppData\Local\Continuum\Anaconda2', env_name: 'None', mo
de: 'user', used_mode: 'user'
INFO menuinst_win32:__init__(182): Menu: name: 'Anaconda${PY_VER} ${PLATFORM}',
prefix: 'C:\Users\Nish7\AppData\Local\Continuum\Anaconda2', env_name: 'None', mo
de: 'user', used_mode: 'user'
WindowsError(2, 'The system cannot find the file specified')
What should I do before attempting to install the package?