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
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
When I tried to give Sourcetrail a spin for a Python project on CentOS 7 I get the following:
15:27:43 | ERROR: Process error: [450405] Failed to execute script run
15:27:43 | ERROR: Process error: Traceback (most recent call last):
15:27:43 | ERROR: Process error: File "run.py", line 2, in <module>
15:27:43 | ERROR: Process error: File "/usr/local/lib/python3.4/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
15:27:43 | ERROR: Process error: File "indexer.py", line 6, in <module>
15:27:43 | ERROR: Process error: File "/usr/local/lib/python3.4/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
15:27:43 | ERROR: Process error: File "sourcetraildb.py", line 28, in <module>
15:27:43 | ERROR: Process error: File "sourcetraildb.py", line 24, in swig_import_helper
15:27:43 | ERROR: Process error: File "imp.py", line 243, in load_module
15:27:43 | ERROR: Process error: ImportError: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /opt/sourcetrail/data/python/libstdc++.so.6)
Is the dependency on glibc 2.18 required? If so this is a bummer as I got quite excited about evaluating Sourcetrail for work but I am using CentOS 7 which is using version 2.17.