Hey MiniatureRobin9 , to help narrow down the problem, could you try to manually download None and open it with pickle
?
Also, is your agent running on the same machine as your server and the example pipeline code? And what Python version are you using for all three components? Because I see there's a warning could not locate requested Python version 3.11, reverting to version 3.11
Hi MiniatureRobin9 , can you add the full console log?
Hey EnthusiasticShrimp49 , yes I can download it and open it with pickle, here is how I do it :
pickle_data_url = ' None '
local_iris_pkl = StorageManager.get_local_copy(remote_url=pickle_data_url)
with open(local_iris_pkl, 'rb') as f:
iris = pickle.load(f)
I set up my agent from my machine but my open-source server is not running on my machine. I can share my agent config if It can help. For the three I'm using python version 3.11.
Hi CostlyOstrich36 EnthusiasticShrimp49 , thank you for your interest, I was wondering if you had time to quickly check my issue
Hi John, I'm waiting for the approval of my superior before I can share it