-
Hey 👋 I used the code sample from your SDK and modified the parameters of the manifest a bit:
And if I try to convert the object into JSON code it tells me this: I checked your tests in the basemodels repository and there is looks to be working fine. Can you help me out? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
can you point to the basemodels repository you are using? You should be using the code from our monorepo |
Beta Was this translation helpful? Give feedback.
-
I am trying to work through the Python SDK README here but have issues doing that: |
Beta Was this translation helpful? Give feedback.
First of all to use basemodels you have to install basemodels sdk (deprecated sdk):
pip install human-protocol-basemodels
In this case this is how your code should look.
I don't…