Skip to content

Type error #1435

Answered by lbianchi-lbl
alberto-bueno asked this question in Q&A
Discussion options

You must be logged in to vote

@alberto-bueno piggy-backing on @andrewlee94's comment:

  • I believe this error is due to the fact that IDAES 2.4.0 (where this exact error is know to occur; see #1422), and not 2.5.0, is the version installed of your system
  • This is because 2.5.0 (which was released within the last two weeks) doesn't yet have a Conda package, so the latest version that's available when installing using conda install is 2.4.0
  • We're in the process of changing our Conda packaging process, so it might take a while for 2.5.0 to be available for Conda
  • Until then, 2.5.0 can be installed with pip install following e.g. the steps below:
conda create --name idaes-pse -c conda-forge --yes python=3.10
conda activate i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by alberto-bueno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants