FancyImpute installation in Anaconda

前端 未结 8 541
天涯浪人
天涯浪人 2021-01-13 05:17

I was trying to install fancyimpute library on my Windows system. I am using Spyder on the Anaconda Navigator. I have tried the following on the command prompt as Administra

相关标签:
8条回答
  • 2021-01-13 05:53

    Thanks MyopicVisage. Your suggestion worked for me with a minor change as below.

    conda install ecos  
    conda install CVXcanon  
    pip install fancyimpute  
    
    0 讨论(0)
  • 2021-01-13 05:55

    I found installing the dependent libraries with conda would allow you to install fancyimpute. Specifically, I had to install ecos and CVXcanon; you may need to install others, do so in the order of the warning messages.

    Use the commands in the command prompt:

    conda install ecos  
    
    conda install CVXcanon  
    
    conda install fancyimpute  
    
    0 讨论(0)
提交回复
热议问题