TestStand中Python Step 的設置面板顯示Python版本無效

更新 May 3, 2023

產品資訊

軟體

  • TestStand
  • Python Step Types for TestStand

問題敘述

我剛剛安裝了適用於 TestStand 的 Python 步驟類型​
當我嘗試在TestStand中設定Python Step時,TestStand拋出以下錯誤:

Invalid python version. Make sure required version of python is installed and added to PATH environment variable.

解決方案

要讓TestStand的Python Step能正常運作,您應該遵循一個特定的安裝流程:
  1. 安裝Python
  2. 允許Python增加新的PATH環境變數
  3. 為TestStand安裝Python步驟類型
Note: TestStand 在2019版本之後新增了內建的Python Adapter 可以直接支援呼叫Python 腳本, 無須再額外安裝Python步驟類型

如果您忘記 增加新的PATH環境變數,請在以後手動增加它們。

注意為了將Python增加到PATH系統環境變數中,您需要增加python.exe的安裝目錄。
例如,預設情況下,Python 2.7安裝在以下位置:
C:\ Python27 \

一般來說,您還通常還要增加Scripts目錄: C:\ Python27 \ Scripts

最後,與Python相關聯的PATH變數應為: