[OpenIndiana-discuss] python module missing in pcs package
Marc Lobelle
marc.lobelle at uclouvain.be
Mon Mar 7 10:26:11 UTC 2022
Hello all,
pcs is a package of python programs intended to manage a high
availability cluster based on corosync and pacemaker. Unfortunately a
python module called *pcs.common* is missing in the package ans
therefore, all the programs of the package crash.
Does anyone know where I could get it ? Ha anybody else tried to install
pcs ?
Thanks
Marc
ml at mosquito:/export/home/ml$ pcs
Traceback (most recent call last):
File "/usr/sbin/pcs", line 33, in <module>
sys.exit(load_entry_point('pcs==0.10.1', 'console_scripts', 'pcs')())
File "/usr/lib/python3.7/vendor-packages/pkg_resources/__init__.py",
line 474, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.7/vendor-packages/pkg_resources/__init__.py",
line 2846, in load_entry_point
return ep.load()
File "/usr/lib/python3.7/vendor-packages/pkg_resources/__init__.py",
line 2450, in load
return self.resolve()
File "/usr/lib/python3.7/vendor-packages/pkg_resources/__init__.py",
line 2456, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python3.7/vendor-packages/pcs/app.py", line 6, in <module>
from pcs import (
File "/usr/lib/python3.7/vendor-packages/pcs/acl.py", line 3, in <module>
from pcs import (
File "/usr/lib/python3.7/vendor-packages/pcs/prop.py", line 4, in
<module>
from pcs import (
File "/usr/lib/python3.7/vendor-packages/pcs/utils.py", line 24, in
<module>
from pcs.common import (
*ModuleNotFoundError: No module named 'pcs.common'*
ml at mosquito:/export/home/ml$
More information about the openindiana-discuss
mailing list