Skip to content

Peacock install on Linux from source #16525

Answered by milljm
dealmeidavf asked this question in Q&A Tools
Discussion options

You must be logged in to vote

pyqt, vtk, matplotlib (with qt backends), pandas. Those are the top-level requirements. They have quite a few of their own (like PyQt requiring Qt for starters).

Here is the final list created by Conda, as it attempts to solve the above dependencies. It is extensive, and no doubt your system will already have much of this installed already:

conda create -n testing install pyqt vtk matplotlib pandas

  bzip2              conda-forge/osx-64::bzip2-1.0.8-hc929b4f_4
  c-ares             conda-forge/osx-64::c-ares-1.17.1-hc929b4f_0
  ca-certificates    conda-forge/osx-64::ca-certificates-2020.12.5-h033912b_0
  certifi            conda-forge/osx-64::certifi-2020.12.5-py37hf985489_0
  curl      …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by GiudGiud
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants