Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FancyImpute installation in Anaconda

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 Administrator, still it shows

ModuleNotFoundError: No module named 'fancyimpute'

conda install -c https://conda.binstar.org/eswears cvxopt
pip install keras
pip install fancyimpute
Also installed Visual C++ Compiler for Python 2.7
I am using Python 3.6.1

Kindly help :)

like image 653
Anand Zutshi Avatar asked May 29 '17 09:05

Anand Zutshi


1 Answers

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

conda install ecos  
conda install CVXcanon  
pip install fancyimpute  
like image 191
Regi Mathew Avatar answered Oct 14 '22 00:10

Regi Mathew