OpenCue icon indicating copy to clipboard operation
OpenCue copied to clipboard

RQD Doesn't Behave Correctly

Open MitchWoodin opened this issue 7 months ago • 2 comments

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:

  1. Follow Option 3 in This docs page. (using python3.10 -m venv venv)
  2. Attempt to run rqd from within venv
  3. 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

MitchWoodin avatar Jun 25 '24 21:06 MitchWoodin