

Note: This is an issue with the package mentioned above, not pip. × Encountered error while generating package metadata.

Note: This error originates from a subprocess, and is likely not a problem with pip. TypeError: expected str, bytes or os.PathLike object, not list Self._execute_child(args, executable, preexec_fn, close_fds,įile "/usr/lib/python3.9/subprocess.py", line 1698, in _execute_childįile "/usr/lib/python3.9/posixpath.py", line 152, in dirname Initially the setup seems to be going well, then while preparing the metadata after downloading grpcio-1.47.0.tar.gz the subprocess exits with an error. python -m pip install -upgrade google-assistant-sdk The final step requires loading the Google assistant SDK, this is where it goes wrong. In the virtual env I loaded sudo apt-get install portaudio19-dev libffi-dev libssl-dev Then I activated the virtual env source env/bin/activate Sudo apt-get install python3-dev python3-venvĮnv/bin/python -m pip install -upgrade pip setuptools wheel

I have loaded the following to my Pi Zero as part of the setup for running the assistant, per the Google Assistant SDK setup instructions.

I am running python 3.9.2 on the pi Zero. I am attempting to install the Google Assistant to a raspberry pi Zero W.ĭuring the last step it to failed to complete install google-assistant-sdk.
