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

unable to locate package python3-pifacecad #33

Open
UandMi07 opened this issue Sep 22, 2019 · 2 comments
Open

unable to locate package python3-pifacecad #33

UandMi07 opened this issue Sep 22, 2019 · 2 comments

Comments

@UandMi07
Copy link

I can't handle this problem >> 'unable to locate package python3-pifacecad'
I search this issue and try some solutions. but....X(

/etc/apt/sources.list is
deb http://raspbian/raspberrypi.org/raspbian buster main contrib non-free
deb-src http://raspbian/raspberrypi.org/raspbian buster main contrib non-free

It is My first time using raspberrypi so..
i just >>booting >> typing "sudo apt-get update""sudo apt-get upgrade "
"sudo apt-get install python3-pifacecad "

What am I missing????

@ollytheninja
Copy link

I had more success installing the library using pip directly from GitHub.
You'll need the pre-requisites as well:
pip install git+https://github.com/piface/pifacecommon.git git+https://github.com/piface/pifacecad.git lirc

@tscislo
Copy link

tscislo commented Dec 3, 2022

I was still able to install PiFaceCad on Raspberry OS Bullseye Debian 11.
I followed: https://github.com/piface/pifacecad#install-on-raspbian-strech-and-raspberrypi-3
The only issue I had is lack of cython package therefore I used
pip3 install cython
Then I changed in makefile from cython -> cython3

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

3 participants