Jenny Wang

Results 2 issues of Jenny Wang

I get the error " File "/opt/homebrew/lib/python3.10/site-packages/jina/clients/base/grpc.py", line 259, in _get_results raise ConnectionError(my_details) ConnectionError: failed to connect to all addresses" whenever I try to set c = Client('grpc://xxxxxx:51000') as the...

Getting this error when running this code in the notebook import pandas as pd import numpy as np # Load the photo IDs photo_ids = pd.read_csv("unsplash-dataset/photo_ids.csv") photo_ids = list(photo_ids['photo_id']) #...