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

ensure python3-psutil is installed #9

Merged
merged 1 commit into from
Mar 5, 2022

Conversation

skymoo
Copy link
Contributor

@skymoo skymoo commented Mar 4, 2022

on a lite 64bit bullseye installation argonond.service was failing to
start with:

$ python3 /etc/argon/argononed.py SERVICE
Traceback (most recent call last):
  File "/etc/argon/argononed.py", line 33, in <module>
    from argonsysinfo import *
  File "/etc/argon/argonsysinfo.py", line 10, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'
$

this adds the installation of this module to the setup script

on a lite 64bit bullseye installation argonond.service was failing to
start with:

$ python3 /etc/argon/argononed.py SERVICE
Traceback (most recent call last):
  File "/etc/argon/argononed.py", line 33, in <module>
    from argonsysinfo import *
  File "/etc/argon/argonsysinfo.py", line 10, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'
$

this adds the installation of this module to the setup script
Copy link
Owner

@JeffCurless JeffCurless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JeffCurless JeffCurless merged commit 7e9fa5c into JeffCurless:main Mar 5, 2022
@skymoo skymoo deleted the add-missing-psutil branch March 5, 2022 02:44
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

Successfully merging this pull request may close these issues.

2 participants