简体   繁体   English

如何在Anaconda上安装fancyimpute?

[英]How to install fancyimpute on Anaconda?

...因为我无法在https://anaconda.org/search上找到fancyimpute

Have not tried it (on windows), but as this package is on PyPI, usually 没有尝试过(在Windows上),但通常是这个包在PyPI上

pip install fancyimpute

does work. 确实有效。

If you have multiple virtual Python environments on your Anaconda, and you want to install fancyimpute for one of them, let's call it virtual environmen py36 , you can do it in the following way: 如果您的Anaconda上有多个虚拟Python环境,并且您想为其中一个安装fancyimpute ,那么我们称之为虚拟环境py36 ,您可以通过以下方式执行此操作:

  1. Open terminal, activate py36 using: 打开终端,使用以下命令激活py36:

    source activate py36 源激活py36 在此输入图像描述

  2. Under the activated virtual environment, install fancyimpute 在激活的虚拟环境下,安装fancyimpute

    pip install fancyimpute pip install fancyimpute

  3. Go to Anaconda, in environment py36 page, click Update index, and search fancyimpute for the installed, you should see it successfully installed: 转到Anaconda,在环境py36页面中,单击Update index,然后搜索已安装的fancyimpute ,您应该看到它已成功安装: 在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM