Skip to content

Installing MOOSE with python 3.10 and Paraview 5.13 #29022

Discussion options

You must be logged in to vote

It's not a Python version, but probably some dependency that requires Ptyhon 3.10 and something else that conflicts.

A little unrelated: Our packages support Python 3.7 through 3.11. However, I am working on a PR that drops 3.7 (EOL), and adds 3.12.

What you can do, is drop the installation of the entire moose-*** package suite, and instead install only a subset of it:

conda create -n testing moose-libmesh=2024.10.17 moose-tools mpich paraview

The real conflict comes from moose-peacock. Which requires many of the same dependencies as Paraview (VTK specifically). I am betting it is some library here that is the true source of the conflict.

With the above install line, you're getting everyt…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@milljm
Comment options

Answer selected by josebastiase
@josebastiase
Comment options

@milljm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants