VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
455 stars 216 forks source link

VOLTTRON 6.0 installation and start platform error #2281

Closed geyin96 closed 3 years ago

geyin96 commented 4 years ago

When I installed and started VOLTTRON 6.0 platform, the error occurs:

Screen Shot 2020-04-03 at 5 20 57 PM

And I found during the VOLTTRON installation, the only error is reported:

Screen Shot 2020-04-03 at 7 41 21 PM

Then I reinstalled pyopenssl with compatible version of cryptography sudo pip install pyopenssl --upgrade cryptography however, the error still exists.

Screen Shot 2020-04-03 at 8 23 12 PM
craig8 commented 4 years ago

The last image indicates that you have another instance running. Please run

ps aux |grep volttron

# Then kill the volttron 
kill procid
craig8 commented 3 years ago

assuming this is no longer an issue....