pip3 install flask
Requires root privileges to install the flask module otherwise the ccserver.py script will not be able to locate the module when installed below root level.
For users, the script to install flask should be written as "sudo pip3 install flask"