Skip to content

That libc6 version 2.38 is required is not documented #3

@johnblommers

Description

@johnblommers

Because when I launch

bash source/start.sh
Traceback (most recent call last):
  File "/home/johnb/Desktop/lineworks/source/main.py", line 388, in loaded
    self.done()
  File "/home/johnb/Desktop/lineworks/source/main.py", line 392, in done
    start(self.engine, self.app, self._mode)
  File "/home/johnb/Desktop/lineworks/source/main.py", line 498, in start
    import gui
  File "/home/johnb/Desktop/lineworks/source/gui.py", line 20, in <module>
    import tabs
  File "/home/johnb/Desktop/lineworks/source/tabs.py", line 8, in <module>
    import spellcheck
  File "/home/johnb/Desktop/lineworks/source/spellcheck.py", line 1, in <module>
    import hunspell
  File "/home/johnb/Desktop/lineworks/venv/lib/python3.10/site-packages/hunspell/__init__.py", line 4, in <module>
    from .hunspell import HunspellWrap as Hunspell, HunspellFilePathError  # noqa: F401
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /home/johnb/Desktop/lineworks/venv/lib/python3.10/site-packages/hunspell/libhunspell-1.7.so.0)

TRACEBACK SAVED: crash.log

I'm running PopOS 22.04 which has libc6 version 2.35.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions