-
Notifications
You must be signed in to change notification settings - Fork 203
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
Docker quickstart RQD error #1301
Comments
Hi @Tilix4, I ran RQD via docker and came across a similar set of errors. It seems like there is a limitation with the However, this does not have an effect over RQD being unable to connect to CueBot over gRPC. |
A couple of things to note here:
Prior to you installing pynput, I would have expected the same -- that RQD would finish starting up eventually despite the error. Is it possible for you to check this again with a fresh setup? Maybe a "Known Issues" section on the quickstart doc page would help clarify some of these things. |
Describe the bug
RQD set up from the quickstart will never start. It throws a no module named
pynput
first, and when I access the container to install it manually, I get a second error.Ubuntu 22.04
To Reproduce
Steps to reproduce the behavior: Strictly follow quickstart
Expected behavior
That it works without error.
Screenshots
After the manual
pip install pynput
inside the container.Version Number
Current master (d2057d3)
Additionnal Info
I've also noticed that the
requirements.txt
in the running container is not the same as the one in the repo. Maybe that's because I've tried to build https://github.com/AcademySoftwareFoundation/OpenCue/releases/tag/v0.21.13 in the first place, but I cannot make it up-to-date.The text was updated successfully, but these errors were encountered: