I am trying to install rpy2 using anaconda using:
conda install -c https://conda.anaconda.org/r rpy2
While conda updates dependencies and bundles packages, it stops with this error:
Linking packages ...
Error: ERROR: placeholder '/root/miniconda3/envs/_build_placehold_placehold_placehold_placehold_placehold_p' too short in: ncurses-5.9-4
Here is the information to install.
Current conda install:
platform : linux-64
conda version : 3.18.2
conda-build version : 1.14.1
python version : 2.7.10.final.0
requests version : 2.8.0
Does anyone know what this error means and how to solve it?
source
share