We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As noted by mrswl in #5, this is due to PEP 668.
In line 613:
Subtitle_Editor/__init__.py
Line 613 in 8a84030
Commenting out this subprocess call solves it for me since I already have pytorch installed. A solution could be a try-except block like here:
Line 133 in 8a84030
The text was updated successfully, but these errors were encountered:
You're welcome to submit a patch. I do not use Linux.
Sorry, something went wrong.
No branches or pull requests
As noted by mrswl in #5, this is due to PEP 668.
In line 613:
Subtitle_Editor/__init__.py
Line 613 in 8a84030
Commenting out this subprocess call solves it for me since I already have pytorch installed. A solution could be a try-except block like here:
Subtitle_Editor/__init__.py
Line 133 in 8a84030
The text was updated successfully, but these errors were encountered: