DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

#376: Enable multiple versions of lbaf to run in the same python environment #425

Closed tlamonthezie closed 1 year ago

tlamonthezie commented 1 year ago

Fixes #376

This PR

nlslatt commented 1 year ago

This did not fix my problem. I tried uninstalling LBAF, checking out your branch, and running LBAF there, but got the same error as before:

Traceback (most recent call last):
  File "/Users/nlslatt/work/LB-analysis-framework/src/lbaf/Applications/LBAF_app.py", line 13, in <module>
    import lbaf.IO.lbsStatistics as lbstats
ModuleNotFoundError: No module named 'lbaf'
tlamonthezie commented 1 year ago

This did not fix my problem. I tried uninstalling LBAF, checking out your branch, and running LBAF there, but got the same error as before:

Traceback (most recent call last):
  File "/Users/nlslatt/work/LB-analysis-framework/src/lbaf/Applications/LBAF_app.py", line 13, in <module>
    import lbaf.IO.lbsStatistics as lbstats
ModuleNotFoundError: No module named 'lbaf'

@nlslatt Sorry there was an remaining invalid path in LBAF_app.py. This should be better now. Could you please retry ? (for LBAF application you can also just run python src/lbaf)

nlslatt commented 1 year ago

@tlamonthezie @ppebay This works for me now. Thank you