0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Windows10 PC上の Salome-MecaのPythonのバージョン

0
Posted at

はじめに

Salome-Mecaによる構造解析 入門と初級 を受講することになりましたので、Windows10 PC上へ Salome-Meca2018を インストールしました。

Python

python.py
>>> sys.version_info

これで実行環境のPythonのバージョンが確認できます。

SALOME 8.3.0

20210614a.png

cmd.exe
C:\Users\baka>python --version
Python 3.9.5

一応Pythonの新しいバージョンを入れているのですが、salomeはv2.7.10を読み込んでいるようです。

SALOME 9.6.0

20210611a.png
別のPCですが、こちらはv3.6.5ですね。

まとめ

  • OpenCAE さんありがとう
  • Salome-Meca さんありがとう
  • Python さんありがとう
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?