-1

I am unable to create a virtual environment to run VOLTTRON. Every time I run bootstrap.py, I get an error saying [SSL: CERTIFICATE_VERIFY_FAILED]. The screenshot is attached below.

Is this the issue with the VOLTTRON version or do I need additional dependencies to run the file?

enter image description here

dhilmathy
  • 2,800
  • 2
  • 21
  • 29
Rabindra
  • 19
  • 5

1 Answers1

0

There was a pull request that was just merged into master that fixes this issue on raspberry pis. The ssl context is only required with rabbitmq and/or web services enabled. Please update to the latest version of master and try again.

Craig
  • 949
  • 1
  • 5
  • 13