-
Notifications
You must be signed in to change notification settings - Fork 291
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
pyCecClient.py Error module 'cec' has no attribute 'libcec_configuration' -- Ubuntu 19.10 #500
Comments
I'm also having the same issue. Did you find a resolution for this? |
@jagofulford @Electrik-rich546456 I am also having this issue, have you found a solution? |
I unfortunately never did find a fix.
…On Mon, 27 Feb 2023, 9:42 pm Matthew Tullo, ***@***.***> wrote:
@jagofulford <https://github.com/jagofulford> @Electrik-rich546456
<https://github.com/Electrik-rich546456> I am also having this issue,
have you found a solution?
—
Reply to this email directly, view it on GitHub
<#500 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARWRTFSKPDECPKMZU6YWUE3WZUNVFANCNFSM4MCT5WHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Guys, you are all using cec which is installed via pip, it's a different library: https://github.com/trainman419/python-cec So you have to uninstall it via |
Hi I am really very new at all this and I have managed to teach myself as much as i can but I have a few issues I cannot find how to fix...
First question is if i compile this as per these instructions
and then if I compile using these instructions what happens to the first compiled cec.so (or cec.py or whatever extension) file used in python?
If i run
sudo pip freeze
I don't see cec but if i runpip freeze
i seecec==0.2.7
If I run
pip show cec
I get.local/lib/python2.7/site-packages
as its location.even though one of the compile output lines was
Installing: /usr/local/lib/python3.7/dist-packages/cec.py
What is going on??
why is system not using new one??
That leads me on to my next question
Where does the instructions fit into the main set.
'apt-get update
apt-get install cmake libudev-dev libxrandr-dev python-dev swig
git clone https://github.com/Pulse-Eight/libcec.git
mkdir libcec/build
cd libcec/build'
Does it go here ???????
'cmake ..
make -j4
sudo make install
sudo ldconfig'
========================== Update======================
I fixed it using synaptic package manager.
However I still get this error.
How do i fix it ?????????????
The text was updated successfully, but these errors were encountered: