更改导入的库的环境变量

时间:2018-04-29 07:53:04

标签: python windows environment-variables python-import sidekit

我想设置以下环境变量

SIDEKIT = ”theano=true,theano_config=gpu,libsvm=true,mpi=false”

导入的第三方库 SIDEKIT

我是否需要重新安装软件包并更改设置中的行?

这是我能找到的最好的: http://www-lium.univ-lemans.fr/sidekit/api/envvar.html#how-to-cut-the-dependency-to-theano

1 个答案:

答案 0 :(得分:0)

您可以转到属性 - >设置环境变量。单击高级系统设置 - >单击Environment Variables。

安装Sidekit后,您只需设置变量即可。如果您正在使用CPU,请按如下所示设置变量。

SIDEKIT = ”theano=true,theano_config=gpu,libsvm=true,mpi=false”

如果您正在使用GPU,则需要在系统中安装nvcuda.dll才能成功导入Sidekit。