damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.68k stars 416 forks source link

rise installation in anaconda fails #565

Open davidsaroff opened 3 years ago

davidsaroff commented 3 years ago

installing rise-5.6.1 fails in a fresh anaconda python 3.7 environment while trying to install the holoviz-tutorial seen at http://holoviz.org/installation.html

an abbreviated sequence of commands is conda update Anaconda conda update conda conda clean --all conda create -n holoviz-tutorial python=3.7 conda activate holoviz-tutorial conda install -c conda-forge rise

the error message is


ERROR conda.core.link:_execute(700): An error occurred while installing package 'conda-forge::rise-5.6.1-py37hc8dfbb8_1'. Rolling back transaction: done

LinkError: post-link script failed for package conda-forge::rise-5.6.1-py37hc8dfbb8_1 location of failed script: C:\Users\david\Anaconda3\envs\holoviz-tutorial\Scripts.rise-post-link.bat


damianavila commented 3 years ago

Thanks for the report @davidsaroff. I have not installed RISE recently on Win. Can you try the conda command with the --debug flag to see what else you get? I will try to reproduce on my side as well...

Thanks!