IDAES / examples

IDAES platform examples and tutorials
https://idaes-examples.readthedocs.io
Other
14 stars 34 forks source link

pip install -r requirements-dev.txt uninstalls local installation of IDAES #97

Closed dallan-keylogic closed 1 month ago

dallan-keylogic commented 3 months ago

When creating a new Miniconda environment to work in IDAES-Examples, I first followed the IDAES advanced user installation then followed the guide in README-developer.md. However, I found that pip install -r requirements-dev.txt uninstalled my local install of IDAES and instead pulled a version from Github and froze it.

jinliangma commented 3 months ago

Doug,

I once had problems related to the binary code replaced by the new version (e.g. iapws property code), which made my old code not run. As I understand, conda environment only handles the python code, not the C/C++ binary code. I am not sure if this is the case for you.

Jinliang

dallan-keylogic commented 3 months ago

Jinliang, thanks for the tip. However, in this case, it's an issue with Python package installation, not dealing with different versions of the extensions. I've already fixed the problem locally, the purpose of this issue is to try to get requirements-dev.txt to acknowledge preexisting IDAES installations.

lbianchi-lbl commented 3 months ago

From the dev call:

Next steps: