@@ -12,16 +12,6 @@ timeout, and some blocks are not ending themselves. Quit the program (by
1212ctrl-\\ ), and make sure every block in your pipeline is reading/writing
1313to its rings as it should.
1414
15- ImportError: No module named pyclibrary
16- ---------------------------------------
17-
18- You have not installed PyCLibrary, or you are using two different python
19- installations (e.g., one installed via apt-get, and one installed from
20- source in a local directory, or one in a virtual environment). Make sure
21- you are using the same Python to install libraries as you are to run
22- programs. Get PyCLibrary from
23- `here <https://github.com/MatthieuDartiailh/pyclibrary >`__.
24-
2515OSError: ..../lib/libbifrost.so: undefined symbol: cudaFreeHost
2616---------------------------------------------------------------
2717
@@ -33,9 +23,9 @@ still having trouble, raise an issue.
3323OSError: Can't find library with name libbifrost.so
3424---------------------------------------------------
3525
36- This means that PyCLibrary can't find your Bifrost installation.
37- Whatever library folders it searches for Bifrost, you do not have the
38- libbifrost.so file there. To fix this, type
26+ This means that the bifrost Python wrapper can't find your Bifrost
27+ installation. Whatever library folders it searches for Bifrost, you
28+ do not have the libbifrost.so file there. To fix this, type
3929
4030``echo $LD_LIBRARY_PATH ``
4131
@@ -47,7 +37,7 @@ problem. Perform
4737
4838where ``/my/bifrost/installation `` is the folder where you installed the
4939Bifrost "lib" (in config.mk, this folder is given as
50- ``INSTALL_LIB_DIR ``). This should add Bifrost to the PyCLibrary search
40+ ``INSTALL_LIB_DIR ``). This should add Bifrost to the wrapper's search
5141path.
5242
5343OSError: libcudart.so.x.0: cannot open shared object file: No such file or directory
0 commit comments