Error "Too short" error during installation of ncurses anaconda

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?

+4
source share
1 answer

Conda , . , . , . "". , , , . , .

Conda-Build 2.0.0, -. , . , . .

TL;DR: , .

+3
source

Source: https://habr.com/ru/post/1611471/


All Articles