Solution
LabVIEW 2018 through 2022 Q3 cannot call Python installed within virtual environments. This is due to the way the environment wraps the Python interpreter, making LabVIEW unable to find the interpreter installation to make the necessary calls.
The supported Python environments, installed from The Python Software Foundation are:
- LabVIEW 2018 to 2020:
- Native Python 2.7 and 3.6.
- LabVIEW 2021 and 2022:
- Native Python 3.6, 3.7, 3.8, and 3.9.
- Note: Support for Python 2.7 is deprecated.
- LabVIEW 2023Q1, 2023Q3, 2024Q1:
- Native Python 3.6 through 3.10.
- Python Virtual Environments using Open Anaconda 2 and 3 (32 and 64 bit) and Virtual Env. (venv).