-
Notifications
You must be signed in to change notification settings - Fork 71
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
Comments
Did you install |
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).
After installing libglib2.0-dev, the installation went through. |
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.
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.
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. |
Issue Report
Description
Cannot install in PI4. show error:
Problem reproduction
Environment details
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
The text was updated successfully, but these errors were encountered: