Craig
Craig
When running the sudo install mongodb scripts the user should be prompted to become sudo or should be denied access if they aren't sudo.
The following error is produced after bootstrapping the develop or releases/8.2 branch. From the error the auth_protocol should only be imported if rmq is available for the platform. (volttron) gridappsd@gridappsd_dev_2004:/repos/volttron-develop$...
Current behavior python bootstrap.py will not upgrade if there is a newer version of a library
In `volttron/platform/vip/agent/utils.py` the build_agent and build_connection functions assume that the connection is a zmq connection. I suggest we abstract and use the new calls to make this function still available...
According to the specifications https://stomp.github.io/stomp-specification-1.2.html the client must send and id to the server. The server should respond with this id in the header so that the client can correlate...
**Describe the bug** This is for python 3.8 (I am unsure if later versions are different) The uuid displayed by vctl status is incorrect. ```bash >vctl status 9 ieee_2030_5agent-0.1.0 ed1...
**Describe the bug** Currently a value must be passed to --skip-requirements of the vctl install command, but I don't believe it is necessary. This command will skip any requirements.txt file...
[build (ubuntu-20.04, 3.8)](https://github.com/VOLTTRON/volttron/actions/runs/5894859655/job/15989386554) The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ This is an issue...
Attempting to install psycopg-binary==2.8.6 produces the following output from ```python bootstrap.py --postgres``` System: python3.10 Ubuntu 22.04 ```shell Collecting psycopg2-binary==2.8.6 Using cached psycopg2-binary-2.8.6.tar.gz (384 kB) Preparing metadata (setup.py): started Preparing metadata...