Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem loading wavesurfer 1.0.5 files using pywavesurfer #118

Open
amrita112 opened this issue Dec 17, 2020 · 3 comments
Open

Problem loading wavesurfer 1.0.5 files using pywavesurfer #118

amrita112 opened this issue Dec 17, 2020 · 3 comments

Comments

@amrita112
Copy link

When I try to load a wavesurfer 1.0.5 file with pywavesurfer, python seems to have a problem converting the version number into a string. Error isn't there with wavesurfer 0.97

Here is a screenshot of the error:
pywavesurfer_Error_screenshot

I'm using python 3.7 in a jupyter notebook.

@boazmohar
Copy link
Collaborator

Hi @amrita112, I think that was fixed in the latest release, not sure if it is on pypi but definitely on Master. Try:

pip install pywavesurfer —update

If that doesn’t work you will need to uninstall, download the code and install locally.

Let me know if that helped.
Boaz

@rozmar
Copy link

rozmar commented Mar 17, 2021

Hi,
I have something similar.
I get the following message on pip installed pywavesurfer:
You are reading a WaveSurfer file version this module was not tested with: file version 1.0.1, latest version tested: 0.97
The master branch has the same tested version number:

_latest_version = 0.97

Should I just ignore this warning?
Thanks,
Marton

@brandonStell
Copy link

brandonStell commented Nov 6, 2024

We've been ignoring this message for years:

RuntimeWarning: You are reading a WaveSurfer file version this module was not tested with: file version 1.0.2, latest version tested: 0.982

Does anyone know of any situations where this might be a bad idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants