1

I can't run accumulator-server.py in an Orion Context Broker instance.

sudo ./accumulator-server.py --port 1028 --url /accumulate --host ::1 --key --cert --pretty-print -v

Error as:-

ImportError: No module named OpenSSL

Narendra
  • 1,511
  • 1
  • 10
  • 20
asolleiro
  • 81
  • 5

1 Answers1

0

The requirements of the accumulator-server.py script can be installed using:

pip install pyOpenSSL flask

Take into account that the script, currently, only works on python 2.

Álvaro Arranz
  • 2,015
  • 1
  • 13
  • 22