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

Again not working Ubuntu 20.04 #198

Open
HakkaTjakka opened this issue Jan 31, 2022 · 0 comments
Open

Again not working Ubuntu 20.04 #198

HakkaTjakka opened this issue Jan 31, 2022 · 0 comments

Comments

@HakkaTjakka
Copy link

Ubuntu 20.04
Python 2 (after cleaning up .local)
Python 3 (after cleaning up .local)

pip install git+https://github.com/agermanidis/autosub.git (after cleaning up .local)
pip2 install git+https://github.com/agermanidis/autosub.git (after cleaning up .local)
pip3 install git+https://github.com/agermanidis/autosub.git (after cleaning up .local)

Tried all combinations. First it didn't work. Then one day later it worked. Then next day stopped working, again.
Tried the pip install and/or clone and/or .zip. Also tried other repo's.
Under Ubuntu for Windows 10 still working, but a copy from there is not working under real Linux.
Please help.
Is it obstructed? Like (lots) of other stuff? (40 years of experience on things like this. Almost never something works good.)

pacman@PACMAN-PC:~$ autosub -S en -D en test2.mp4
Traceback (most recent call last):
File "/home/pacman/.local/bin/autosub", line 304, in
sys.exit(main())
File "/home/pacman/.local/bin/autosub", line 232, in main
regions = find_speech_regions(audio_filename)
File "/home/pacman/.local/bin/autosub", line 147, in find_speech_regions
reader = wave.open(filename)
File "/usr/lib/python2.7/wave.py", line 511, in open
return Wave_read(f)
File "/usr/lib/python2.7/wave.py", line 164, in init
self.initfp(f)
File "/usr/lib/python2.7/wave.py", line 129, in initfp
self._file = Chunk(file, bigendian = 0)
File "/usr/lib/python2.7/chunk.py", line 63, in init
raise EOFError
EOFError

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