Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
# Common Installation Issues | ||
# Common Installation Errors and How to Fix | ||
|
||
### `I get an error "ImportError /lib64/libstdc++.so.6: version GLIBCXX_3.4.21 not found"` | ||
`ImportError /lib64/libstdc++.so.6: version GLIBCXX_3.4.21 not found` | ||
|
||
You need an updated libstdc++.so. See [LINUX\_INSTALL.md](LINUX_INSTALL.md) for details. | ||
|
||
### `I get an error "ImportError .. version GLIBCXX\_3.4.21 not defined in libstdc++.so.6 with link time reference"` | ||
___ | ||
|
||
`ImportError .. version GLIBCXX\_3.4.21 not defined in libstdc++.so.6 with link time reference` | ||
|
||
You need an updated libstdc++.so. See [LINUX\_INSTALL.md](LINUX_INSTALL.md) for details. | ||
(Strictly, speaking you have an updated libstdc++.so, but it was not compiled with the cxx11 abi) | ||
|
||
### `I get an error "ImportError: libblas.so.3: Cannot open shared object file: No such file or directory"` | ||
___ | ||
|
||
`ImportError: libblas.so.3: Cannot open shared object file: No such file or directory` | ||
|
||
You need to install Blas and Lapack. See [LINUX\_INSTALL.md](LINUX_INSTALL.md) for details. | ||
|
||
### `I get an error "ImportError: liblapack.so.3: Cannot open shared object file: No such file or directory"` | ||
___ | ||
|
||
`ImportError: liblapack.so.3: Cannot open shared object file: No such file or directory` | ||
|
||
You need to install Blas and Lapack. See [LINUX\_INSTALL.md](LINUX_INSTALL.md) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters