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

Cannot install in PI4 #198

Open
t-walker-wei opened this issue Dec 28, 2019 · 3 comments
Open

Cannot install in PI4 #198

t-walker-wei opened this issue Dec 28, 2019 · 3 comments

Comments

@t-walker-wei
Copy link

Issue Report

Description

Cannot install in PI4. show error:

configure: error: Package requirements (dbus-1 >= 1.8) were not met:

No package 'dbus-1' found

Problem reproduction

pip install omxplayer-wrapper

Environment details

Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster
Software Version
python-omxplayer-wrapper 0.3.2
python-dbus (dpkg -s python-dbus) 1.2.8-3
python (python --version) 2.7.16
omxplayer (exe) 6c90c75

@matthijskooijman
Copy link
Contributor

Did you install libdbus-1 and libdubs-1-dev with apt as documented?

@TheOneWhoseUsernameWasTaken
Copy link

This is an older issue, but a just had a similar problem, so I wanted to mention it here.

On my Pi4 with Raspbian 10.4, I also had to install libglib2.0-dev (which in turn pulled a whole slew of other stuff). That wasn't documented (or well hidden).

    configure: error: Package requirements (glib-2.0 >= 2.40) were not met:
    No package 'glib-2.0' found

After installing libglib2.0-dev, the installation went through.

atoav added a commit to atoav/python-omxplayer-wrapper that referenced this issue Feb 9, 2021
As mentioned in issue willprice#198 the `libglib2.0-dev` is not pre-installed in current Raspbian versions. Had the same occur to me with a fresh Raspbian Buster on a RPi 3+ today. To reduce friction for first time users, I suggest adding it to the docs.
willprice pushed a commit that referenced this issue Feb 9, 2021
As mentioned in issue #198 the `libglib2.0-dev` is not pre-installed in current Raspbian versions. Had the same occur to me with a fresh Raspbian Buster on a RPi 3+ today. To reduce friction for first time users, I suggest adding it to the docs.
@atoav
Copy link
Contributor

atoav commented Feb 9, 2021

I think this can be closed now, I am testing on a fresh raspi now, if anything else pops up I will open a new issue/PR.

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

4 participants