問題敘述
我正在嘗試在使用 Python 3.9 或 3.10 時安裝VeriStand Python API 。
它狀態看起來像是 niveristand,pythonnet。 PyYAML 和 pycparser 都已經下載好,但隨後卻出現錯誤:
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
此外錯誤消息還指出:
error: option --single-version-externally-managed not recognized
我安裝了 Wheel(pip install -U wheel)並更新了(pip install --upgrade wheel),但錯誤仍然相同。