We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found the lirc instructions failed as Cython3 is missing
To address the version dependency I did a clean build -> pip3 install cython
The text was updated successfully, but these errors were encountered:
Hi,
I am struggling installing pifacecad and also facing some issues. Installing cython works
but compiling lirc still gives errors...
Did you face the same issue?
Did I missed something?
Without the lirc I am unable to start the internet radio application
PS:
Sorry, something went wrong.
Hi, I did have an issue with lirc but didn't need for the app so left it.
I did find there was some issues related to it - see this thread https://www.raspberrypi.org/forums/viewtopic.php?t=192891
PS I was upgrading to Stretch
The following worked for me on raspbian buster
sudo pip3 install --upgrade cython
No branches or pull requests
I found the lirc instructions failed as Cython3 is missing
To address the version dependency I did a clean build -> pip3 install cython
The text was updated successfully, but these errors were encountered: