AA computes a function using a software called CasADi. I have installed CasADi, and AA can run on my desktop.
BB has to run in a container and imports data from AA.Because of this, BB cannot run because it doesn't recognize CasADi
How can I change the import statement in file BB to extract data from AA, which is in a different location. Both AA and BB are python files
I have tried the following import statements. Both did not work.
from AA import c_A
from home.user.Desktop.AA import c_A