You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally tried to build an RPM, but I failed due to #597 and then the follow on issue after that one is solved. So I shifted over to trying to install from source instead.
sudo /usr/sbin/tuned
Traceback (most recent call last):
File "/usr/sbin/tuned", line 27, in <module>
import tuned.logs
ModuleNotFoundError: No module named 'tuned'
Running `make install` as suggested by `INSTALL` will place all
the python modules in /usr/local which won't be included in the
search path when `-s` is used in the shebang.
Closes: redhat-performance#599
Signed-off-by: Mario Limonciello <[email protected]>
I originally tried to build an RPM, but I failed due to #597 and then the follow on issue after that one is solved. So I shifted over to trying to install from source instead.
It installs fine:
But then try to run it:
According to INSTALL it says:
But looking at the above log, I guess it didn't install somewhere that works by default in Fedora
The text was updated successfully, but these errors were encountered: