Failed building wheel for fancy impute using pip install

前端 未结 1 1819
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-03 11:40

I am trying to install Fancyimpute on anaconda py3.6, win 10, 64 Bit. Getting the following error.

Collecting fancyimpute
Requirement already satisfied: down         


        
相关标签:
1条回答
  • 2021-01-03 11:47

    Ran into the same problem (ecos 2.0.4) and came upon this thread: ecos python issue

    Solved the problem by manually downloading the appropriate .whl file (Python version and Windows architecture): Windows binaries

    Navigated to the downloaded file (in terminal) and ran pip install filename.whl.

    0 讨论(0)
提交回复
热议问题