Issue Details
I am trying to install the
VeriStand Python API while using Python 3.9 or 3.10.
It seems like niveristand, pythonnet. PyYAML and pycparser are downloaded but then an error states:
Using legacy 'setup.py install' for pythonnet, since 'wheel' is not installed.
Installing collected packages pycparser, PyYAML, pythonnet, niveristand
Running setup.py install for pythonnet ... error
ERROR: Command errored out with exit status 1
The error message also states:
error: option --single-version-externally-managed not recognized
I have Wheel installed (pip install -U wheel) and updated (pip install --upgrade wheel) but the error remains the same.