OpenCue
OpenCue copied to clipboard
RQD Doesn't Behave Correctly
Describe the bug
RQD seems to install correctly however it doesn't run as expected. When I run rqd
after install I get this output.
CRITICAL:root:Please run launch as root
2024-06-26 07:45:05,388 CRITICAL openrqd-__main__ Please run launch as root
I've tried running with sudo
but then I'm told rqd doesn't exist.
To Reproduce Steps to reproduce the behavior:
- Follow Option 3 in This docs page. (using
python3.10 -m venv venv
) - Attempt to run rqd from within venv
- Error message received.
Expected behavior I expect to see the output listed on the previously linked page.
2019-01-31 00:41:51,905 WARNING rqd3-__main__ RQD Starting Up
2019-01-31 00:41:52,941 WARNING rqd3-rqcore RQD Started
Version Number 0.22.14
Additional context I'm using Rocky Linux 9.4 in a VM