Am getting “Listed 0 Items” in Gcloud while subscribe using this Command " gcloud pubsub subscriptions pull --auto-ack projects/my project/subscriptions/my_subscription
I tried to run program in GCloud to find the issue , it says "Traceback (most recent call last):
Traceback (most recent call last):
File “01_basics.py”, line 23, in
from jwt.contrib.algorithms.pycrypto import RSAAlgorithm
File “/usr/local/lib/python3.7/site-packages/jwt/contrib/algorithms/pycrypto.py”, line 1, in
import Crypto.Hash.SHA256
ModuleNotFoundError: No module named ‘Crypto’
I followed this tutorial :https://medium.com/google-cloud/cloud-iot-step-by-step-connecting-raspberry-pi-python-2f27a2893ab5#50cb
saying one section as "Library dependencies : which are to be installed in Raspberry pi right ? or in GCLoud too?