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

Add install dependencies for Ubuntu 20.04 to README.md #500

Open
subterfugium opened this issue Jul 21, 2020 · 2 comments
Open

Add install dependencies for Ubuntu 20.04 to README.md #500

subterfugium opened this issue Jul 21, 2020 · 2 comments
Labels
Needed: documentation Documentation is required On Hold Waiting for other actions

Comments

@subterfugium
Copy link

subterfugium commented Jul 21, 2020

Here's list of dependencies to Ubuntu 20.04 (installing whipper without snap and avoiding python2 related packages).

Dependencies:

sudo apt install cd-paranoia cdrdao gobject-introspection libsndfile1 libsndfile1-dev libdiscid-dev libdiscid0 flac sox git python3-musicbrainzngs python3-cdio
sudo -H pip3 install discid

(Ubuntu 20.04 seem to be missing python3-discid package so I installed it via pip3)

Optionally install if using plugins:

sudo apt install python3-ruamel.yaml

Then install

git clone https://github.com/whipper-team/whipper.git
cd whipper
sudo -H python3 setup.py install

That should be all. Test using:
whipper

@github-actions
Copy link

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing instructions.

@walterav1984
Copy link

walterav1984 commented Jul 30, 2020

On ubuntu-mate 20.04 also the following dependencies has to get satisfied otherwise whipper will not start:

sudo apt install python3-mutagen python3-ruamel.yaml

However @subterfugium were you also affected by "cd-paranoia" vs "cdparanoia"? I needed to remove "cd-paranoia" and install "cdparanoia" and symlink as suggested by @mandree see #234 (comment) otherwise ZeroDivisionError will block the rip.

@JoeLametta JoeLametta added Needed: documentation Documentation is required On Hold Waiting for other actions labels Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needed: documentation Documentation is required On Hold Waiting for other actions
Projects
None yet
Development

No branches or pull requests

3 participants