googlecodelabs / iot-data-pipeline

Apache License 2.0
18 stars 7 forks source link

Building a Serverless Data Pipeline - sudo needed before pip install command #3

Closed TechnologyColorado closed 6 years ago

TechnologyColorado commented 6 years ago

I tried several times but was unable to initiate the pip install command without prefacing the command with sudo. I then rebuilt the raspberry pi altogether and still had same issue. The install works fine with sudo.

Using Raspbian version: Version:April 2018 Release date:2018-04-18 Kernel version:4.14

sunsetmountain commented 6 years ago

Added "sudo" before "pip install --upgrade google-cloud". Thanks!