josanabr
josanabr
I have the same issue. There is news about how to solve this?
I'm using a modified version of the jupyter-all-spark docker container and it does not work too, ```python from bardapi import Bard import os os.environ['_BARD_API_KEY'] = __Secure_1PSID Bard().get_answer('How many people are...
I solved the 'load_json' issue in the polyestimate.c file as follows: 1. Comment in all these statements "json = load_json(in);" 2. Replace them by "json = cJSON_Parse(fname);" Then, it compiled...