Peacock-Could not import vtk error #22577
-
While running peacock the following error is showing
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Clicking on that link in your post seems to work... The machine you are on may be blocking access to that server? Or, perhaps that server was down for maintenance, or some other network hiccup. Can you try again? Can you verify when you click on the link you generated in your discussion does it work? |
Beta Was this translation helpful? Give feedback.
-
(moose) [sankarganesh.mme.nitt@login02 moose]$ mamba create -n peacock moose-peacock
__ __ __ __
/ \ / \ / \ / \
/ \/ \/ \/ \
███████████████/ /██/ /██/ /██/ /████████████████████████
/ / \ / \ / \ / \ \____
/ / \_/ \_/ \_/ \ o \__,
/ _/ \_____/ `
|/
███╗ ███╗ █████╗ ███╗ ███╗██████╗ █████╗
████╗ ████║██╔══██╗████╗ ████║██╔══██╗██╔══██╗
██╔████╔██║███████║██╔████╔██║██████╔╝███████║
██║╚██╔╝██║██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║
██║ ╚═╝ ██║██║ ██║██║ ╚═╝ ██║██████╔╝██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝
mamba (0.27.0) supported by @QuantStack
GitHub: https://github.com/mamba-org/mamba
Twitter: https://twitter.com/QuantStack
█████████████████████████████████████████████████████████████
Looking for: ['moose-peacock']
idaholab/linux-64 No change
idaholab/noarch No change
pkgs/r/linux-64 No change
pkgs/r/noarch No change
pkgs/main/linux-64 4.9MB @ 1.1MB/s 1.4s
pkgs/main/noarch No change
conda-forge/noarch 10.1MB @ 1.7MB/s 2.8s
https://conda.software.inl.gov/public/linux-64 ??.?MB @ ??.?MB/s 0 failed 10.0s
conda-forge/linux-64 27.3MB @ 2.6MB/s 11.4s
https://conda.software.inl.gov/public/noarch 8.6kB @ 3.0kB/s 14.9s
Encountered problems while solving:
- nothing provides requested moose-peacock |
Beta Was this translation helpful? Give feedback.
-
While using peacock command (moose) [sankarganesh.mme.nitt@login02 actions]$ ~/projects/moose/python/peacock/peacock -i grain_growth.i
Traceback (most recent call last):
File "/home/sankarganesh.mme.nitt/projects/moose/python/peacock/peacock", line 36, in <module>
run_peacock()
File "/home/sankarganesh.mme.nitt/projects/moose/python/peacock/peacock", line 28, in run_peacock
sys.exit(main(sys.argv))
File "/home/sankarganesh.mme.nitt/projects/moose/python/peacock/peacock", line 12, in main
from peacock.CheckRequirements import has_requirements
File "/home/sankarganesh.mme.nitt/projects/moose/python/peacock/__init__.py", line 11, in <module>
from . import base
File "/home/sankarganesh.mme.nitt/projects/moose/python/peacock/base/__init__.py", line 10, in <module>
from .MooseWidget import MooseWidget
File "/home/sankarganesh.mme.nitt/projects/moose/python/peacock/base/MooseWidget.py", line 10, in <module>
from PyQt5 import QtCore
ModuleNotFoundError: No module named 'PyQt5' |
Beta Was this translation helpful? Give feedback.
-
Hello, I am having the same issue.
|
Beta Was this translation helpful? Give feedback.
While using peacock command