Installation Issues for IAI

Hi I am new to Julia and I keep getting an error when I try to run the code below to import julia and iai from interpretableai:

from julia import Julia
Julia(compiled_modules=False,runtime=“/Applications/Julia-1.3.app/Contents/Resources/julia/bin/julia”)
from interpretableai import iai

I get the error below: ImportError: Julia exception: LoadError: IAI is not present in your Julia installation. Please follow the instructions at https://docs.interpretable.ai/stable/IAI-Python/installation

I have attempted to follow the directions at the link provided, but nothing has improved this issue.

Same problem. There’s no explanation of this error at that url.