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

sigpyproc It is not compatible with Python 3. #17

Open
jiamoonyue opened this issue Dec 17, 2024 · 0 comments
Open

sigpyproc It is not compatible with Python 3. #17

jiamoonyue opened this issue Dec 17, 2024 · 0 comments

Comments

@jiamoonyue
Copy link

The error you encountered is due to the use of the Python 2 - style raise syntax in the code of the sigpyproc library. In Python 3, the raise statement must use parentheses to enclose the exception type and error message. Specifically, raise ValueError, "New header is too long/short for file" should be replaced with raise ValueError("New header is too long/short for file").

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

1 participant