Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNo module named 'omxplayer' after review #66 & #77 #103
Comments
|
Can you provide more information:
|
|
Hello I followed the install instructions from http://python-omxplayer-wrapper.readthedocs.io/en/latest/ the first line would not resolve properly but a basic check showed that libdbus-1.3 present RESTART: /home/ip/python-omxplayer-wrapper/examples/video_file.py |
|
Maybe if you use pip3 (in stead of pip)? pip3 is normally the command to use for installing packages for Python3?
|
|
pip3 did the trick |
|
I'm basically having the same issue. I have done the pip3 install omxplay-wrapper command. Everything is up to date and requirements already satisfied. |
|
What is thorny, how are you trying to start it up and can you capture a stack trace of the issue? I'm guessing you're invoking it with the wrong version of python and hence a different suite of site-packages where |
Issue Report
Description
I run the example code by python3. The error code is "No module named 'omxplayer'"
I've checked the #66 & #77 but it seems cannot solve the issue.
The example code is coming from "http://python-omxplayer-wrapper.readthedocs.io/en/latest/" and it seems support python3 already.
Thanks for the support!
Problem reproduction
Environment details
Raspbian