如何设置路径和构建包/库

时间:2019-05-05 12:56:38

标签: python cmake google-colaboratory cmake-gui

我正在尝试将软件包导入google colaboratory

Linux中该软件包的安装说明为:

git clone https://github.com/JohannesBuchner/MultiNest
cd MultiNest/build
cmake ..
make

但不能在google colaboratory中接受。

我想做import pymultinest 但是我们应该先安装MultiNest才能使用它。 因此我们应该使用git clone然后进行构建。 我对构建软件包等不熟悉。

我使用git clone,然后使用import MultiNest,但没有错误,但是一旦我写了import pymultinest

ERROR:   Could not load MultiNest library "libmultinest.so"
ERROR:   You have to build it first,
ERROR:   and point the LD_LIBRARY_PATH environment variable to it!
ERROR:   manual: http://johannesbuchner.github.com/PyMultiNest/install.html

0 个答案:

没有答案