IDAES / idaes-ext

IDAES developer repo for those building the idaes binary solvers and related tools.
Other
8 stars 11 forks source link

Import Error #271

Closed raurr closed 3 months ago

raurr commented 3 months ago

I am trying to run watertap3 and I am getting an ImportError: cannot import name 'list_of_strings' from idaes.core.util.config

andrewlee94 commented 3 months ago

@raurr Unfortunately, this is not the correct project for reporting issues with WaterTAP. Please note that watertap3 is no longer supported and has been replaced by https://github.com/watertap-org/watertap and that any issues should be reported there. Also, when reporting errors like this it will help the developers respond if you can provide a full stack trace to identify what is going on.

From the error message you reported however, I believe the issue is the fact that watertap3 is no longer maintained and relies on an older version of IDAES.

raurr commented 3 months ago

Thank you!