-
-
Notifications
You must be signed in to change notification settings - Fork 441
Labels
Type: BugSomething isn't working as intendedSomething isn't working as intendedType: InstallationInstalling, building, and/or launching the programInstalling, building, and/or launching the program
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't working as intendedSomething isn't working as intendedType: InstallationInstalling, building, and/or launching the programInstalling, building, and/or launching the program