Reputation: 3502
Can I get a tip for what I am doing wrong trying to install VOLTTRON on an ubuntu tower?
When I git clone the repo I run into this issue.
git clone https://github.com/VOLTTRON/volttron
I just made a git gist since the tracback is too big for stack over flow. Its on the python3 bootstrap.py
part of the install
Upvotes: 0
Views: 56
Reputation: 81
It looks like you may not have installed all of the required system dependencies; see: https://volttron.readthedocs.io/en/latest/setup/VOLTTRON-Prerequisites.html#volttron-prerequisites
You should get the g++ compiler as part of the build-essential package.
Upvotes: 1