I am trying to run the systems dynamics package BPTK-Py. I am able to download it successfully and when I do list in the terminal it does show up as installed under the name BPTK-Py.
But when I try to run
from BPTK-Py import Model
from BPTK-Py import sd_functions as sd
I get
File "/var/folders/8v/zkdpsxrj3l389d2bxhgyxjn80000gn/T/ipykernel_17344/3538218278.py", line 2
from BPTK-Py import Model
^
SyntaxError: invalid syntax
I have also tried the syntax recommended in the documentation which is from BPTK_PY import Model
but I am having no more luck with that one. Any advice to solve the problem would be much appreciated.