Installing past IDAES version #1455
Answered
by
lbianchi-lbl
juanbaquero4
asked this question in
Q&A
-
IDAES Team, Is it possible to install version 2.1.0 of the IDAES platform? If so, could you please provide step-by-step instructions for installing IDAES version 2.1.0? |
Beta Was this translation helpful? Give feedback.
Answered by
lbianchi-lbl
Jul 23, 2024
Replies: 1 comment 7 replies
-
Hi @juanbaquero4, you can try the following steps. Note that this requires
conda create --name idaes-2.1.0 python=3.10 --yes
conda activate idaes-2.1.0
pip install -r requirements-idaes-pse-2.1.0.txt
idaes get-extensions |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@juanbaquero4 the file that you attached to the previous comment is not the correct one. Can you try the following?
requirements-idaes-pse-2.1.0.txt
from your local foldersrequirements-idaes-pse-2.1.0.txt
to theC:\Users\57313\Desktop\IDAES_2.1
folderC:\Users\57313\Desktop\IDAES_2.1
pip install -r requirements-idaes-pse-2.1.0.txt
command againFor a cross-check, you can open
requirements-idaes-pse-2.1.0.txt
using any t…