Installing modules to Anaconda from .tar.gz

后端 未结 4 632
不思量自难忘°
不思量自难忘° 2020-12-01 04:57

When I want to install modules to Anaconda, I run conda install. However, now I have a .tar.gz file and want to install this. How to do?

4条回答
  •  不思量自难忘°
    2020-12-01 05:15

    If you are using Anaconda and downloaded the package from Anaconda Cloud, then you can place your "package.tar.bz2" files in the path shown in Anaconda prompt (Eg. C:\Users) and type in the following command in Anaconda Prompt

    conda install package.tar.bz2

    I believe it will work for .tar.gz files too.

提交回复
热议问题