Solution
Python installed within the Anaconda environment cannot directly communicate with LabVIEW using the Python Node. This is due to the way the environment wraps the Python interpreter, making LabVIEW unable to find the interpreter installation and unable to make the necessary calls.
The officially supported Python environments that can communicate with LabVIEW are native Python 2.7 and 3.6 installed from The Python Software Foundation.