Skip to content

Bug: Unable to run due to missing libstdc++.so.6 #209

Closed
@Ash3781

Description

@Ash3781

Hey, I just tried to run the TagStudio.sh script, however it gave me the following error:

Traceback (most recent call last):
  File "/home/ash/git/TagStudio/tagstudio/tag_studio.py", line 7, in <module>
    from src.core.ts_core import TagStudioCore
  File "/home/ash/git/TagStudio/tagstudio/src/core/ts_core.py", line 10, in <module>
    from src.core.library import Entry, Library
  File "/home/ash/git/TagStudio/tagstudio/src/core/library.py", line 22, in <module>
    import ujson
ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory

I am using an AMD64 architecture and running NixOS on my machine, hence why I am unable to use the packages from the release files, NixOS is unable to run dynamically linked executables, if anyone needs more info please let me know

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't working as intendedType: InstallationInstalling, building, and/or launching the program

Type

No type

Projects

Status

✅ Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions