Main Content

MATLAB Production Server Python クライアントのインストール

MATLAB® Production Server™ クライアント API は、MATLAB Production Server Client Libraries でダウンロードできます。オンプレミスの MATLAB Production Server インストールでは、クライアント API は MPS_INSTALL/client にあります。ここで、$MPS_INSTALLMATLAB Production Server のインストール場所です。

サポートされる Python インタープリター

MATLAB Production Server Python® クライアントがサポートしている Python のバージョンの詳細については、Product Requirements & Platform Availability for MATLAB Production Server を参照してください。

インストール手順

MATLAB Production Server Python クライアントでは、標準の Python セットアップ スクリプトが提供されています。このスクリプトにより、必要なモジュールが Python 環境にインストールされます。

  1. Python クライアント API フォルダーに移動します。

    例1 UNIX
    cd MPS_INSTALL/client/python
    例2 Windows
    cd MPS_INSTALL\client\python
  2. セットアップ スクリプトを実行します。スクリプトを実行するディレクトリの書き込み権限と実行権限が必要です。

    python setup.py install

関連するトピック