shivasiddharth / GassistPi

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

Installer fails - Step 4.2 #184

Closed pmona closed 6 years ago

pmona commented 6 years ago

When I attempt to run the installer in section CONTINUE after SETTING UP AUDIO, step 4.2: sudo /home/pi/GassistPi/scripts/gassist-installer-pi3.sh

It errors out with the following:

Collecting pycryptodomex>=3.0 (from gpsoauth>=0.2.0->gmusicapi>=11.0.0->-r /home/pi/GassistPi/Requirements/GassistPi-pip-requirements.txt (line 6)) Using cached pycryptodomex-3.4.11.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-zu3w3oyv/pycryptodomex/setup.py", line 107, in for line in open(os.path.join("lib", "Crypto", "init.py")): FileNotFoundError: [Errno 2] No such file or directory: 'lib/Crypto/init.py'


Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-zu3w3oyv/pycryptodomex/

I started this build from scratch with a fresh install of raspbian.

Can anyone provide any direction to resolve this?

shivasiddharth commented 6 years ago

duplicate of #182