Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rig] cannot resolve the package dependency to python3-psutil #25

Closed
mmatsuya opened this issue Oct 22, 2020 · 1 comment
Closed

[rig] cannot resolve the package dependency to python3-psutil #25

mmatsuya opened this issue Oct 22, 2020 · 1 comment

Comments

@mmatsuya
Copy link

mmatsuya commented Oct 22, 2020

python3-psutil was not installed automatically as the dependency for rig package on RHEL8.

# rig --help
Traceback (most recent call last):
  File "/usr/bin/rig", line 67, in <module>
    supported_rigs = _load_supported_rigs()
  File "/usr/bin/rig", line 59, in _load_supported_rigs
    modules.extend(_import_modules(_mod))
  File "/usr/bin/rig", line 26, in _import_modules
    module = __import__(modname, globals(), locals(), [mod_short_name])
  File "/usr/lib/python3.6/site-packages/rigging/rigs/process.py", line 16, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'
@TurboTurtle
Copy link
Owner

Ah, this comes from a schism in Fedora and RHEL build processes where Fedora auto--determines the requirements. Easy enough fix to add the Requires to the RHEL specfile.

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

No branches or pull requests

2 participants