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

whipper find offset still requiring gst #141

Closed
r-cheologist opened this issue Mar 7, 2017 · 1 comment
Closed

whipper find offset still requiring gst #141

r-cheologist opened this issue Mar 7, 2017 · 1 comment
Labels
Support Questions that needs answering with no code changes needed or that only require a one time change

Comments

@r-cheologist
Copy link

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 with
Trying 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

@JoeLametta JoeLametta added the Support Questions that needs answering with no code changes needed or that only require a one time change label Mar 7, 2017
@JoeLametta
Copy link
Collaborator

JoeLametta commented Mar 7, 2017

The reason is that GStreamer's removal pull request is currently being reviewed: after that's completed, it's surely going to be merged into whipper's main branch but we haven't done it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Questions that needs answering with no code changes needed or that only require a one time change
Projects
None yet
Development

No branches or pull requests

2 participants