Closed CelloVerb closed 6 years ago
During a new full install I also had a "Failed building wheel for .......(I cant remember now, but probably grpcio). But the scrip continued anyway and completed OK. If I now run "pip install wheel" as you suggest will that fix my installation, or will I then need to run all the scrips again afterwards?
@VinceW31 You need not do anything, after throwing those errors, those components will indeed get installed. I have already talked about that in numerous places for more clearity check this out: https://youtu.be/vprJBDDYE8Q?t=709
@CelloVerb , Thanks for the shout. It will seem as though it gets stuck at grpcio, but its just that it will take time to install. I shall test the pip install wheel
and included it in the next update. I am closing this issue for now to avoid confusion among newbies. Thanks.
@CelloVerb , #144 has has made the suggested changes, future users will not see the wheel build error.
I still see this error when installing on RPI.
Also still getting this issue on the Raspberry Pi, but to the point where (and not sure if this is directly because of this or an issue with the machine) the Pi crashes
Hi there,
I've run into this a few times with the GassistPi setup for a Pi 3 - in the
python -m pip install --upgrade google-assistant-sdk[samples]
step, I get the following:And it gets stuck in the Running setup.py install for grpcio ... stage has to be interrupted.
Doing a
pip install wheel
fixed it - might need that line added to the script. Posting this here to save someone needing to figure that out.This was on a fresh Raspbian Stretch image.
Cheers, Cello