Skip to content

Commit 8c348e1

Browse files
authored
Add FAQ
1 parent c8db234 commit 8c348e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,11 @@ the sequence of intermediate estimates ``.model.iter<k>.json`` which
439439
are saved by ``--estimate`` in the ``--output`` directory. By plotting
440440
these, you can get a sense of whether the optimizer is overfitting and
441441
requires additional regularization.
442+
443+
Frequently asked questions
444+
==========================
445+
Running the binary installer dies with the error message ``ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ...)``. How can I fix this?
446+
This is due to a ``glibc`` version mismatch between your system and the build server I use to create the binary installers. I am unable to create binaries for older versions of ``glibc``. Your options are to either a) upgrade ``glibc`` on your system (which would probably require upgrading your operating system); or b) build SMC++ yourself by following the `build instructions`_.
442447

443448
File formats
444449
============

0 commit comments

Comments
 (0)