whipper find offset
still requiring gst
#141
Labels
Support
Questions that needs answering with no code changes needed or that only require a one time change
I was excited to follow the work on removing gst dependencies and just did
git clone -b master --single-branch https://github.com/JoeLametta/whipper.git
cd whipper/src
make
sudo make install
cd ..
sudo python2 setup.py develop
to install it.
But when running
whipper find offset
I end up withTrying read offset 6 ... Traceback (most recent call last): File "/usr/local/bin/whipper", line 11, in <module> load_entry_point('whipper', 'console_scripts', 'whipper')() File "/home/balin/whipper/morituri/command/main.py", line 39, in main raise ImportError(e) ImportError: No module named gst
What am I doing wrong?
Joh
The text was updated successfully, but these errors were encountered: