EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB489534: mstrio-py パッケージのバージョンを確認する方法、及びアップグレードする方法


Wataru Ota

Senior Cloud Support Engineer II • MicroStrategy


このナレッジでは mstrio-py パッケージのバージョンを確認する方法、及びアップグレードする方法を記載しています。

概要:
このナレッジでは mstrio-py パッケージのバージョンを確認する方法、及びアップグレードする方法を記載しています。
mstrio-py パッケージのバージョンを確認する方法
・Workstation で  Python を使用している場合
次のスクリプトを実行します。

import mstrio;
print(mstrio.__version__)

・Workstation 以外で Python を使用している場合
a. 前述 Workstation のスクリプトを py ファイルに保存してコマンド実行します

python mstrio_version.py

b. 次のコマンドを実行します。

pip show mstrio-py

mstrio-py パッケージをアップグレードする方法
・Workstation で  Python を使用している場合
新しい Workstation をインストール、もしくは新しいバージョンへアップグレードします。
詳細は Workstation Help の目次から Install Workstation の章を参照ください。
Workstation Help: 
https://www2.microstrategy.com/producthelp/Current/Workstation/en-us/Content/home_workstation.htm
・Workstation 以外で Python を使用している場合
次のコマンドを実行します。

pip install --upgrade mstrio-py 


Comment

0 comments

Details

Knowledge Article

Published:

September 24, 2025

Last Updated:

September 25, 2025