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
Thanks MyopicVisage. Your suggestion worked for me with a minor change as below.
conda install ecos
conda install CVXcanon
pip install fancyimpute
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