You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -439,6 +439,11 @@ the sequence of intermediate estimates ``.model.iter<k>.json`` which
439
439
are saved by ``--estimate`` in the ``--output`` directory. By plotting
440
440
these, you can get a sense of whether the optimizer is overfitting and
441
441
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`_.
0 commit comments