MCPcopy Create free account
hub / github.com/Illumina/hap.py / check_python_version

Function check_python_version

install.py:30–33  ·  view source on GitHub ↗

Check if the python version is sufficient

()

Source from the content-addressed store, hash-verified

28
29
30def check_python_version():
31 """ Check if the python version is sufficient """
32 if sys.version_info < (2, 7, 3):
33 raise Exception("You will need to run this with Python >= 2.7.3")
34
35
36def create_python_environment(source_dir, args):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected