I am using qiskit runtime and I need to serialize a class pass it in json format and rebuild the class once the program is uploaded. For this I wanted to use
import jsonpickle
which would make it very simple but if I try to import it I get the error:
ERROR Failed to execute program: No module named 'jsonpickle'
Is there a way to import this library using qiskit runtime?