shivasiddharth / GassistPi

Google Assistant for Single Board Computers
Other
1.02k stars 304 forks source link

ERROR: Could not find a version that satisfies the requirement google-assistant-library==1.1.0 (from versions: none) #1163

Closed dony71 closed 2 years ago

dony71 commented 2 years ago

Board and OS details:

cat /proc/cpuinfo

processor       : 0
BogoMIPS        : 108.00
Features        : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd08
CPU revision    : 3

processor       : 1
BogoMIPS        : 108.00
Features        : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd08
CPU revision    : 3

processor       : 2
BogoMIPS        : 108.00
Features        : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd08
CPU revision    : 3

processor       : 3
BogoMIPS        : 108.00
Features        : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd08
CPU revision    : 3

Hardware        : BCM2835
Revision        : c03112
Serial          : 100000003b28f01e
Model           : Raspberry Pi 4 Model B Rev 1.2
---------------------
cat /etc/os-release

NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04.6"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
---------------------
cat /etc/rpi-issue

cat: /etc/rpi-issue: No such file or directory

Describe the bug:

gassist-installer.sh stopped and show error 
ERROR: Could not find a version that satisfies the requirement google-assistant-library==1.1.0 (from versions: none) 
ERROR: No matching distribution found for google-assistant-library==1.1.0

Did you go through or search the issues section to check if your issue was already discussed (either currently open issues or closed issues)?

Yes

2. Is the issue related to assistant installation ?

Yes

If answer to question 2 is Yes, then attach the contents of terminal as a file or paste it below.

...
Collecting git+https://github.com/shivasiddharth/pafy.git
  Cloning https://github.com/shivasiddharth/pafy.git to /tmp/pip-req-build-pgw4832w
  Running command git clone --filter=blob:none --quiet https://github.com/shivasiddharth/pafy.git /tmp/pip-req        -build-pgw4832w
  Resolved https://github.com/shivasiddharth/pafy.git to commit 45f0deb067bf7c420cdf83a0529fd5274c12de18
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: pafy
  Building wheel for pafy (setup.py) ... done
  Created wheel for pafy: filename=pafy-0.5.5-py2.py3-none-any.whl size=35759 sha256=5b6246197c23d557420bdbd54        64a55c651283cacf6f4f7dcab2a9fcb7de762b6
  Stored in directory: /tmp/pip-ephem-wheel-cache-1sqfbfb9/wheels/17/d4/f7/8cb1316a99c9ca47935cd939d60cc305579        8bdd4eb242f6d11
Successfully built pafy
Installing collected packages: pafy
Successfully installed pafy-0.5.5
Collecting RPi.GPIO==0.7.1a4
  Downloading RPi.GPIO-0.7.1a4.tar.gz (29 kB)
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: RPi.GPIO
  Building wheel for RPi.GPIO (setup.py) ... done
  Created wheel for RPi.GPIO: filename=RPi.GPIO-0.7.1a4-cp38-cp38-linux_aarch64.whl size=73857 sha256=ea53be76        43753ba9c47fef27135d604fea3c7e2bbf0034db300953b4915383f2
  Stored in directory: /home/pi/.cache/pip/wheels/b7/98/4c/6e1e7a461a203d9cc61b720e72fbffecc5cf99648119249da2
Successfully built RPi.GPIO
Installing collected packages: RPi.GPIO
Successfully installed RPi.GPIO-0.7.1a4
ERROR: Could not find a version that satisfies the requirement google-assistant-library==1.1.0 (from versions:         none)
ERROR: No matching distribution found for google-assistant-library==1.1.0

i understand google-assistant-library only support armv7 platform is there anyway pip to install armv7 module since i can set armv7 as foreign architecture?

close-issue-app[bot] commented 2 years ago

Please refer to our issue template. ☺