Skip to content

[Bug]: Error in thumb_renderer.py with NumPy 2.3 #964

@VasigaranAndAngel

Description

@VasigaranAndAngel

When running TagStudio with NumPy 2.3, it's raising an error in:

data = np.fromstring(audio._data, np.int16) # type: ignore

Error:

ValueError('The binary mode of fromstring is removed, use frombuffer instead')

It works fine if i switch to frombuffer or downgrade numpy to 2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions